Home
last modified time | relevance | path

Searched refs:xwindow (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/display/
Ddisplay_controller.cc118 gfx::AcceleratedWidget xwindow = host->GetAcceleratedWidget(); in SetDisplayPropertiesOnHost() local
119 ui::SetIntProperty(xwindow, kInternalProp, kCARDINAL, internal); in SetDisplayPropertiesOnHost()
120 ui::SetIntProperty(xwindow, kRotationProp, kCARDINAL, xrandr_rotation); in SetDisplayPropertiesOnHost()
121 ui::SetIntProperty(xwindow, in SetDisplayPropertiesOnHost()
779 gfx::AcceleratedWidget xwindow = in UpdateHostWindowNames() local
781 XStoreName(gfx::GetXDisplay(), xwindow, name.c_str()); in UpdateHostWindowNames()
/external/chromium_org/ui/views/test/
Dx11_property_change_waiter.h34 XID xwindow() const { in xwindow() function
/external/chromium_org/ui/base/x/
Dselection_owner.h30 XID xwindow,
Dselection_requestor.h34 XID xwindow,
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_aurax11.h61 ::Window xwindow);
Ddesktop_drag_drop_client_aurax11.cc377 ::Window xwindow) in DesktopDragDropClientAuraX11() argument
380 xwindow_(xwindow), in DesktopDragDropClientAuraX11()
396 g_live_client_map.Get()[xwindow] = this; in DesktopDragDropClientAuraX11()
Dx11_topmost_window_finder_interactive_uitest.cc56 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &wm_states)) { in ShouldKeepOnWaiting()
Ddesktop_window_tree_host_x11_unittest.cc58 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &hints)) { in ShouldKeepOnWaiting()