HomeSort by relevance Sort by last modified time
    Searched defs:XDisplay (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.h 13 typedef struct _XDisplay XDisplay;
36 XDisplay* display);
  /external/chromium_org/ui/gfx/x/
x11_types.h 15 typedef struct _XDisplay XDisplay;
22 GFX_EXPORT XDisplay* GetXDisplay();
24 // This opens a new X11 XDisplay*, taking command line arguments into account.
25 GFX_EXPORT XDisplay* OpenNewXDisplay();
28 GFX_EXPORT int BitsPerPixelForPixmapDepth(XDisplay* display, int depth);
34 GFX_EXPORT void PutARGBImage(XDisplay* display,
44 GFX_EXPORT void PutARGBImage(XDisplay* display,
  /external/chromium_org/ui/platform_window/x11/
x11_window.h 15 typedef struct _XDisplay XDisplay;
52 XDisplay* xdisplay_;
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.h 19 typedef struct _XDisplay XDisplay;
60 Window CreateDragInputWindow(XDisplay* display);
  /external/chromium_org/ui/aura/
window_tree_host_x11.h 18 typedef struct _XDisplay XDisplay;
71 XDisplay* xdisplay() { return xdisplay_; } function in class:aura::WindowTreeHostX11
86 XDisplay* xdisplay_;
  /external/chromium_org/third_party/webrtc/base/
testutils.h 595 struct XDisplay {
596 XDisplay() : display_(XOpenDisplay(NULL)) { }
597 ~XDisplay() { if (display_) XCloseDisplay(display_); }
609 XDisplay display;

Completed in 131 milliseconds