Home
last modified time | relevance | path

Searched refs:XID (Results 1 – 25 of 102) sorted by relevance

12345

/external/chromium_org/ui/base/x/
Dx11_util.h117 UI_EXPORT XID GetX11RootWindow();
124 UI_EXPORT XID GetX11WindowFromGtkWidget(GtkWidget* widget);
125 XID GetX11WindowFromGdkWindow(GdkWindow* window);
130 UI_EXPORT GtkWindow* GetGtkWindowFromX11Window(XID xid);
143 XID window,
150 UI_EXPORT bool IsWindowVisible(XID window);
153 UI_EXPORT bool GetWindowRect(XID window, gfx::Rect* rect);
156 UI_EXPORT bool WindowContainsPoint(XID window, gfx::Point screen_loc);
159 UI_EXPORT bool PropertyExists(XID window, const std::string& property_name);
164 XID window,
[all …]
Dx11_util.cc120 bool GetProperty(XID window, const std::string& property_name, long max_length, in GetProperty()
534 XID GetX11RootWindow() { in GetX11RootWindow()
543 XID GetX11WindowFromGtkWidget(GtkWidget* widget) { in GetX11WindowFromGtkWidget()
547 XID GetX11WindowFromGdkWindow(GdkWindow* window) { in GetX11WindowFromGdkWindow()
551 GtkWindow* GetGtkWindowFromX11Window(XID xid) { in GetGtkWindowFromX11Window()
569 void SetHideTitlebarWhenMaximizedProperty(XID window, in SetHideTitlebarWhenMaximizedProperty()
585 XID root_window = GetX11RootWindow(); in ClearX11DefaultRootWindow()
603 bool IsWindowVisible(XID window) { in IsWindowVisible()
620 bool GetWindowRect(XID window, gfx::Rect* rect) { in GetWindowRect()
639 bool WindowContainsPoint(XID window, gfx::Point screen_loc) { in WindowContainsPoint()
[all …]
/external/mesa3d/src/glx/
Ddri2.h55 DRI2Connect(Display * display, XID window,
59 DRI2Authenticate(Display * display, XID window, drm_magic_t magic);
62 DRI2CreateDrawable(Display * display, XID drawable);
65 DRI2DestroyDrawable(Display * display, XID handle);
68 DRI2GetBuffers(Display * dpy, XID drawable,
78 DRI2GetBuffersWithFormat(Display * dpy, XID drawable,
84 DRI2CopyRegion(Display * dpy, XID drawable,
89 DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
96 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
[all …]
Dxf86dri.h91 XID * ptr_to_returned_context_id,
95 XID * ptr_to_returned_context_id,
98 extern Bool XF86DRIDestroyContext(Display * dpy, int screen, XID context_id);
101 XID drawable, drm_drawable_t * hHWDrawable);
103 extern Bool XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable);
Dglxclient.h111 XID drawable,
134 XID xDrawable;
135 XID drawable;
150 extern void dri2InvalidateBuffers(Display *dpy, XID drawable);
151 extern unsigned dri2GetSwapEventType(Display *dpy, XID drawable);
267 XID xid;
272 XID share_xid;
589 XID xDrawable;
590 XID drawable;
604 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id);
[all …]
/external/chromium_org/third_party/mesa/src/src/glx/
Ddri2.h55 DRI2Connect(Display * display, XID window,
59 DRI2Authenticate(Display * display, XID window, drm_magic_t magic);
62 DRI2CreateDrawable(Display * display, XID drawable);
65 DRI2DestroyDrawable(Display * display, XID handle);
68 DRI2GetBuffers(Display * dpy, XID drawable,
78 DRI2GetBuffersWithFormat(Display * dpy, XID drawable,
84 DRI2CopyRegion(Display * dpy, XID drawable,
89 DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
96 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
[all …]
Dxf86dri.h91 XID * ptr_to_returned_context_id,
95 XID * ptr_to_returned_context_id,
98 extern Bool XF86DRIDestroyContext(Display * dpy, int screen, XID context_id);
101 XID drawable, drm_drawable_t * hHWDrawable);
103 extern Bool XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable);
Dglxclient.h111 XID drawable,
134 XID xDrawable;
135 XID drawable;
150 extern void dri2InvalidateBuffers(Display *dpy, XID drawable);
151 extern unsigned dri2GetSwapEventType(Display *dpy, XID drawable);
267 XID xid;
272 XID share_xid;
589 XID xDrawable;
590 XID drawable;
604 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id);
[all …]
/external/chromium/chrome/browser/
Dfullscreen_linux.cc22 XID window) { in EnumerateAllChildWindows()
23 std::vector<XID> windows; in EnumerateAllChildWindows()
28 XID root, parent, *children; in EnumerateAllChildWindows()
39 std::vector<XID>::iterator iter; in EnumerateAllChildWindows()
61 XID window() const { return window_; } in window()
64 virtual bool ShouldStopIterating(XID window) { in ShouldStopIterating()
73 XID window_;
83 XID top_most_window() const { return top_most_window_; } in top_most_window()
86 virtual bool ShouldStopIterating(XID window) { in ShouldStopIterating()
95 XID child_window = child_finder.window(); in ShouldStopIterating()
[all …]
/external/chromium_org/chrome/browser/
Dfullscreen_gtk.cc21 XID window) { in EnumerateAllChildWindows()
22 std::vector<XID> windows; in EnumerateAllChildWindows()
27 XID root, parent, *children; in EnumerateAllChildWindows()
38 std::vector<XID>::iterator iter; in EnumerateAllChildWindows()
60 XID window() const { return window_; } in window()
63 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
72 XID window_;
82 XID top_most_window() const { return top_most_window_; } in top_most_window()
85 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
94 XID child_window = child_finder.window(); in ShouldStopIterating()
[all …]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
Ddock_info_gtk.cc29 XID xid = ui::GetX11WindowFromGtkWidget(*iter); in BaseWindowFinder()
38 bool ShouldIgnoreWindow(XID window) { in ShouldIgnoreWindow()
43 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
48 std::set<XID> ignore_;
62 static bool IsTopMostWindowAtPoint(XID window, in IsTopMostWindowAtPoint()
70 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
92 TopMostFinder(XID window, in TopMostFinder()
103 XID target_;
124 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc, in GetProcessWindowAtPoint()
136 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
[all …]
/external/chromium_org/chrome/browser/ui/aura/tabs/
Ddock_info_auralinux.cc30 XID xid = (*iter)->GetDispatcher()->host()->GetAcceleratedWidget(); in BaseWindowFinder()
39 bool ShouldIgnoreWindow(XID window) { in ShouldIgnoreWindow()
44 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
49 std::set<XID> ignore_;
63 static bool IsTopMostWindowAtPoint(XID window, in IsTopMostWindowAtPoint()
71 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
94 TopMostFinder(XID window, in TopMostFinder()
105 XID target_;
126 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc, in GetProcessWindowAtPoint()
138 virtual bool ShouldStopIterating(XID window) OVERRIDE { in ShouldStopIterating()
[all …]
/external/chromium/chrome/browser/ui/tabs/
Ddock_info_gtk.cc28 XID xid = ui::GetX11WindowFromGtkWidget(*iter); in BaseWindowFinder()
37 bool ShouldIgnoreWindow(XID window) { in ShouldIgnoreWindow()
42 virtual bool ShouldStopIterating(XID window) { in ShouldStopIterating()
47 std::set<XID> ignore_;
61 static bool IsTopMostWindowAtPoint(XID window, in IsTopMostWindowAtPoint()
69 virtual bool ShouldStopIterating(XID window) { in ShouldStopIterating()
97 TopMostFinder(XID window, in TopMostFinder()
108 XID target_;
129 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc, in GetProcessWindowAtPoint()
141 virtual bool ShouldStopIterating(XID window) { in ShouldStopIterating()
[all …]
/external/chromium_org/third_party/libva/va/x11/
Dva_dri2.h54 VA_DRI2Connect(Display *display, XID window,
57 VA_DRI2Authenticate(Display *display, XID window, drm_magic_t magic);
59 VA_DRI2CreateDrawable(Display *display, XID drawable);
61 VA_DRI2DestroyDrawable(Display *display, XID handle);
63 VA_DRI2GetBuffers(Display *dpy, XID drawable,
68 VA_DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region,
71 VA_DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
Dva_dricommon.h38 #define XID unsigned int macro
63 XID x_drawable;
79 struct dri_drawable *(*createDrawable)(VADriverContextP ctx, XID x_drawable);
90 struct dri_drawable *dri_get_drawable(VADriverContextP ctx, XID drawable);
/external/chromium_org/ui/gfx/
Dgtk_native_view_id_manager.h16 typedef unsigned long XID; typedef
56 bool GetXIDForId(XID* xid, gfx::NativeViewId id);
72 bool GetPermanentXIDForId(XID* xid, gfx::NativeViewId id);
77 bool AddRefPermanentXID(XID xid);
85 void ReleasePermanentXID(XID xid);
102 XID x_window_id;
133 std::map<XID, PermanentXIDInfo> perm_xid_to_info_;
Dgtk_native_view_id_manager.cc88 bool GtkNativeViewManager::GetXIDForId(XID* output, gfx::NativeViewId id) { in GetXIDForId()
115 bool GtkNativeViewManager::GetPermanentXIDForId(XID* output, in GetPermanentXIDForId()
138 std::pair<std::map<XID, PermanentXIDInfo>::iterator, bool> ret = in GetPermanentXIDForId()
149 bool GtkNativeViewManager::AddRefPermanentXID(XID xid) { in AddRefPermanentXID()
152 std::map<XID, PermanentXIDInfo>::iterator i = in AddRefPermanentXID()
163 void GtkNativeViewManager::ReleasePermanentXID(XID xid) { in ReleasePermanentXID()
166 std::map<XID, PermanentXIDInfo>::iterator i = in ReleasePermanentXID()
243 std::map<XID, PermanentXIDInfo>::iterator k = in OnDestroy()
/external/chromium_org/chromeos/display/
Doutput_util.h15 typedef unsigned long XID; typedef
16 typedef XID RRMode;
27 CHROMEOS_EXPORT std::string GetDisplayName(XID output);
34 CHROMEOS_EXPORT bool GetOutputOverscanFlag(XID output, bool* flag);
48 XID mode);
Doutput_util.cc26 bool GetOutputDeviceData(XID output, in GetOutputDeviceData()
42 std::string GetDisplayName(XID output_id) { in GetDisplayName()
48 bool GetOutputOverscanFlag(XID output, bool* flag) { in GetOutputOverscanFlag()
144 XID current_mode) { in FindXRRModeInfo()
/external/chromium_org/content/browser/renderer_host/
Dbacking_store_gtk.h43 XID root_window() const { return root_window_; } in root_window()
50 XID target);
94 const XID root_window_;
96 XID pixmap_;
98 XID picture_;
/external/chromium_org/base/x11/
Dedid_parser_x11.h13 typedef unsigned long XID; typedef
26 BASE_EXPORT bool GetEDIDProperty(XID output,
32 BASE_EXPORT bool GetDisplayId(XID output, size_t index,
/external/chromium_org/ui/gfx/x/
Dx11_types.h11 typedef unsigned long XID; typedef
32 XID pixmap, void* pixmap_gc,
42 XID pixmap, void* pixmap_gc,
/external/chromium_org/ui/base/gtk/
Dgtk_windowing.cc28 XID toplevel_window_base = ui::GetHighestAncestorWindow( in StackPopupWindow()
32 XID window_xid = ui::GetX11WindowFromGtkWidget(popup); in StackPopupWindow()
33 XID window_parent = ui::GetParentWindow(window_xid); in StackPopupWindow()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
Dx11_screen.c444 dri2InvalidateBuffers(Display *dpy, XID drawable);
450 dri2InvalidateBuffers(Display *dpy, XID drawable) in dri2InvalidateBuffers()
464 dri2GetSwapEventType(Display *dpy, XID drawable);
467 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id);
470 GetGLXDrawable(Display *dpy, XID drawable);
475 unsigned dri2GetSwapEventType(Display *dpy, XID drawable) in dri2GetSwapEventType()
481 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id) in dri2GetGlxDrawableFromXDrawableId()
487 GetGLXDrawable(Display *dpy, XID drawable) in GetGLXDrawable()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.c444 dri2InvalidateBuffers(Display *dpy, XID drawable);
450 dri2InvalidateBuffers(Display *dpy, XID drawable) in dri2InvalidateBuffers()
464 dri2GetSwapEventType(Display *dpy, XID drawable);
467 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id);
470 GetGLXDrawable(Display *dpy, XID drawable);
475 unsigned dri2GetSwapEventType(Display *dpy, XID drawable) in dri2GetSwapEventType()
481 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id) in dri2GetGlxDrawableFromXDrawableId()
487 GetGLXDrawable(Display *dpy, XID drawable) in GetGLXDrawable()

12345