/external/chromium_org/ui/wm/core/ |
D | focus_controller_unittest.cc | 240 : 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/ |
D | desktop_background_widget_controller.cc | 99 root_window->GetChildById(dest_container)); in Reparent()
|
D | desktop_background_view.cc | 225 params.parent = root_window->GetChildById(container_id); in CreateDesktopBackground()
|
D | desktop_background_controller_unittest.cc | 43 Window* container = root->GetChildById(container_id); in ChildCountForContainer()
|
/external/chromium_org/mojo/services/public/cpp/view_manager/ |
D | view.h | 74 View* GetChildById(Id id);
|
/external/chromium_org/ui/aura/ |
D | window.h | 204 Window* GetChildById(int id); 205 const Window* GetChildById(int id) const;
|
D | window.cc | 583 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()
|
D | window_unittest.cc | 257 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()
|
D | window_event_dispatcher_unittest.cc | 262 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/ |
D | view_unittest.cc | 73 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/ |
D | view.cc | 286 View* View::GetChildById(Id id) { in GetChildById() function in mojo::View 292 View* view = (*it)->GetChildById(id); in GetChildById()
|
/external/chromium_org/ash/ |
D | shell.cc | 257 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()
|
D | root_window_controller.cc | 405 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/ |
D | multi_user_window_manager_chromeos.cc | 568 window->GetRootWindow()->GetChildById( in SetWindowVisibility()
|
D | multi_user_window_manager_chromeos_unittest.cc | 95 window->GetRootWindow()->GetChildById( in MakeWindowSystemModal()
|