Searched refs:CreateTestWindowInShellWithId (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api_unittest.cc78 scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(3));
79 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2));
80 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1));
81 scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0));
131 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1));
132 scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0));
248 scoped_ptr<aura::Window> window4(CreateTestWindowInShellWithId(4));
249 scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(3));
250 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2));
251 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_cycle_controller_unittest.cc45 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
61 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
81 scoped_ptr<Window> window2(CreateTestWindowInShellWithId(2));
82 scoped_ptr<Window> window1(CreateTestWindowInShellWithId(1));
83 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
188 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
189 scoped_ptr<Window> window1(CreateTestWindowInShellWithId(1));
209 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
210 scoped_ptr<Window> window1(CreateTestWindowInShellWithId(1));
235 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(
[all...]
H A Dapp_list_controller_unittest.cc23 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
H A Dwindow_animations_unittest.cc71 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
105 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
120 scoped_ptr<Window> window(CreateTestWindowInShellWithId(0));
174 scoped_ptr<Window> window(CreateTestWindowInShellWithId(0));
H A Duser_activity_detector_unittest.cc93 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(12345));
175 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(12345));
213 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(12345));
H A Dworkspace_controller_unittest.cc750 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0));
754 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1));
774 scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(2));
796 scoped_ptr<aura::Window> window4(CreateTestWindowInShellWithId(3));
825 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0));
828 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1));
920 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0));
929 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1));
957 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0));
963 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(
[all...]
H A Dsticky_keys_unittest.cc144 target_ = CreateTestWindowInShellWithId(0);
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher_unittest.cc58 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(0));
59 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithId(0));
89 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(0));
90 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithId(0));
119 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
144 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
/external/chromium_org/ash/accelerators/
H A Dnested_dispatcher_controller_unittest.cc107 scoped_ptr<aura::Window> associated_window(CreateTestWindowInShellWithId(0));
125 CreateTestWindowInShellWithId(0));
127 scoped_ptr<aura::Window> associated_window(CreateTestWindowInShellWithId(0));
H A Daccelerator_filter_unittest.cc103 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(1));
114 scoped_ptr<aura::Window> child(CreateTestWindowInShellWithId(2));
/external/chromium_org/ash/
H A Dfocus_cycler_unittest.cc136 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
151 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
174 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
197 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
261 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
280 scoped_ptr<Window> window0(CreateTestWindowInShellWithId(0));
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu_chromeos_unittest.cc60 window_ = CreateTestWindowInShellWithId(0);
H A Dmulti_user_window_manager_chromeos_unittest.cc101 window_.push_back(CreateTestWindowInShellWithId(i));
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_unittest.cc468 CreateTestWindowInShellWithId(0),
474 CreateTestWindowInShellWithId(1),
481 CreateTestWindowInShellWithId(2),
619 CreateTestWindowInShellWithId(0),
627 CreateTestWindowInShellWithId(1),
634 CreateTestWindowInShellWithId(0),
703 CreateTestWindowInShellWithId(0),
710 CreateTestWindowInShellWithId(1),
748 CreateTestWindowInShellWithId(3),
796 CreateTestWindowInShellWithId(
[all...]
/external/chromium_org/ash/test/
H A Dash_test_base.h75 aura::Window* CreateTestWindowInShellWithId(int id);
H A Dash_test_base.cc223 aura::Window* AshTestBase::CreateTestWindowInShellWithId(int id) { function in class:ash::test::AshTestBase
/external/chromium_org/chrome/browser/ui/ash/
H A Dwindow_positioner_unittest.cc104 window_.reset(CreateTestWindowInShellWithId(0));
106 popup_.reset(CreateTestWindowInShellWithId(1));
H A Devent_rewriter_unittest.cc2345 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(1));
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_unittest.cc264 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1));
277 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2));
314 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1));
327 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2));
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_unittest.cc386 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
/external/chromium_org/ash/display/
H A Ddisplay_controller_unittest.cc317 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
459 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
509 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1));
/external/chromium_org/ash/wm/workspace/
H A Dsnap_sizer_unittest.cc369 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));

Completed in 497 milliseconds