Searched defs:XDisplay (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_code_conversion_x.h13 typedef struct _XDisplay XDisplay; typedef in typeref:struct:_XDisplay
36 XDisplay* display);
/external/chromium_org/ui/gfx/x/
H A Dx11_types.h15 typedef struct _XDisplay XDisplay; typedef in typeref:struct:_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/
H A Dx11_window.h15 typedef struct _XDisplay XDisplay; typedef in typeref:struct:_XDisplay
52 XDisplay* xdisplay_;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.h19 typedef struct _XDisplay XDisplay; typedef in typeref:struct:_XDisplay
60 Window CreateDragInputWindow(XDisplay* display);
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.h18 typedef struct _XDisplay XDisplay; typedef in typeref:struct:_XDisplay
71 XDisplay* xdisplay() { return xdisplay_; }
86 XDisplay* xdisplay_;
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h595 struct XDisplay { struct in namespace:testing
596 XDisplay() : display_(XOpenDisplay(NULL)) { } function in struct:testing::XDisplay
597 ~XDisplay() { if (display_) XCloseDisplay(display_); }
609 XDisplay display;

Completed in 884 milliseconds