Searched refs:ContainerNode (Results 1 – 2 of 2) sorted by relevance
780 void OverlayManager::FireAutoSave(const RefPtr<FrameNode>& ContainerNode) in FireAutoSave() argument783 CHECK_NULL_VOID(ContainerNode); in FireAutoSave()784 if (!ContainerNode->NeedRequestAutoSave()) { in FireAutoSave()791 const auto& nodeTag = ContainerNode->GetTag(); in FireAutoSave()794 auto layoutProperty = ContainerNode->GetLayoutProperty<SheetPresentationProperty>(); in FireAutoSave()798 auto pattern = ContainerNode->GetPattern<SheetPresentationPattern>(); in FireAutoSave()807 container->RequestAutoSave(ContainerNode, nullptr, nullptr, true, currentId); in FireAutoSave()
168 void FireAutoSave(const RefPtr<FrameNode>& ContainerNode);