Searched refs:InsertPage (Results 1 – 4 of 4) sorted by relevance
42 virtual bool InsertPage(const RefPtr<FrameNode>& node, bool bellowTopOrBottom);
281 bool StageManager::InsertPage(const RefPtr<FrameNode>& node, bool bellowTopOrBottom) in InsertPage() function in OHOS::Ace::NG::StageManager
869 EXPECT_FALSE(stageManager.InsertPage(firstNode, true));876 EXPECT_FALSE(stageManager.InsertPage(firstNode, false));891 EXPECT_TRUE(stageManager.InsertPage(secondNode, true));899 EXPECT_TRUE(stageManager.InsertPage(thirdNode, false));
2202 if (!stageManager->InsertPage(pageNode, true)) { in InsertPageBellowTop()2242 if (!stageManager->InsertPage(pageNode, false)) { in InsertPageToBottom()