Searched refs:cleanNode (Results 1 – 1 of 1) sorted by relevance
436 auto cleanNode = CreateNode(); in InitResponseArea() local437 CHECK_NULL_VOID(cleanNode); in InitResponseArea()438 cleanNode->MountToParent(host); in InitResponseArea()482 auto cleanNode = FrameNode::CreateFrameNode( in CreateNode() local484 CHECK_NULL_RETURN(cleanNode, nullptr); in CreateNode()485 cleanNode->SetDraggable(false); in CreateNode()494 cleanNode->MarkModifyDone(); in CreateNode()495 cleanNode->MountToParent(stackNode); in CreateNode()506 auto cleanNode = weak.Upgrade(); in InitClickEvent() local507 CHECK_NULL_VOID(cleanNode); in InitClickEvent()[all …]