Searched defs:root_windows (Results 26 - 50 of 51) sorted by relevance

123

/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.cc116 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
117 for (aura::Window::Windows::const_iterator it = root_windows.begin();
118 it != root_windows.end(); ++it)
H A Dshelf_layout_manager_unittest.cc911 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
912 ASSERT_EQ(root_windows[0],
918 int right_edge = root_windows[0]->GetBoundsInScreen().right() - 1;
919 int y = root_windows[0]->GetBoundsInScreen().y();
1397 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1415 EXPECT_EQ(root_windows[0], window1->GetRootWindow());
1416 EXPECT_EQ(root_windows[1], window2->GetRootWindow());
/external/chromium_org/ash/wm/
H A Ddrag_window_resizer_unittest.cc160 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
161 ASSERT_EQ(2U, root_windows.size());
165 EXPECT_EQ(root_windows[0], window_->GetRootWindow());
177 EXPECT_EQ(root_windows[1], window_->GetRootWindow());
183 EXPECT_EQ(root_windows[0], window_->GetRootWindow());
196 EXPECT_EQ(root_windows[0], window_->GetRootWindow());
202 EXPECT_EQ(root_windows[0], window_->GetRootWindow());
214 EXPECT_EQ(root_windows[1], window_->GetRootWindow());
224 EXPECT_EQ(root_windows[0], window_->GetRootWindow());
233 EXPECT_EQ(root_windows[
281 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
318 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
347 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
483 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
540 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
H A Dpartial_screenshot_view.cc91 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
92 for (aura::Window::Windows::iterator it = root_windows.begin();
93 it != root_windows.end(); ++it) {
H A Dsystem_modal_container_layout_manager_unittest.cc511 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
512 EXPECT_EQ(2U, root_windows.size());
514 root_windows[0], ash::kShellWindowId_SystemModalContainer);
516 root_windows[1], ash::kShellWindowId_SystemModalContainer);
H A Dimmersive_fullscreen_controller_unittest.cc519 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
520 ASSERT_EQ(root_windows[0],
524 root_windows[0]->GetBoundsInScreen();
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager.cc234 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
235 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
236 iter != root_windows.end(); ++iter) {
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc313 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
316 EXPECT_EQ(root_windows[1], window->GetRootWindow());
325 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
329 EXPECT_EQ(root_windows[0], window->GetRootWindow());
333 EXPECT_EQ(root_windows[0], window->GetRootWindow());
342 EXPECT_EQ(root_windows[1], window->GetRootWindow());
354 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
358 EXPECT_EQ(root_windows[0], window->GetRootWindow());
362 EXPECT_EQ(root_windows[1], window->GetRootWindow());
374 aura::Window::Windows root_windows local
407 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
433 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
H A Dpanel_layout_manager_unittest.cc330 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
335 EXPECT_EQ(root_windows[1], panel->GetRootWindow());
339 SetShelfAutoHideBehavior(root_windows[1],
597 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
606 GetShelfView(Shelf::ForWindow(root_windows[1]));
608 EXPECT_EQ(root_windows[0], p1_d1->GetRootWindow());
609 EXPECT_EQ(root_windows[0], p2_d1->GetRootWindow());
610 EXPECT_EQ(root_windows[1], p1_d2->GetRootWindow());
611 EXPECT_EQ(root_windows[1], p2_d2->GetRootWindow());
621 EXPECT_EQ(root_windows[
677 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
696 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_status_monitor.cc113 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
114 aura::Window::Windows::const_iterator iter = root_windows.begin();
115 for (; iter != root_windows.end(); ++iter) {
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.cc170 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
171 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
172 iter != root_windows.end(); ++iter) {
199 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
201 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
202 iter != root_windows.end(); ++iter) {
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc74 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); variable
75 DCHECK_LT(1u, root_windows.size());
76 root_windows[1]->AddChild(target_);
183 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
186 ASSERT_EQ(2U, root_windows.size());
187 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
188 iter != root_windows.end(); ++iter) {
192 EXPECT_EQ(aura::client::GetFocusClient(root_windows[0]),
193 aura::client::GetFocusClient(root_windows[1]));
194 EXPECT_EQ(aura::client::GetActivationClient(root_windows[
205 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
239 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
277 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
292 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
316 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
338 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
376 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
446 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
481 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
516 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
555 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
593 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
615 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
647 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
707 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
798 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
840 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
H A Droot_window_controller_unittest.cc138 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
146 EXPECT_EQ(root_windows[1], normal->GetNativeView()->GetRootWindow());
153 EXPECT_EQ(root_windows[1], maximized->GetNativeView()->GetRootWindow());
160 EXPECT_EQ(root_windows[1], minimized->GetNativeView()->GetRootWindow());
166 EXPECT_EQ(root_windows[1], fullscreen->GetNativeView()->GetRootWindow());
179 EXPECT_EQ(root_windows[1],
186 EXPECT_EQ(root_windows[1], panel->GetRootWindow());
196 aura::client::GetFocusClient(root_windows[0])->FocusWindow(d2);
204 EXPECT_EQ(root_windows[0], normal->GetNativeView()->GetRootWindow());
215 EXPECT_EQ(root_windows[
270 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
675 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
H A Dshell.cc271 aura::Window::Windows root_windows = GetAllRootWindows(); local
272 for (aura::Window::Windows::const_iterator it = root_windows.begin();
273 it != root_windows.end(); ++it) {
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc723 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
724 EXPECT_EQ(2, static_cast<int>(root_windows.size()));
727 EXPECT_EQ(root_windows[0], window->GetRootWindow());
745 EXPECT_EQ(root_windows[0], window->GetRootWindow());
760 EXPECT_EQ(root_windows[1], window->GetRootWindow());
776 EXPECT_EQ(root_windows[1], window->GetRootWindow());
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.cc236 const aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
237 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
238 iter != root_windows.end(); iter++) {
290 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
H A Dwindow_selector_unittest.cc644 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
656 EXPECT_EQ(root_windows[0], window1->GetRootWindow());
657 EXPECT_EQ(root_windows[0], window2->GetRootWindow());
658 EXPECT_EQ(root_windows[1], window3->GetRootWindow());
659 EXPECT_EQ(root_windows[1], window4->GetRootWindow());
661 EXPECT_EQ(root_windows[0], panel1->GetRootWindow());
662 EXPECT_EQ(root_windows[0], panel2->GetRootWindow());
663 EXPECT_EQ(root_windows[1], panel3->GetRootWindow());
664 EXPECT_EQ(root_windows[1], panel4->GetRootWindow());
668 EXPECT_EQ(root_windows[
729 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc148 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
153 EXPECT_EQ("0,-500 400x500", root_windows[1]->GetBoundsInScreen().ToString());
224 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
228 EXPECT_EQ(root_windows[0], window->GetRootWindow());
235 EXPECT_EQ(root_windows[1], window->GetRootWindow());
239 EXPECT_EQ(root_windows[1], window->GetRootWindow());
246 EXPECT_EQ(root_windows[1], window->GetRootWindow());
250 EXPECT_EQ(root_windows[1], window->GetRootWindow());
258 params.context = root_windows[0];
262 EXPECT_EQ(root_windows[
274 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
H A Dworkspace_window_resizer_unittest.cc603 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
604 EXPECT_EQ(root_windows[0], window_->GetRootWindow());
608 EXPECT_EQ(root_windows[1], window_->GetRootWindow());
647 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
648 ASSERT_EQ(2U, root_windows.size());
652 EXPECT_EQ(root_windows[0], window_->GetRootWindow());
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc416 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
417 // Reorder root_windows to take the primary root window's snapshot at first.
419 if (*(root_windows.begin()) != primary_root) {
420 root_windows.erase(std::find(
421 root_windows.begin(), root_windows.end(), primary_root));
422 root_windows.insert(root_windows.begin(), primary_root);
424 for (size_t i = 0; i < root_windows.size(); ++i) {
425 aura::Window* root_window = root_windows[
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_controller_unittest.cc365 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
366 *secondary = root_windows[0] == *primary ? root_windows[1] : root_windows[0];
1019 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1023 EXPECT_EQ("0,0 80x170", root_windows[0]->bounds().ToString());
1024 EXPECT_EQ("150x200", root_windows[1]->bounds().size().ToString());
1028 ui::test::EventGenerator generator(root_windows[0]);
1033 EXPECT_EQ("0,0 120x200", root_windows[0]->bounds().ToString());
1043 root_windows
1069 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1146 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1179 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1212 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
H A Ddisplay_manager_unittest.cc646 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
650 ui::test::EventGenerator generator(root_windows[0]);
693 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
701 root_windows[0]->MoveCursorTo(gfx::Point(-150, 250));
1137 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1140 ui::test::EventGenerator generator1(root_windows[0]);
1141 ui::test::EventGenerator generator2(root_windows[1]);
1299 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1300 EXPECT_FALSE(root_windows[0]->Contains(test_api.GetCursorWindow()));
1304 EXPECT_TRUE(root_windows[
1381 aura::Window::Windows root_windows = local
[all...]
H A Ddisplay_controller.cc269 aura::Window::Windows root_windows = DisplayController::GetAllRootWindows(); local
272 for (aura::Window::Windows::iterator iter = root_windows.begin();
273 iter != root_windows.end();
775 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
776 for (size_t i = 0; i < root_windows.size(); ++i) {
778 root_windows[i] == primary ? "aura_root_0" : "aura_root_x";
780 root_windows[i]->GetHost()->GetAcceleratedWidget();
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc994 aura::Window::Windows root_windows = local
996 for (aura::Window::Windows::iterator iter = root_windows.begin();
997 iter != root_windows.end(); ++iter) {
1077 for (aura::Window::Windows::iterator iter = root_windows.begin();
1078 iter != root_windows.end(); ++iter) {
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc685 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
686 for (size_t i = 0; i < root_windows.size(); ++i) {
688 root_windows[i]->layer(),
689 root_windows[i]->GetHost()->dispatcher()->GetLastMouseLocationInRoot());

Completed in 357 milliseconds

123