Home
last modified time | relevance | path

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

/external/chromium_org/ui/wm/core/
Dfocus_controller_unittest.cc240 : target_(root_window->GetChildById(id)) { in ScopedTargetFocusNotificationObserver()
510 aura::Window* window = root_window()->GetChildById(id); in FocusWindowById()
515 aura::Window* window = root_window()->GetChildById(id); in ActivateWindowById()
596 root_window()->GetChildById(2)->Hide(); in ReactivationEvents()
601 EXPECT_EQ(root_window()->GetChildById(2), in ReactivationEvents()
603 EXPECT_EQ(root_window()->GetChildById(1), in ReactivationEvents()
659 test_focus_rules()->set_focus_restriction(root_window()->GetChildById(211)); in FocusRulesOverride()
675 aura::Window* w3 = root_window()->GetChildById(3); in ActivationRulesOverride()
701 aura::Window* target = root_window()->GetChildById(1); in ShiftFocusOnActivation()
707 observer->set_shift_focus_to(target->GetChildById(11)); in ShiftFocusOnActivation()
[all …]
/external/chromium_org/ash/desktop_background/
Ddesktop_background_widget_controller.cc99 root_window->GetChildById(dest_container)); in Reparent()
Ddesktop_background_view.cc225 params.parent = root_window->GetChildById(container_id); in CreateDesktopBackground()
Ddesktop_background_controller_unittest.cc43 Window* container = root->GetChildById(container_id); in ChildCountForContainer()
/external/chromium_org/mojo/services/public/cpp/view_manager/
Dview.h74 View* GetChildById(Id id);
/external/chromium_org/ui/aura/
Dwindow.h204 Window* GetChildById(int id);
205 const Window* GetChildById(int id) const;
Dwindow.cc583 Window* Window::GetChildById(int id) { in GetChildById() function in aura::Window
584 return const_cast<Window*>(const_cast<const Window*>(this)->GetChildById(id)); in GetChildById()
587 const Window* Window::GetChildById(int id) const { in GetChildById() function in aura::Window
592 const Window* result = (*i)->GetChildById(id); in GetChildById()
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()
Dwindow_event_dispatcher_unittest.cc262 return root_window_->GetChildById(kLockWindowId); in GetLockWindow()
265 return root_window_->GetChildById(kNonLockWindowId); in GetNonLockWindow()
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
Dview_unittest.cc73 TEST_F(ViewTest, GetChildById) { in TEST_F() argument
84 EXPECT_EQ(&v11, v1.GetChildById(v11.id())); in TEST_F()
85 EXPECT_EQ(&v111, v1.GetChildById(v111.id())); in TEST_F()
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview.cc286 View* View::GetChildById(Id id) { in GetChildById() function in mojo::View
292 View* view = (*it)->GetChildById(id); in GetChildById()
/external/chromium_org/ash/
Dshell.cc257 return root_window->GetChildById(container_id); in GetContainer()
263 return root_window->GetChildById(container_id); in GetContainer()
274 aura::Window* container = (*it)->GetChildById(container_id); in GetContainersFromAllRootWindows()
Droot_window_controller.cc405 return GetRootWindow()->GetChildById(container_id); in GetContainer()
409 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id); in GetContainer()
/external/chromium_org/chrome/browser/ui/ash/multi_user/
Dmulti_user_window_manager_chromeos.cc568 window->GetRootWindow()->GetChildById( in SetWindowVisibility()
Dmulti_user_window_manager_chromeos_unittest.cc95 window->GetRootWindow()->GetChildById( in MakeWindowSystemModal()