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

  /external/chromium_org/ui/wm/core/
focus_controller_unittest.cc 240 : 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(11))
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc 99 root_window->GetChildById(dest_container));
desktop_background_controller_unittest.cc 43 Window* container = root->GetChildById(container_id);
desktop_background_view.cc 225 params.parent = root_window->GetChildById(container_id);
  /external/chromium_org/mojo/services/public/cpp/view_manager/
view.h 74 View* GetChildById(Id id);
  /external/chromium_org/ui/aura/
window.h 204 Window* GetChildById(int id);
205 const Window* GetChildById(int id) const;
window.cc 583 Window* Window::GetChildById(int id) {
584 return const_cast<Window*>(const_cast<const Window*>(this)->GetChildById(id));
587 const Window* Window::GetChildById(int id) const {
592 const Window* result = (*i)->GetChildById(id);
    [all...]
window_unittest.cc 257 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));
    [all...]
window_event_dispatcher_unittest.cc 262 return root_window_->GetChildById(kLockWindowId);
265 return root_window_->GetChildById(kNonLockWindowId);
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_unittest.cc 73 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/lib/
view.cc 286 View* View::GetChildById(Id id) {
292 View* view = (*it)->GetChildById(id);
  /external/chromium_org/ash/
shell.cc 257 return root_window->GetChildById(container_id);
263 return root_window->GetChildById(container_id);
274 aura::Window* container = (*it)->GetChildById(container_id);
    [all...]
root_window_controller.cc 405 return GetRootWindow()->GetChildById(container_id);
409 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 568 window->GetRootWindow()->GetChildById(
multi_user_window_manager_chromeos_unittest.cc 95 window->GetRootWindow()->GetChildById(
    [all...]

Completed in 730 milliseconds