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/mojo/services/public/cpp/view_manager/
node.h 62 Node* GetChildById(Id id);
  /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 188 params.parent = root_window->GetChildById(container_id);
  /external/chromium_org/ui/aura/
window.h 204 Window* GetChildById(int id);
205 const Window* GetChildById(int id) const;
window.cc 576 Window* Window::GetChildById(int id) {
577 return const_cast<Window*>(const_cast<const Window*>(this)->GetChildById(id));
580 const Window* Window::GetChildById(int id) const {
585 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 261 return root_window_->GetChildById(kLockWindowId);
264 return root_window_->GetChildById(kNonLockWindowId);
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
node_unittest.cc 74 TEST_F(NodeTest, GetChildById) {
85 EXPECT_EQ(&v11, v1.GetChildById(v11.id()));
86 EXPECT_EQ(&v111, v1.GetChildById(v111.id()));
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
node.cc 331 Node* Node::GetChildById(Id id) {
337 Node* node = (*it)->GetChildById(id);
  /external/chromium_org/ash/
shell.cc 252 return root_window->GetChildById(container_id);
258 return root_window->GetChildById(container_id);
269 aura::Window* container = (*it)->GetChildById(container_id);
    [all...]
root_window_controller.cc 456 return GetRootWindow()->GetChildById(container_id);
460 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 567 window->GetRootWindow()->GetChildById(
multi_user_window_manager_chromeos_unittest.cc 93 window->GetRootWindow()->GetChildById(
    [all...]

Completed in 678 milliseconds