OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChildById
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ui/views/corewm/
focus_controller_unittest.cc
163
: target_(root_window->
GetChildById
(id)) {
392
aura::Window* window = root_window()->
GetChildById
(id);
397
aura::Window* window = root_window()->
GetChildById
(id);
478
root_window()->
GetChildById
(2)->Hide();
483
EXPECT_EQ(root_window()->
GetChildById
(2),
485
EXPECT_EQ(root_window()->
GetChildById
(1),
541
test_focus_rules()->set_focus_restriction(root_window()->
GetChildById
(211));
557
aura::Window* w3 = root_window()->
GetChildById
(3);
583
aura::Window* target = root_window()->
GetChildById
(1);
589
observer->set_shift_focus_to(target->
GetChildById
(11))
[
all
...]
/external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc
100
root_window->
GetChildById
(dest_container));
desktop_background_view.cc
189
params.parent = root_window->
GetChildById
(container_id);
desktop_background_controller_unittest.cc
52
Window* container = root->
GetChildById
(container_id);
/external/chromium_org/ui/aura/
window.h
232
Window*
GetChildById
(int id);
233
const Window*
GetChildById
(int id) const;
window.cc
630
Window* Window::
GetChildById
(int id) {
631
return const_cast<Window*>(const_cast<const Window*>(this)->
GetChildById
(id));
634
const Window* Window::
GetChildById
(int id) const {
639
const Window* result = (*i)->
GetChildById
(id);
[
all
...]
root_window_unittest.cc
252
return root_window_->
GetChildById
(kLockWindowId);
255
return root_window_->
GetChildById
(kNonLockWindowId);
[
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
...]
/external/chromium_org/ash/
shell.cc
237
return root_window->
GetChildById
(container_id);
243
return root_window->
GetChildById
(container_id);
254
aura::Window* container = (*it)->
GetChildById
(container_id);
[
all
...]
root_window_controller.cc
338
return root_window()->
GetChildById
(container_id);
342
return root_window_->window()->
GetChildById
(container_id);
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos_unittest.cc
72
window->GetRootWindow()->
GetChildById
(
multi_user_window_manager_chromeos.cc
531
window->GetRootWindow()->
GetChildById
(
Completed in 68 milliseconds