Searched defs:root_window (Results 76 - 100 of 165) sorted by relevance

1234567

/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list_ash.cc150 aura::Window* root_window,
154 aura::Window* container = ash::Shell::GetContainer(root_window, container_id);
148 EnumerateWindowsForRoot( std::vector<DesktopMediaListAsh::SourceDescription>* sources, aura::Window* root_window, int container_id) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.cc86 aura::Window* root_window = ash::Shell::GetInstance()->GetPrimaryRootWindow(); local
87 DCHECK(root_window);
88 return root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
/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/content/browser/android/
H A Dcontent_view_render_view.cc56 gfx::NativeWindow root_window)
58 root_window_(root_window),
80 gfx::NativeWindow root_window = local
83 new ContentViewRenderView(env, obj, root_window);
54 ContentViewRenderView(JNIEnv* env, jobject obj, gfx::NativeWindow root_window) argument
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc151 aura::Window* root_window = keyboard_window->GetRootWindow(); local
152 gfx::Rect available_bounds = root_window->bounds();
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura_unittest.cc253 aura::Window* root_window = child_win->GetRootWindow(); local
257 EXPECT_EQ(root_window, child_win->GetRootWindow());
/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/ui/wm/core/
H A Dcompound_event_filter.cc106 aura::Window* root_window = target->GetRootWindow(); local
108 aura::client::GetDragDropClient(root_window);
113 aura::client::GetCursorClient(root_window);
H A Dnested_accelerator_controller_unittest.cc77 void DispatchKeyReleaseA(aura::Window* root_window) { argument
83 aura::WindowTreeHost* host = root_window->GetHost();
90 aura::WindowTreeHost* host = root_window->GetHost();
135 aura::client::SetDispatcherClient(root_window(),
140 aura::client::SetDispatcherClient(root_window(), NULL);
165 CreateNormalWindow(0, root_window(), NULL));
169 CreateNormalWindow(2, root_window(), NULL));
173 DispatchKeyReleaseA(root_window());
178 aura::client::GetDispatcherClient(root_window()), NULL);
195 DispatchKeyReleaseA(root_window());
[all...]
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc138 void DesktopBackgroundController::OnRootWindowAdded(aura::Window* root_window) { argument
152 InstallDesktopController(root_window);
198 aura::Window* root_window) {
205 CreateDesktopBackground(root_window, container_id);
213 GetRootWindowController(root_window)->SetAnimatingWallpaperController(
216 component->StartAnimating(GetRootWindowController(root_window));
197 InstallDesktopController( aura::Window* root_window) argument
H A Ddesktop_background_view.cc213 views::Widget* CreateDesktopBackground(aura::Window* root_window, argument
225 params.parent = root_window->GetChildById(container_id);
235 GetRootWindowController(root_window);
/external/chromium_org/ash/display/
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...]
H A Droot_window_transformers.cc52 gfx::Transform CreateRotationTransform(aura::Window* root_window, argument
63 if (info.rotation() == root_window->GetProperty(kRotationPropertyKey))
65 root_window->SetProperty(kRotationPropertyKey, info.rotation());
94 gfx::Transform CreateMagnifierTransform(aura::Window* root_window) { argument
H A Dscreen_ash.cc234 const aura::Window* root_window = window->GetRootWindow(); local
235 if (!root_window)
237 const RootWindowSettings* rws = GetRootWindowSettings(root_window);
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11.cc230 aura::Window* root_window = window(); local
232 aura::client::GetScreenPositionClient(root_window);
242 screen_position_client->ConvertHostPointToScreen(root_window,
244 screen_position_client->ConvertPointFromScreen(root_window, &location);
/external/chromium_org/ash/shelf/
H A Dshelf_tooltip_manager.cc96 aura::Window* root_window = local
99 root_window, ash::kShellWindowId_SettingBubbleContainer));
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/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...]
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.cc198 aura::Window* root_window,
203 if (root_window != window_->GetRootWindow()) {
227 CopyWindowAndTransientParents(root_window, window_);
197 SetTransform( aura::Window* root_window, const gfx::Transform& transform, bool animate) argument
H A Dwindow_grid.cc134 WindowGrid::WindowGrid(aura::Window* root_window, argument
137 : root_window_(root_window),
142 if ((*iter)->GetRootWindow() != 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/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc98 aura::Window* root_window = window->GetRootWindow(); local
119 EXPECT_EQ(root_window, window->GetRootWindow());
/external/chromium_org/ash/wm/
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()));
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...]
H A Dwindow_manager_unittest.cc145 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
146 root_window->SetBounds(gfx::Rect(0, 0, 510, 510));
184 ui::EventProcessor* dispatcher = root_window->GetHost()->event_processor();
194 aura::Window::ConvertPointToTarget(w122->parent(), root_window, &click_point);
264 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
347 aura::Window::ConvertPointToTarget(w1->parent(), root_window, &left_top);
416 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
444 aura::Window::ConvertPointToTarget(w2->parent(), root_window, &press_point);
447 ui::EventProcessor* dispatcher = root_window->GetHost()->event_processor();
463 aura::Window::ConvertPointToTarget(w1->parent(), root_window,
491 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
596 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
655 aura::Window* root_window = Shell::GetPrimaryRootWindow(); local
[all...]

Completed in 360 milliseconds

1234567