Searched refs:GetChildById (Results 1 – 12 of 12) sorted by relevance
163 : target_(root_window->GetChildById(id)) { in ScopedTargetFocusNotificationObserver()392 aura::Window* window = root_window()->GetChildById(id); in FocusWindowById()397 aura::Window* window = root_window()->GetChildById(id); in ActivateWindowById()478 root_window()->GetChildById(2)->Hide(); in ReactivationEvents()483 EXPECT_EQ(root_window()->GetChildById(2), in ReactivationEvents()485 EXPECT_EQ(root_window()->GetChildById(1), in ReactivationEvents()541 test_focus_rules()->set_focus_restriction(root_window()->GetChildById(211)); in FocusRulesOverride()557 aura::Window* w3 = root_window()->GetChildById(3); in ActivationRulesOverride()583 aura::Window* target = root_window()->GetChildById(1); in ShiftFocusOnActivation()589 observer->set_shift_focus_to(target->GetChildById(11)); in ShiftFocusOnActivation()[all …]
100 root_window->GetChildById(dest_container)); in Reparent()
189 params.parent = root_window->GetChildById(container_id); in CreateDesktopBackground()
52 Window* container = root->GetChildById(container_id); in ChildCountForContainer()
232 Window* GetChildById(int id);233 const Window* GetChildById(int id) const;
630 Window* Window::GetChildById(int id) { in GetChildById() function in aura::Window631 return const_cast<Window*>(const_cast<const Window*>(this)->GetChildById(id)); in GetChildById()634 const Window* Window::GetChildById(int id) const { in GetChildById() function in aura::Window639 const Window* result = (*i)->GetChildById(id); in GetChildById()
252 return root_window_->GetChildById(kLockWindowId); in GetLockWindow()255 return root_window_->GetChildById(kNonLockWindowId); in GetNonLockWindow()
257 TEST_F(WindowTest, GetChildById) { in TEST_F() argument263 EXPECT_EQ(NULL, w1->GetChildById(57)); in TEST_F()264 EXPECT_EQ(w12.get(), w1->GetChildById(12)); in TEST_F()265 EXPECT_EQ(w111.get(), w1->GetChildById(111)); in TEST_F()
237 return root_window->GetChildById(container_id); in GetContainer()243 return root_window->GetChildById(container_id); in GetContainer()254 aura::Window* container = (*it)->GetChildById(container_id); in GetContainersFromAllRootWindows()
338 return root_window()->GetChildById(container_id); in GetContainer()342 return root_window_->window()->GetChildById(container_id); in GetContainer()
72 window->GetRootWindow()->GetChildById( in MakeWindowSystemModal()
531 window->GetRootWindow()->GetChildById( in SetWindowVisibility()