Searched refs:GetChildById (Results 1 - 15 of 15) sorted by last modified time

/external/chromium_org/ui/aura/
H A Dwindow.cc583 Window* Window::GetChildById(int id) { function in class:aura::Window
584 return const_cast<Window*>(const_cast<const Window*>(this)->GetChildById(id));
587 const Window* Window::GetChildById(int id) const { function in class:aura::Window
592 const Window* result = (*i)->GetChildById(id);
H A Dwindow.h204 Window* GetChildById(int id);
205 const Window* GetChildById(int id) const;
H A Dwindow_event_dispatcher_unittest.cc262 return root_window_->GetChildById(kLockWindowId);
265 return root_window_->GetChildById(kNonLockWindowId);
H A Dwindow_unittest.cc257 TEST_F(WindowTest, GetChildById) {
263 EXPECT_EQ(NULL, w1->GetChildById(57));
264 EXPECT_EQ(w12.get(), w1->GetChildById(12));
265 EXPECT_EQ(w111.get(), w1->GetChildById(111));
/external/chromium_org/ui/wm/core/
H A Dfocus_controller_unittest.cc240 : target_(root_window->GetChildById(id)) {
510 aura::Window* window = root_window()->GetChildById(id);
515 aura::Window* window = root_window()->GetChildById(id);
596 root_window()->GetChildById(2)->Hide();
601 EXPECT_EQ(root_window()->GetChildById(2),
603 EXPECT_EQ(root_window()->GetChildById(1),
659 test_focus_rules()->set_focus_restriction(root_window()->GetChildById(211));
675 aura::Window* w3 = root_window()->GetChildById(3);
701 aura::Window* target = root_window()->GetChildById(1);
707 observer->set_shift_focus_to(target->GetChildById(1
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc286 View* View::GetChildById(Id id) { function in class:mojo::View
292 View* view = (*it)->GetChildById(id);
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_unittest.cc73 TEST_F(ViewTest, GetChildById) {
84 EXPECT_EQ(&v11, v1.GetChildById(v11.id()));
85 EXPECT_EQ(&v111, v1.GetChildById(v111.id()));
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview.h74 View* GetChildById(Id id);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc568 window->GetRootWindow()->GetChildById(
H A Dmulti_user_window_manager_chromeos_unittest.cc95 window->GetRootWindow()->GetChildById(
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller_unittest.cc43 Window* container = root->GetChildById(container_id);
H A Ddesktop_background_view.cc225 params.parent = root_window->GetChildById(container_id);
H A Ddesktop_background_widget_controller.cc99 root_window->GetChildById(dest_container));
/external/chromium_org/ash/
H A Droot_window_controller.cc405 return GetRootWindow()->GetChildById(container_id);
409 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
H A Dshell.cc257 return root_window->GetChildById(container_id);
263 return root_window->GetChildById(container_id);
274 aura::Window* container = (*it)->GetChildById(container_id);

Completed in 4940 milliseconds