HomeSort by relevance Sort by last modified time
    Searched defs:xwindow (Results 1 - 2 of 2) 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/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 73 milliseconds