Searched refs:sheetKey (Results 1 – 5 of 5) sorted by relevance
72 size_t operator()(const SheetKey& sheetKey) const in operator()74 return sheetKey.isStartUpByUIContext ? sheetKey.contentId : sheetKey.targetId; in operator()
76 explicit DismissTarget(const SheetKey& index) : sheetKey(index) in DismissTarget()83 return targetIsSheet ? sheetKey.targetId : targetIdOfModal; in GetTargetId()87 SheetKey sheetKey; member441 void CloseSheet(const SheetKey& sheetKey);483 void DestroySheet(const RefPtr<FrameNode>& sheetNode, const SheetKey& sheetKey);484 void CleanSheet(const RefPtr<FrameNode>& sheetNode, const SheetKey& sheetKey);779 SheetKey& sheetKey);
4232 sheetMap_.erase(sheetKey); in CloseSheet()4255 sheetMap_.erase(sheetKey); in CloseSheet()4520 SheetKey sheetKey(targetId); in OnBindSheet() local4577 SheetKey sheetKey; in UpdateBindSheetByUIContext() local4582 targetId = sheetKey.targetId; in UpdateBindSheetByUIContext()4701 SheetKey sheetKey; in CloseBindSheetByUIContext() local4706 CloseSheet(sheetKey); in CloseBindSheetByUIContext()4802 SheetKey sheetKey; in SaveSheePageNode() local4806 sheetKey = SheetKey(targetId); in SaveSheePageNode()4859 SheetKey& sheetKey) in CreateSheetKey() argument[all …]
443 void SetSheetKey(const SheetKey& sheetKey) in SetSheetKey() argument445 sheetKey_ = sheetKey; in SetSheetKey()
572 SheetKey sheetKey = SheetKey(true, sheetContentNode->GetId(), targetId); variable598 auto sheetNode = overlayManager->sheetMap_[sheetKey].Upgrade();675 SheetKey sheetKey = SheetKey(true, sheetContentNode->GetId(), targetId); variable701 auto sheetNode = overlayManager->sheetMap_[sheetKey].Upgrade();765 SheetKey sheetKey = SheetKey(true, sheetContentNode->GetId(), targetId); variable777 auto iter = overlayManager->sheetMap_.find(sheetKey);