HomeSort by relevance Sort by last modified time
    Searched refs:root_windows (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 76 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
77 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(11, 11)));
78 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[1], gfx::Point(11, 11)));
81 EXPECT_TRUE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(499, 11)));
86 EXPECT_TRUE(WarpMouseCursorIfNecessary(root_windows[1], gfx::Point(500, 11)));
91 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(0, 11)));
93 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[0], gfx::Point(11, 0)));
95 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[0],
98 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[1],
101 EXPECT_FALSE(WarpMouseCursorIfNecessary(root_windows[1], gfx::Point(11, 0)))
120 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
153 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
203 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
230 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
259 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
280 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
335 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
363 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
408 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
    [all...]
screen_position_controller_unittest.cc 90 aura::Window::Windows root_windows = local
93 root_windows[0]->GetHost()->GetBounds().origin().ToString());
95 root_windows[0]->GetHost()->GetBounds().size().ToString());
97 root_windows[1]->GetHost()->GetBounds().origin().ToString());
99 root_windows[1]->GetHost()->GetBounds().size().ToString());
178 aura::Window::Windows root_windows = local
181 root_windows[0]->GetHost()->
184 root_windows[0]->GetHost()->
187 root_windows[1]->GetHost()->
190 root_windows[1]->GetHost()-
234 aura::Window::Windows root_windows = local
266 aura::Window::Windows root_windows = local
    [all...]
root_window_transformers_unittest.cc 146 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
147 aura::test::EventGenerator generator1(root_windows[0]);
148 aura::test::EventGenerator generator2(root_windows[1]);
152 EXPECT_EQ("120x200", root_windows[0]->bounds().size().ToString());
153 EXPECT_EQ("150x200", root_windows[1]->bounds().size().ToString());
171 EXPECT_EQ("200x120", root_windows[0]->bounds().size().ToString());
172 EXPECT_EQ("150x200", root_windows[1]->bounds().size().ToString());
194 EXPECT_EQ("200x120", root_windows[0]->bounds().size().ToString());
195 EXPECT_EQ("200x150", root_windows[1]->bounds().size().ToString());
212 EXPECT_EQ("120x200", root_windows[0]->bounds().size().ToString())
238 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
277 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
317 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
    [all...]
