• Home
  • Raw
  • Download

Lines Matching refs:InsertChildAndNotify

57   GetNode()->InsertChildAndNotify(-1, child);  in TEST_F()
69 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
73 GetNode()->InsertChildAndNotify(-1, child); in TEST_F()
88 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
92 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
96 GetNode()->InsertChildAndNotify(-1, child2); in TEST_F()
100 GetNode()->InsertChildAndNotify(-1, child3); in TEST_F()
104 GetNode()->InsertChildAndNotify(2, child); in TEST_F()
126 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
130 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
134 GetNode()->InsertChildAndNotify(20, child); in TEST_F()
151 GetNode()->InsertChildAndNotify(child, nullptr); in TEST_F()
159 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
163 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
167 GetNode()->InsertChildAndNotify(child, nullptr); in TEST_F()
181 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
185 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
189 GetNode()->InsertChildAndNotify(child, child0); in TEST_F()
203 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
207 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
211 GetNode()->InsertChildAndNotify(-1, child2); in TEST_F()
215 GetNode()->InsertChildAndNotify(-1, child3); in TEST_F()
219 GetNode()->InsertChildAndNotify(child, child2); in TEST_F()
234 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
249 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
253 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
257 GetNode()->InsertChildAndNotify(-1, child2); in TEST_F()
273 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
277 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
281 GetNode()->InsertChildAndNotify(-1, child2); in TEST_F()
297 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
301 GetNode()->InsertChildAndNotify(-1, child1); in TEST_F()
305 GetNode()->InsertChildAndNotify(-1, child2); in TEST_F()
324 child0->InsertChildAndNotify(-1, child1); in TEST_F()
326 EXPECT_DEATH_IF_SUPPORTED(GetNode()->InsertChildAndNotify(0, child1), ""); in TEST_F()
330 EXPECT_DEATH_IF_SUPPORTED(GetNode()->InsertChildAndNotify(0, nullptr), ""); in TEST_F()
334 EXPECT_DEATH_IF_SUPPORTED(GetNode()->InsertChildAndNotify(nullptr, nullptr), in TEST_F()
341 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
345 child0->InsertChildAndNotify(-1, child1); in TEST_F()
349 EXPECT_DEATH_IF_SUPPORTED(GetNode()->InsertChildAndNotify(child, child1), ""); in TEST_F()
355 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
359 child0->InsertChildAndNotify(-1, child1); in TEST_F()
361 EXPECT_DEATH_IF_SUPPORTED(GetNode()->InsertChildAndNotify(child1, nullptr), in TEST_F()
373 GetNode()->InsertChildAndNotify(-1, child0); in TEST_F()
377 child0->InsertChildAndNotify(-1, child1); in TEST_F()