Home
last modified time | relevance | path

Searched refs:GetChildById (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ui/views/corewm/
Dfocus_controller_unittest.cc163 : 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 …]
/external/chromium_org/ash/desktop_background/
Ddesktop_background_widget_controller.cc100 root_window->GetChildById(dest_container)); in Reparent()
Ddesktop_background_view.cc189 params.parent = root_window->GetChildById(container_id); in CreateDesktopBackground()
Ddesktop_background_controller_unittest.cc52 Window* container = root->GetChildById(container_id); in ChildCountForContainer()
/external/chromium_org/ui/aura/
Dwindow.h232 Window* GetChildById(int id);
233 const Window* GetChildById(int id) const;
Dwindow.cc630 Window* Window::GetChildById(int id) { in GetChildById() function in aura::Window
631 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::Window
639 const Window* result = (*i)->GetChildById(id); in GetChildById()
Droot_window_unittest.cc252 return root_window_->GetChildById(kLockWindowId); in GetLockWindow()
255 return root_window_->GetChildById(kNonLockWindowId); in GetNonLockWindow()
Dwindow_unittest.cc257 TEST_F(WindowTest, GetChildById) { in TEST_F() argument
263 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()
/external/chromium_org/ash/
Dshell.cc237 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()
Droot_window_controller.cc338 return root_window()->GetChildById(container_id); in GetContainer()
342 return root_window_->window()->GetChildById(container_id); in GetContainer()
/external/chromium_org/chrome/browser/ui/ash/multi_user/
Dmulti_user_window_manager_chromeos_unittest.cc72 window->GetRootWindow()->GetChildById( in MakeWindowSystemModal()
Dmulti_user_window_manager_chromeos.cc531 window->GetRootWindow()->GetChildById( in SetWindowVisibility()