display_configurator_animation.cc 117 aura::Window::Windows root_windows = local
119 for (aura::Window::Windows::const_iterator it = root_windows.begin();
120 it != root_windows.end(); ++it) {
171 aura::Window::Windows root_windows = local
173 for (aura::Window::Windows::const_iterator it = root_windows.begin();
174 it != root_windows.end(); ++it) {
display_controller_unittest.cc 365 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
366 *secondary = root_windows[0] == *primary ? root_windows[1] : root_windows[0];
1015 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1065 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1142 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1175 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
1208 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
    [all...]
  /external/chromium_org/ash/
extended_desktop_unittest.cc 74 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); variable
75 DCHECK_LT(1u, root_windows.size());
76 root_windows[1]->AddChild(target_);
160 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
163 ASSERT_EQ(2U, root_windows.size());
164 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
165 iter != root_windows.end(); ++iter) {
169 EXPECT_EQ(aura::client::GetFocusClient(root_windows[0]),
170 aura::client::GetFocusClient(root_windows[1]));
171 EXPECT_EQ(aura::client::GetActivationClient(root_windows[0])
182 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
216 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
254 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
269 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
293 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
315 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
353 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
423 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
461 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
483 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
515 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
575 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
666 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
708 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
    [all...]
debug.cc 16 aura::Window::Windows root_windows = local
19 for (aura::Window::Windows::iterator it = root_windows.begin();
20 it != root_windows.end(); ++it) {
31 aura::Window::Windows root_windows = local
34 for (aura::Window::Windows::iterator it = root_windows.begin();
35 it != root_windows.end(); ++it) {
46 aura::Window::Windows root_windows = local
49 for (aura::Window::Windows::iterator it = root_windows.begin();
50 it != root_windows.end(); ++it) {
root_window_controller_unittest.cc 137 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
145 EXPECT_EQ(root_windows[1], normal->GetNativeView()->GetRootWindow());
152 EXPECT_EQ(root_windows[1], maximized->GetNativeView()->GetRootWindow());
159 EXPECT_EQ(root_windows[1], minimized->GetNativeView()->GetRootWindow());
165 EXPECT_EQ(root_windows[1], fullscreen->GetNativeView()->GetRootWindow());
178 EXPECT_EQ(root_windows[1],
185 EXPECT_EQ(root_windows[1], panel->GetRootWindow());
195 aura::client::GetFocusClient(root_windows[0])->FocusWindow(d2);
203 EXPECT_EQ(root_windows[0], normal->GetNativeView()->GetRootWindow());
214 EXPECT_EQ(root_windows[0], maximized->GetNativeView()->GetRootWindow())
269 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
659 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.cc 23 aura::Window::Windows root_windows =
26 for (aura::Window::Windows::const_iterator it = root_windows.begin();
27 it != root_windows.end(); ++it) {
  /external/chromium_org/ash/accelerators/
accelerator_delegate.cc 57 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
58 if (std::find(root_windows.begin(), root_windows.end(), target) !=
59 root_windows.end())
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 83 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
92 EXPECT_EQ(root_windows[0], ash::Shell::GetTargetRootWindow());
94 OpenBrowserUsingShelfOnRootWindow(root_windows[1]);
98 EXPECT_EQ(root_windows[1],
100 EXPECT_EQ(root_windows[1], ash::Shell::GetTargetRootWindow());
106 OpenBrowserUsingShelfOnRootWindow(root_windows[0]);
110 EXPECT_EQ(root_windows[0],
112 EXPECT_EQ(root_windows[0], ash::Shell::GetTargetRootWindow());
173 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
179 EXPECT_EQ(root_windows[0], ash::Shell::GetTargetRootWindow())
    [all...]
  /external/chromium_org/ash/wm/
ash_native_cursor_manager.cc 21 aura::Window::Windows root_windows = local
23 for (aura::Window::Windows::iterator iter = root_windows.begin();
24 iter != root_windows.end(); ++iter)
33 aura::Window::Windows root_windows = local
35 for (aura::Window::Windows::iterator iter = root_windows.begin();
36 iter != root_windows.end(); ++iter)
45 aura::Window::Windows root_windows = local
47 for (aura::Window::Windows::iterator iter = root_windows.begin();
48 iter != root_windows.end(); ++iter)
drag_window_resizer_unittest.cc 160 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[1], window_->GetRootWindow())
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...]
drag_window_resizer.cc 39 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
40 if (root_windows.size() < 2)
42 DCHECK_EQ(2U, root_windows.size());
43 if (root_windows[0] == root_window)
44 return root_windows[1];
45 return root_windows[0];
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker_unittest.cc 63 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
64 EXPECT_EQ(2U, root_windows.size());
73 EXPECT_EQ(root_windows[0], window0->GetRootWindow());
74 EXPECT_EQ(root_windows[1], window1->GetRootWindow());
79 Shell::GetInstance()->set_target_root_window(root_windows[0]);
100 Shell::GetInstance()->set_target_root_window(root_windows[1]);
130 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
131 EXPECT_EQ(2U, root_windows.size());
142 Shell::GetInstance()->set_target_root_window(root_windows[0]);
173 Shell::GetInstance()->set_target_root_window(root_windows[1])
    [all...]
drag_drop_interactive_uitest.cc 158 aura::Window::Windows root_windows = local
172 EXPECT_EQ(root_windows[0], source->GetNativeView()->GetRootWindow());
173 EXPECT_EQ(root_windows[1], target->GetNativeView()->GetRootWindow());
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.cc 176 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
178 for (size_t i = 0; i < root_windows.size(); ++i) {
181 content::DesktopMediaID::RegisterAuraWindow(root_windows[i]),
182 root_windows[i]->title());
184 if (root_windows[i] == ash::Shell::GetPrimaryRootWindow())
190 if (root_windows.size() > 1) {
200 CaptureThumbnail(screen_source.id, root_windows[i]);
205 sources, root_windows[i], ash::kShellWindowId_DefaultContainer);
207 sources, root_windows[i], ash::kShellWindowId_AlwaysOnTopContainer);
209 sources, root_windows[i], ash::kShellWindowId_DockedContainer)
    [all...]
  /external/chromium_org/ash/shell/
window_watcher.cc 72 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
73 for (aura::Window::Windows::iterator iter = root_windows.begin();
74 iter != root_windows.end(); ++ iter) {
80 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
81 for (aura::Window::Windows::iterator iter = root_windows.begin();
82 iter != root_windows.end(); ++ iter) {
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 330 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[0], p1_d1->GetRootWindow())
677 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
696 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
    [all...]
panel_window_resizer_unittest.cc 281 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
284 EXPECT_EQ(root_windows[1], window->GetRootWindow());
293 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
297 EXPECT_EQ(root_windows[0], window->GetRootWindow());
301 EXPECT_EQ(root_windows[0], window->GetRootWindow());
310 EXPECT_EQ(root_windows[1], window->GetRootWindow());
322 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
326 EXPECT_EQ(root_windows[0], window->GetRootWindow());
330 EXPECT_EQ(root_windows[1], window->GetRootWindow());
342 aura::Window::Windows root_windows = Shell::GetAllRootWindows() local
375 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
401 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 76 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
79 TestLauncherAlignment(root_windows[0],
85 TestLauncherAlignment(root_windows[0],
91 TestLauncherAlignment(root_windows[0],
97 TestLauncherAlignment(root_windows[1],
103 TestLauncherAlignment(root_windows[1],
109 TestLauncherAlignment(root_windows[1],
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_event_blocker.cc 140 aura::Window::Windows root_windows(Shell::GetAllRootWindows());
141 for (aura::Window::Windows::iterator iter = root_windows.begin();
142 iter != root_windows.end(); ++iter) {
  /external/chromium_org/ui/wm/core/
capture_controller.cc 43 RootWindows root_windows(root_windows_);
58 for (RootWindows::const_iterator i = root_windows.begin();
59 i != root_windows.end(); ++i) {
  /external/chromium_org/ash/tooltips/
tooltip_controller_unittest.cc 135 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
141 EXPECT_EQ(widget1->GetNativeView()->GetRootWindow(), root_windows[0]);
148 EXPECT_EQ(widget2->GetNativeView()->GetRootWindow(), root_windows[1]);
151 aura::test::EventGenerator generator(root_windows[1]);
166 EXPECT_EQ(widget2->GetNativeView()->GetRootWindow(), root_windows[0]);
170 aura::test::EventGenerator generator1(root_windows[0]);
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 202 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
203 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
204 iter != root_windows.end(); ++iter) {

Completed in 2994 milliseconds

1 2 3