Searched refs:root_window (Results 51 - 75 of 257) sorted by relevance

1234567891011

/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_item.h69 // |root_window| root window.
70 void SetBounds(aura::Window* root_window,
99 // |root_window|. If |animate| the windows are animated from their current
101 virtual void SetItemBounds(aura::Window* root_window,
120 void UpdateCloseButtonBounds(aura::Window* root_window, bool animate);
124 aura::Window* root_window,
H A Dwindow_selector_item.cc26 views::Widget* CreateCloseWindowButton(aura::Window* root_window, argument
34 Shell::GetContainer(root_window, ash::kShellWindowId_OverlayContainer);
101 void WindowSelectorItem::SetBounds(aura::Window* root_window, argument
107 root_window_ = root_window;
118 UpdateWindowLabels(target_bounds, root_window, animate);
122 SetItemBounds(root_window, inset_bounds, animate);
123 UpdateCloseButtonBounds(root_window, animate);
158 void WindowSelectorItem::UpdateCloseButtonBounds(aura::Window* root_window, argument
175 close_button_->GetNativeWindow()->GetRootWindow() != root_window) {
180 close_button_.reset(CreateCloseWindowButton(root_window, thi
226 UpdateWindowLabels(const gfx::Rect& window_bounds, aura::Window* root_window, bool animate) argument
[all...]
/external/chromium_org/athena/input/
H A Dinput_manager_impl.cc31 virtual void OnRootWindowCreated(aura::Window* root_window) OVERRIDE;
77 void InputManagerImpl::OnRootWindowCreated(aura::Window* root_window) { argument
78 aura::client::SetEventClient(root_window, this);
79 accelerator_manager_->OnRootWindowCreated(root_window);
/external/chromium_org/athena/input/public/
H A Dinput_manager.h31 virtual void OnRootWindowCreated(aura::Window* root_window) = 0;
/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.h18 explicit ScreenAcceleratorHandler(aura::Window* root_window);
/external/chromium_org/ui/aura/test/
H A Dtest_window_tree_client.h18 explicit TestWindowTreeClient(Window* root_window);
H A Dtest_cursor_client.cc12 TestCursorClient::TestCursorClient(aura::Window* root_window) argument
18 root_window_(root_window) {
19 client::SetCursorClient(root_window, this);
/external/chromium_org/ash/display/
H A Ddisplay_configurator_animation.cc121 aura::Window* root_window = *it; local
124 hiding_layer->SetBounds(root_window->bounds());
126 ash::Shell::GetContainer(root_window,
138 hiding_layers_[root_window] = hiding_layer;
175 aura::Window* root_window = *it; local
177 if (hiding_layers_.find(root_window) == hiding_layers_.end()) {
183 hiding_layer->SetBounds(root_window->bounds());
186 root_window, ash::kShellWindowId_OverlayContainer)->layer();
190 hiding_layers_[root_window] = hiding_layer;
192 hiding_layer = hiding_layers_[root_window];
[all...]
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.h40 void Set(aura::Window* root_window, const gfx::Rect& bounds);
43 aura::Window* root_window() { return root_window_; } function in class:chromeos::FocusRingLayer
49 void CreateOrUpdateLayer(aura::Window* root_window, const char* layer_name);
/external/chromium_org/ui/aura/
H A Dwindow_targeter_unittest.cc40 Window* root_window() { return AuraTestBase::root_window(); } function in class:aura::WindowTargeterTest
57 scoped_ptr<Window> window(CreateNormalWindow(1, root_window(), &delegate));
65 root_window()->Show();
87 scoped_ptr<Window> window(CreateNormalWindow(1, root_window(), &delegate));
92 root_window()->Show();
94 ui::EventTarget* root = root_window();
125 scoped_ptr<Window> window(CreateNormalWindow(1, root_window(), &delegate));
137 root_window()->Show();
140 scoped_ptr<Window> window(CreateNormalWindow(2, root_window(),
[all...]
H A Dwindow_event_dispatcher_unittest.cc113 delegate1.get(), -1234, bounds1, root_window()));
115 delegate2.get(), -5678, bounds2, root_window()));
211 gfx::Rect(50, 50, 100, 100), root_window()));
220 root, static_cast<Window*>(root_window()), w1.get(),
233 explicit TestEventClient(Window* root_window) argument
234 : root_window_(root_window),
290 TestEventClient client(root_window());
321 ui::test::EventGenerator generator(root_window());
330 ui::test::EventGenerator generator(root_window(), w1);
335 ui::test::EventGenerator generator3(root_window(), w
1797 CreateCaptureWindow(aura::Window* root_window) argument
2132 MoveWindowHandler(Window* window, Window* root_window) argument
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.cc17 aura::Window* root_window,
21 drop_target_ = new DesktopDropTargetWin(root_window, window);
29 aura::Window* root_window,
16 DesktopDragDropClientWin( aura::Window* root_window, HWND window) argument
27 StartDragAndDrop( const ui::OSExchangeData& data, aura::Window* root_window, aura::Window* source_window, const gfx::Point& root_location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/chromium_org/ui/wm/core/
H A Dvisibility_controller_unittest.cc29 aura::client::SetVisibilityClient(root_window(), &controller);
31 SetChildWindowVisibilityChangesAnimated(root_window());
35 &d, -2, gfx::Rect(0, 0, 50, 50), root_window()));
H A Dcompound_event_filter_unittest.cc60 gfx::Rect(5, 5, 100, 100), root_window()));
64 aura::test::TestCursorClient cursor_client(root_window());
116 new wm::DefaultActivationClient(root_window());
121 gfx::Rect(5, 5, 100, 100), root_window()));
125 aura::test::TestCursorClient cursor_client(root_window());
158 root_window())->ActivateWindow(window.get());
173 DCHECK(root_window());
175 gfx::Rect(5, 5, 100, 100), root_window()));
183 ui::test::EventGenerator generator(root_window(), gfx::Point(50, 50));
194 ui::test::EventGenerator event_generator(root_window());
[all...]
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc180 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
185 &delegate, 9, gfx::Rect(0, 0, 100, 100), root_window));
205 root_window->GetHost()->dispatcher()->OnEventFromSource(&press);
242 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
244 new ResizableWidgetDelegate, root_window, bounds);
254 ui::test::EventGenerator generator(root_window, toplevel->GetNativeWindow());
298 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
301 new ResizableWidgetDelegate, root_window, gfx::Rect(10, 0, 50, 100));
304 new ResizableWidgetDelegate, root_window, gfx::Rect(100, 0, 100, 100));
320 ui::test::EventGenerator generator(root_window);
333 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
391 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
450 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
484 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
520 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
548 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
[all...]
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider_unittest.cc213 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
217 ui::test::EventGenerator generator(root_window());
221 new WindowSlider(&slider_delegate, root_window(), window.get());
294 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
307 new WindowSlider(&slider_delegate, root_window(), window.get());
310 ui::test::EventGenerator generator(root_window());
317 root_window()->GetHost()->event_processor(),
334 scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL));
345 new WindowSlider(&slider_delegate, root_window(), window.get());
352 ui::test::EventGenerator generator(root_window());
[all...]
/external/chromium_org/ash/test/
H A Dash_test_helper.cc154 aura::Window* root_window = Shell::GetTargetRootWindow(); local
155 if (!root_window)
156 root_window = Shell::GetPrimaryRootWindow();
157 DCHECK(root_window);
158 return root_window;
/external/chromium_org/ash/
H A Dshell_unittest.cc59 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
60 EXPECT_TRUE(Shell::GetContainer(root_window,
63 Shell::GetContainer(root_window, kShellWindowId_DefaultContainer));
65 Shell::GetContainer(root_window, kShellWindowId_AlwaysOnTopContainer));
66 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_PanelContainer));
67 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_ShelfContainer));
69 Shell::GetContainer(root_window, kShellWindowId_SystemModalContainer));
71 root_window, kShellWindowId_LockScreenBackgroundContainer));
73 Shell::GetContainer(root_window, kShellWindowId_LockScreenContainer));
74 EXPECT_TRUE(Shell::GetContainer(root_window,
468 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
[all...]
H A Droot_window_controller.cc357 aura::Window* root_window = GetRootWindow(); local
362 if (Shell::GetTargetRootWindow() == root_window) {
364 Shell::GetPrimaryRootWindow() == root_window
370 GetRootWindowSettings(root_window)->controller = NULL;
375 GetRootWindowSettings(root_window)->display_id =
380 aura::client::SetScreenPositionClient(root_window, NULL);
499 aura::Window* root_window = GetRootWindow(); local
500 aura::client::SetDragDropClient(root_window, NULL);
515 aura::client::SetTooltipClient(root_window, NULL);
520 non_toplevel_windows.push(root_window);
698 aura::Window* root_window = GetRootWindow(); local
709 aura::Window* root_window = GetRootWindow(); local
752 aura::Window* root_window = GetRootWindow(); local
851 CreateContainersInRootWindow( aura::Window* root_window) argument
1074 GetRootWindowController( const aura::Window* root_window) argument
[all...]
H A Dshell.cc255 aura::Window* Shell::GetContainer(aura::Window* root_window, argument
257 return root_window->GetChildById(container_id);
261 const aura::Window* Shell::GetContainer(const aura::Window* root_window, argument
263 return root_window->GetChildById(container_id);
434 void Shell::OnRootWindowAdded(aura::Window* root_window) { argument
435 FOR_EACH_OBSERVER(ShellObserver, observers_, OnRootWindowAdded(root_window));
445 void Shell::OnShelfCreatedForRootWindow(aura::Window* root_window) { argument
448 OnShelfCreatedForRootWindow(root_window));
503 aura::Window* root_window) {
504 ash::ShelfLayoutManager::ForShelf(root_window)
502 SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior, aura::Window* root_window) argument
512 SetShelfAlignment(ShelfAlignment alignment, aura::Window* root_window) argument
520 GetShelfAlignment(const aura::Window* root_window) argument
533 NotifyFullscreenStateChange(bool is_fullscreen, aura::Window* root_window) argument
885 aura::Window* root_window = display_controller_->GetPrimaryRootWindow(); local
1083 InitRootWindow(aura::Window* root_window) argument
[all...]
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc179 new wm::DefaultActivationClient(aura_test_helper_->root_window());
183 focus_controller_.reset(new TestFocusController(root_window()));
197 aura::Window* root_window() { return aura_test_helper_->root_window(); } function in class:keyboard::KeyboardControllerTest
273 const gfx::Rect& root_bounds = root_window()->bounds();
278 root_window()->AddChild(window.get());
285 root_window()->AddChild(keyboard_container);
300 ui::test::EventGenerator generator(root_window());
317 const gfx::Rect& root_bounds = root_window()->bounds();
322 root_window()
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.cc148 void ShelfWindowWatcher::OnRootWindowAdded(aura::Window* root_window) { argument
152 aura::client::GetActivationClient(root_window));
153 observed_root_windows_.Add(root_window);
156 root_window,
163 void ShelfWindowWatcher::OnRootWindowRemoved(aura::Window* root_window) { argument
164 observed_root_windows_.Remove(root_window);
166 aura::client::GetActivationClient(root_window));
269 aura::Window* root_window = Shell::GetInstance()->display_controller()-> local
274 if (!observed_root_windows_.IsObserving(root_window))
275 OnRootWindowAdded(root_window);
[all...]
/external/chromium_org/ui/views/corewm/
H A Dcapture_controller_unittest.cc35 capture_controller_.reset(new wm::ScopedCaptureClient(root_window()));
46 new DesktopScreenPositionClient(root_window()));
96 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL));
120 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL));
139 scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL));
140 ui::test::EventGenerator event_generator1(root_window());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.h37 aura::Window* root_window);
43 aura::Window* root_window);
45 // Creates a menu used as a desktop context menu on |root_window|.
47 aura::Window* root_window);
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts_chromeos.cc76 aura::Window* root_window = wm_test_helper_->host()->window(); local
77 views_content_client()->task().Run(browser_context(), root_window); local
81 aura::client::SetDispatcherClient(root_window,

Completed in 2548 milliseconds

1234567891011