HomeSort by relevance Sort by last modified time
    Searched refs:xwindow (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/test/
x11_property_change_waiter.h 34 XID xwindow() const { function in class:views::X11PropertyChangeWaiter
  /external/chromium_org/ui/base/x/
selection_owner.h 24 // The selection owner object keeps track of which xwindow is the current
30 XID xwindow,
selection_requestor.h 34 XID xwindow,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 61 ::Window xwindow);
desktop_drag_drop_client_aurax11.cc 377 ::Window xwindow)
380 xwindow_(xwindow),
395 // |xwindow|.
396 g_live_client_map.Get()[xwindow] = this;
    [all...]
desktop_window_tree_host_x11_unittest.cc 58 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &hints)) {
x11_topmost_window_finder_interactive_uitest.cc 56 if (ui::GetAtomArrayProperty(xwindow(), "_NET_WM_STATE", &wm_states)) {
  /external/chromium_org/ash/display/
display_controller.cc 118 gfx::AcceleratedWidget xwindow = host->GetAcceleratedWidget(); local
119 ui::SetIntProperty(xwindow, kInternalProp, kCARDINAL, internal);
120 ui::SetIntProperty(xwindow, kRotationProp, kCARDINAL, xrandr_rotation);
121 ui::SetIntProperty(xwindow,
779 gfx::AcceleratedWidget xwindow = local
781 XStoreName(gfx::GetXDisplay(), xwindow, name.c_str()); local

Completed in 635 milliseconds