Searched defs:root_windows (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/ash/
H A Ddebug.cc16 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) {
/external/chromium_org/ash/accelerators/
H A Daccelerator_delegate.cc57 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/ash/display/
H A Dmouse_cursor_event_filter_unittest.cc76 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[
120 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
152 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
177 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
198 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
253 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
281 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
326 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
[all...]
H A Dscreen_position_controller_unittest.cc90 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[
234 aura::Window::Windows root_windows = local
266 aura::Window::Windows root_windows = local
[all...]
H A Ddisplay_configurator_animation.cc117 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) {
H A Droot_window_transformers_unittest.cc146 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
147 ui::test::EventGenerator generator1(root_windows[0]);
148 ui::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[
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...]
H A Dscreen_position_controller.cc100 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
101 for (size_t i = 0; i < root_windows.size(); ++i) {
102 aura::WindowTreeHost* host = root_windows[i]->GetHost();
105 root_window = root_windows[i];
H A Dmouse_cursor_event_filter.cc375 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
378 *dst_root = root_windows[0] == *src_root ? root_windows[1] : root_windows[0];
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker_unittest.cc58 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
59 EXPECT_EQ(2U, root_windows.size());
68 EXPECT_EQ(root_windows[0], window0->GetRootWindow());
69 EXPECT_EQ(root_windows[1], window1->GetRootWindow());
74 Shell::GetInstance()->set_target_root_window(root_windows[0]);
95 Shell::GetInstance()->set_target_root_window(root_windows[1]);
121 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
122 EXPECT_EQ(2U, root_windows.size());
133 Shell::GetInstance()->set_target_root_window(root_windows[0]);
164 Shell::GetInstance()->set_target_root_window(root_windows[
[all...]
H A Ddrag_drop_interactive_uitest.cc159 aura::Window::Windows root_windows = local
173 EXPECT_EQ(root_windows[0], source->GetNativeView()->GetRootWindow());
174 EXPECT_EQ(root_windows[1], target->GetNativeView()->GetRootWindow());
/external/chromium_org/ash/wm/
H A Dwindow_cycle_controller_unittest.cc350 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
351 ASSERT_EQ(2U, root_windows.size());
356 Shell::GetInstance()->set_target_root_window(root_windows[0]);
360 EXPECT_EQ(root_windows[0], window0->GetRootWindow());
363 root_windows[0],
366 EXPECT_EQ(root_windows[0], window1->GetRootWindow());
369 Shell::GetInstance()->set_target_root_window(root_windows[1]);
371 EXPECT_EQ(root_windows[1], window2->GetRootWindow());
375 root_windows[1],
378 EXPECT_EQ(root_windows[
[all...]
H A Dapp_list_controller_unittest.cc137 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
138 ASSERT_EQ(2u, root_windows.size());
139 aura::Window* secondary_window = root_windows[1];
H A Dash_native_cursor_manager.cc22 aura::Window::Windows root_windows = local
24 for (aura::Window::Windows::iterator iter = root_windows.begin();
25 iter != root_windows.end(); ++iter)
34 aura::Window::Windows root_windows = local
36 for (aura::Window::Windows::iterator iter = root_windows.begin();
37 iter != root_windows.end(); ++iter)
46 aura::Window::Windows root_windows = local
48 for (aura::Window::Windows::iterator iter = root_windows.begin();
49 iter != root_windows.end(); ++iter)
H A Dlock_layout_manager_unittest.cc257 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
268 EXPECT_EQ(root_windows[0], window->GetRootWindow());
276 EXPECT_EQ(root_windows[0], window->GetRootWindow());
280 EXPECT_EQ(root_windows[0], window->GetRootWindow());
285 EXPECT_EQ(root_windows[0], window->GetRootWindow());
289 EXPECT_EQ(root_windows[0], window->GetRootWindow());
H A Ddrag_window_resizer.cc40 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
41 if (root_windows.size() < 2)
43 DCHECK_EQ(2U, root_windows.size());
44 if (root_windows[0] == root_window)
45 return root_windows[1];
46 return root_windows[0];
H A Dmru_window_tracker.cc63 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
66 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
67 iter != root_windows.end(); ++iter) {
/external/chromium_org/ash/autoclick/
H A Dautoclick_unittest.cc223 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
224 EXPECT_EQ(2u, root_windows.size());
230 ui::test::EventGenerator generator1(root_windows[0]);
238 ui::test::EventGenerator generator2(root_windows[1]);
/external/chromium_org/ash/shelf/
H A Dshelf_widget_unittest.cc76 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/tooltips/
H A Dtooltip_controller_unittest.cc134 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
140 EXPECT_EQ(widget1->GetNativeView()->GetRootWindow(), root_windows[0]);
147 EXPECT_EQ(widget2->GetNativeView()->GetRootWindow(), root_windows[1]);
150 ui::test::EventGenerator generator(root_windows[1]);
165 EXPECT_EQ(widget2->GetNativeView()->GetRootWindow(), root_windows[0]);
169 ui::test::EventGenerator generator1(root_windows[0]);
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dmultiprofiles_session_aborted_dialog.cc81 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
82 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
83 iter != root_windows.end(); ++iter) {
/external/chromium_org/ash/magnifier/
H A Dpartial_magnification_controller.cc202 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) {
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc72 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/chrome/browser/media/
H A Ddesktop_media_list_ash.cc176 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[
[all...]
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_uitest.cc83 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[
[all...]
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc220 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); local
221 for (aura::Window::Windows::iterator iter = root_windows.begin();
222 iter != root_windows.end(); ++iter) {

Completed in 1059 milliseconds

123