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

1234567

/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc201 Window root_window = XRootWindow(display_, i); local
202 DesktopId id(DesktopId(root_window, i));
205 desc.set_primary(root_window == default_root_window);
417 Window root_window = id.id(); local
419 if (!XGetWindowAttributes(display_, root_window, &attr)) {
424 return GetDrawableThumbnail(root_window,
611 Window root_window = XRootWindow(display_, screen); local
612 status = XQueryTree(display_, root_window, &root_window, &parent, &children,
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc374 aura::Window* root_window,
378 : root_window_(root_window),
606 aura::Window* root_window,
646 aura::client::GetCaptureClient(root_window)->GetGlobalCaptureWindow();
373 DesktopDragDropClientAuraX11( aura::Window* root_window, views::DesktopNativeCursorManager* cursor_manager, Display* xdisplay, ::Window xwindow) argument
604 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
H A Ddesktop_native_widget_aura.cc168 aura::Window* root_window)
169 : root_window_(root_window) {
167 DesktopNativeWidgetAuraWindowTreeClient( aura::Window* root_window) argument
/external/chromium_org/ui/wm/core/
H A Dfocus_controller_unittest.cc221 ScopedFocusNotificationObserver(aura::Window* root_window) argument
222 : root_window_(root_window) {
239 ScopedTargetFocusNotificationObserver(aura::Window* root_window, int id) argument
240 : target_(root_window->GetChildById(id)) {
262 ScopedFocusedTextInputClientChanger(aura::Window* root_window, argument
264 : ScopedFocusNotificationObserver(root_window),
393 // window initializations, including the root_window()'s, so we create it
398 root_window()->AddPreTargetHandler(focus_controller_.get());
399 aura::client::SetFocusClient(root_window(), focus_controller_.get());
400 aura::client::SetActivationClient(root_window(), focus_controller
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc741 bool is_fullscreen, aura::Window* root_window) {
742 if (dock_container_->GetRootWindow() != root_window)
773 aura::Window* root_window) {
774 if (dock_container_->GetRootWindow() != root_window)
740 OnFullscreenStateChanged( bool is_fullscreen, aura::Window* root_window) argument
772 OnShelfAlignmentChanged( aura::Window* root_window) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc115 std::string GetPrefKeyForRootWindow(aura::Window* root_window) { argument
117 root_window)->GetDisplayNearestWindow(root_window);
124 aura::Window* root_window,
127 std::string key = GetPrefKeyForRootWindow(root_window);
141 // Returns a pref value in |pref_service| for the display of |root_window|. The
157 aura::Window* root_window,
166 std::string pref_key = GetPrefKeyForRootWindow(root_window);
204 aura::Window* root_window) {
212 root_window,
123 UpdatePerDisplayPref(PrefService* pref_service, aura::Window* root_window, const char* pref_key, const std::string& value) argument
156 GetPrefForRootWindow(PrefService* pref_service, aura::Window* root_window, const char* local_path, const char* path) argument
202 GetShelfAutoHideBehaviorFromPrefs( Profile* profile, aura::Window* root_window) argument
226 GetShelfAlignmentFromPrefs(Profile* profile, aura::Window* root_window) argument
821 OnAutoHideBehaviorChanged( aura::Window* root_window, ash::ShelfAutoHideBehavior new_behavior) argument
966 ToggleShelfAutoHideBehavior( aura::Window* root_window) argument
1209 OnShelfAlignmentChanged( aura::Window* root_window) argument
1453 ShelfBoundsChangesProbablyWithUser( aura::Window* root_window, const std::string& user_id) const argument
1684 SetShelfAutoHideBehaviorPrefs( ash::ShelfAutoHideBehavior behavior, aura::Window* root_window) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc327 new wm::DefaultActivationClient(aura_test_helper_->root_window());
339 aura_test_helper_->root_window(),
1172 aura::Window* root_window = aura_test_helper_->root_window(); local
1173 root_window->SetLayoutManager(new FullscreenLayoutManager(root_window));
1197 root_window->GetHost()->compositor());
1220 root_window->GetHost()->compositor());
1260 aura::Window* root_window = parent_view_->GetNativeView()->GetRootWindow(); local
1263 view_->GetNativeView(), root_window, gf
[all...]
H A Drender_widget_host_view_aura.cc905 aura::Window* root_window = window_->GetRootWindow(); local
907 aura::client::GetTooltipClient(root_window);
1352 aura::Window* root_window = window_->GetRootWindow(); local
1353 if (!root_window)
1366 aura::client::GetCursorClient(root_window);
1376 tooltip_disabler_.reset(new aura::client::ScopedTooltipDisabler(root_window));
1383 aura::Window* root_window = window_->GetRootWindow(); local
1384 if (!mouse_locked_ || !root_window)
1396 aura::client::GetCursorClient(root_window);
1497 aura::Window* root_window local
1517 aura::Window* root_window = window_->GetRootWindow(); local
2291 aura::Window* root_window = window_->GetRootWindow(); local
2319 aura::Window* root_window = window_->GetRootWindow(); local
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc495 aura::Window* root_window = view_->window_->GetRootWindow(); local
496 if (root_window) {
497 root_window->RemoveObserver(this);
498 const aura::Window::Windows& root_children = root_window->children();
704 aura::Window* root_window = view_->window_->GetRootWindow(); local
705 const aura::Window::Windows& root_children = root_window->children();
706 if (root_window) {
778 aura::Window* root_window = GetNativeView()->GetRootWindow(); local
784 aura::Window::ConvertPointToTarget(root_window, window, &client_loc);
1079 aura::Window* root_window local
1206 aura::Window* root_window = GetNativeView()->GetRootWindow(); local
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.cc341 const Window* root_window = GetRootWindow(); local
342 return root_window ? root_window->host_ : NULL;
551 Window* root_window = GetRootWindow(); local
552 if (root_window && old_root != root_window) {
553 root_window->GetHost()->dispatcher()->OnWindowAddedToRootWindow(child);
645 Window* root_window = GetRootWindow(); local
646 DCHECK(root_window);
648 ConvertPointToTarget(this, root_window,
671 const Window* root_window = GetRootWindow(); local
763 Window* root_window = GetRootWindow(); local
773 Window* root_window = GetRootWindow(); local
1027 Window* root_window = child->GetRootWindow(); local
[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...]
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/ui/base/x/
H A Dx11_util.cc581 XID root_window = GetX11RootWindow(); local
583 if (!GetWindowRect(root_window, &root_bounds)) {
590 GC gc = XCreateGC(display, root_window, GCForeground, &gc_values);
591 XFillRectangle(display, root_window, gc,
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc280 aura::Window* root_window = window_->GetRootWindow();
282 root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
291 aura::Window* root_window = window_->GetRootWindow(); local
292 return root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
1020 aura::Window* root_window = local
1022 CloseWindow(root_window);
1153 aura::Window* root_window = native_view->GetRootWindow(); local
1155 native_view, root_window, root_window->GetBoundsInScreen());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1428 aura::Window* root_window = GetNativeWindow()->GetRootWindow(); local
1430 window, root_window, root_window->GetBoundsInScreen());

Completed in 442 milliseconds

1234567