Searched refs:root_window (Results 76 - 100 of 257) sorted by relevance

1234567891011

/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_unittest.cc82 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
87 Shell::GetContainer(root_window, containers_to_check[i]);
93 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
98 Shell::GetContainer(root_window, containers_to_check[i]);
/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.h24 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
H A Dshelf_item_delegate.h42 // |root_window|. Return NULL if there should be no context
44 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) = 0;
H A Dshelf_tooltip_manager_unittest.cc182 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
187 SetEventTarget(root_window, &key_event);
195 SetEventTarget(root_window, &touch_event);
226 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
238 SetEventTarget(root_window, &mouse_event);
256 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); local
267 SetEventTarget(root_window, &mouse_event);
280 SetEventTarget(root_window, &mouse_event);
H A Dshelf_window_watcher_item_delegate.cc51 aura::Window* root_window) {
53 return Shell::GetInstance()->delegate()->CreateContextMenu(root_window,
50 CreateContextMenu( aura::Window* root_window) argument
/external/chromium_org/ash/wm/
H A Dsystem_background_controller.h30 SystemBackgroundController(aura::Window* root_window, SkColor color);
H A Dscreen_dimmer.cc26 ScreenDimmer::ScreenDimmer(aura::Window* root_window) argument
27 : root_window_(root_window),
H A Dpartial_screenshot_view.cc115 void PartialScreenshotView::Init(aura::Window* root_window) { argument
124 Shell::GetContainer(root_window, kShellWindowId_OverlayContainer);
128 widget->SetBounds(root_window->GetBoundsInScreen());
135 aura::client::GetCaptureClient(root_window);
169 aura::Window*root_window = local
172 root_window,
173 gfx::IntersectRects(root_window->bounds(), GetScreenshotRect()));
/external/chromium_org/ash/wm/workspace/
H A Dphantom_window_controller.h40 // with kShellWindowId_ShelfContainer in |root_window| as a parent.
42 aura::Window* root_window,
/external/chromium_org/ui/aura/client/
H A Ddefault_capture_client.h18 explicit DefaultCaptureClient(Window* root_window);
H A Dfocus_client.h39 AURA_EXPORT void SetFocusClient(Window* root_window, FocusClient* client);
/external/chromium_org/ui/wm/core/
H A Dinput_method_event_filter.h32 void SetInputMethodPropertyInRootWindow(aura::Window* root_window);
H A Dinput_method_event_filter.cc31 aura::Window* root_window) {
32 root_window->SetProperty(aura::client::kRootWindowInputMethodKey,
30 SetInputMethodPropertyInRootWindow( aura::Window* root_window) argument
H A Ddefault_activation_client.cc16 Deleter(DefaultActivationClient* client, aura::Window* root_window) argument
18 root_window_(root_window) {
42 DefaultActivationClient::DefaultActivationClient(aura::Window* root_window) argument
44 aura::client::SetActivationClient(root_window, this);
45 new Deleter(this, root_window);
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.h103 virtual void OnRootWindowAdded(aura::Window* root_window) OVERRIDE;
128 // |root_window|.
129 void InstallDesktopController(aura::Window* root_window);
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc71 aura::Window* root_window = window->GetRootWindow(); local
73 aura::Window::ConvertPointToTarget(window, root_window, &location_in_root);
76 if (!root_window->ContainsPointInRoot(location_in_root)) {
98 root_window->GetHost()->ConvertPointToNativeScreen(&location_in_native);
105 root_window = root_windows[i];
117 return std::make_pair(root_window, location_in_root);
143 aura::Window* root_window,
145 aura::Window* root = root_window->GetRootWindow();
142 ConvertHostPointToScreen( aura::Window* root_window, gfx::Point* point) argument
H A Dmouse_cursor_event_filter.cc43 void ConvertPointFromScreenToNative(const aura::Window* root_window, argument
45 ::wm::ConvertPointFromScreen(root_window, point);
46 root_window->GetHost()->ConvertPointToNativeScreen(point);
49 gfx::Rect GetNativeEdgeBounds(const aura::Window* root_window, argument
52 gfx::Rect native_bounds = root_window->GetHost()->GetBounds();
54 GetRootWindowController(root_window)->ash_host()->GetHostInsets());
56 ConvertPointFromScreenToNative(root_window, &start);
57 ConvertPointFromScreenToNative(root_window, &end);
78 // of the native window for |root_window|.
79 gfx::Rect CreateVerticalEdgeBoundsInNative(const aura::Window* root_window,
[all...]
/external/chromium_org/ash/wm/overview/
H A Dtransparent_activate_window_button.cc31 views::Widget* InitEventHandler(aura::Window* root_window) { argument
38 params.parent = Shell::GetContainer(root_window,
H A Dwindow_selector_window.cc65 void WindowSelectorWindow::SetItemBounds(aura::Window* root_window, argument
71 transform_window_.SetTransform(root_window,
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_uitest.cc46 gfx::Rect GetChromeIconBoundsForRootWindow(aura::Window* root_window) { argument
47 ash::Shelf* shelf = ash::Shelf::ForWindow(root_window);
56 void OpenBrowserUsingShelfOnRootWindow(aura::Window* root_window) { argument
57 ui::test::EventGenerator generator(root_window);
59 GetChromeIconBoundsForRootWindow(root_window).CenterPoint();
61 ash::Shell::GetScreen()->GetDisplayNearestWindow(root_window);
153 void OpenBrowserUsingContextMenuOnRootWindow(aura::Window* root_window) { argument
155 GetChromeIconBoundsForRootWindow(root_window).CenterPoint();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.h23 DesktopDragDropClientWin(aura::Window* root_window, HWND window);
29 aura::Window* root_window,
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc258 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
293 root_window()));
304 root_window()));
315 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
325 root_window()));
333 Window* root = root_window();
354 root_window()));
357 Window* root = root_window();
364 // Test Window::ConvertPointToWindow() with transform to root_window.
377 root_window())
2017 TestVisibilityClient(Window* root_window) argument
[all...]
/external/chromium_org/ash/wm/gestures/
H A Dlong_press_affordance_handler.cc60 views::Widget* CreateAffordanceWidget(aura::Window* root_window) { argument
68 params.context = root_window;
72 GetRootWindowController(root_window)->GetContainer(
142 aura::Window* root_window)
144 widget_(CreateAffordanceWidget(root_window)),
153 aura::client::GetScreenPositionClient(root_window)->ConvertPointToScreen(
154 root_window, &point);
283 aura::Window* root_window = tap_down_target_->GetRootWindow(); local
284 if (!root_window) {
288 view_.reset(new LongPressAffordanceView(tap_down_location_, root_window));
141 LongPressAffordanceView(const gfx::Point& event_location, aura::Window* root_window) argument
[all...]
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc136 aura::Window* root_window = RootWindowForPoint(screen_location); variable
139 aura::client::GetScreenPositionClient(root_window);
141 screen_position_client->ConvertPointFromScreen(root_window,
145 aura::WindowTreeHost* host = root_window->GetHost();
153 root_window->MoveCursorTo(root_location);
178 aura::Window* root_window = RootWindowForPoint(mouse_loc); variable
180 aura::client::GetScreenPositionClient(root_window);
182 screen_position_client->ConvertPointFromScreen(root_window, &mouse_loc);
203 root_window->GetHost()->PostNativeEvent(&xevent);
208 root_window
[all...]
/external/chromium_org/ash/screensaver/
H A Dscreensaver_view.cc138 aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); local
140 Shell::GetScreen()->GetDisplayNearestWindow(root_window).bounds();
148 params.parent = root_window;

Completed in 465 milliseconds

1234567891011