Searched refs:XID (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_util_x11.h13 typedef unsigned long XID; typedef
14 typedef XID RROutput;
H A Ddisplay_mode_x11.h12 typedef unsigned long XID; typedef
13 typedef XID RRMode;
H A Ddisplay_snapshot_x11.h12 typedef unsigned long XID; typedef
13 typedef XID RROutput;
14 typedef XID RRCrtc;
/external/chromium_org/ui/base/x/
H A Dx11_menu_list.h26 void MaybeRegisterMenu(XID menu);
29 void MaybeUnregisterMenu(XID menu);
32 void InsertMenuWindowXIDs(std::vector<XID>* stack);
39 std::vector<XID> menus_;
H A Dx11_foreign_window_manager.h30 int RequestEvents(XID xid, long event_mask) WARN_UNUSED_RESULT;
38 void OnWindowDestroyed(XID xid);
55 void UpdateSelectedEvents(XID xid);
61 std::map<XID, RequestVector> request_map_;
H A Dx11_util.h96 UI_BASE_EXPORT void SetUseOSWindowFrame(XID window, bool use_os_window_frame);
104 UI_BASE_EXPORT XID GetX11RootWindow();
115 XID window,
122 UI_BASE_EXPORT bool IsWindowVisible(XID window);
125 UI_BASE_EXPORT bool GetWindowRect(XID window, gfx::Rect* rect);
128 UI_BASE_EXPORT bool WindowContainsPoint(XID window, gfx::Point screen_loc);
131 UI_BASE_EXPORT bool PropertyExists(XID window,
137 XID window,
148 UI_BASE_EXPORT bool GetIntProperty(XID window,
151 UI_BASE_EXPORT bool GetXIDProperty(XID windo
[all...]
H A Dx11_menu_list.cc25 void XMenuList::MaybeRegisterMenu(XID menu) {
34 void XMenuList::MaybeUnregisterMenu(XID menu) {
35 std::vector<XID>::iterator iter = std::find(menus_.begin(), menus_.end(),
42 void XMenuList::InsertMenuWindowXIDs(std::vector<XID>* stack) {
H A Dselection_owner.h30 XID xwindow,
61 IncrementalTransfer(XID window,
72 XID window;
95 bool ProcessTarget(XAtom target, XID requestor, XAtom property);
114 XID x_window_;
H A Dx11_foreign_window_manager.cc18 int XForeignWindowManager::RequestEvents(XID xid, long event_mask) {
25 for (std::map<XID, RequestVector>::iterator map_it = request_map_.begin();
41 void XForeignWindowManager::OnWindowDestroyed(XID xid) {
51 void XForeignWindowManager::UpdateSelectedEvents(XID xid) {
52 std::map<XID, RequestVector>::iterator it = request_map_.find(xid);
/external/chromium_org/ui/display/util/x11/
H A Dedid_parser_x11.h15 typedef unsigned long XID; typedef
16 typedef XID RROutput;
24 DISPLAY_UTIL_EXPORT bool GetDisplayId(XID output,
/external/chromium_org/third_party/mesa/src/src/glx/
H A 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 drawabl
[all...]
/external/mesa3d/src/glx/
H A 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 drawabl
[all...]
/external/chromium_org/chrome/browser/
H A Dscreensaver_window_finder_x11.h17 virtual bool ShouldStopIterating(XID window) OVERRIDE;
22 bool IsScreensaverWindow(XID window) const;
H A Dscreensaver_window_finder_x11.cc22 bool ScreensaverWindowFinder::ShouldStopIterating(XID window) {
29 bool ScreensaverWindowFinder::IsScreensaverWindow(XID window) const {
/external/chromium_org/third_party/libva/va/x11/
H A 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,
H A 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/x/
H A Dx11_types.h12 typedef unsigned long XID; typedef
36 XID pixmap, void* pixmap_gc,
46 XID pixmap, void* pixmap_gc,
/external/chromium_org/content/common/gpu/
H A Dx_util.h27 typedef unsigned long XID; typedef in namespace:content
H A Dgpu_memory_buffer_factory_x11_pixmap.h26 void CreateGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id, XID pixmap);
39 typedef base::hash_map<X11PixmapMapKey, XID> X11PixmapMap;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DpanoramiXext.h45 XID eventMask; /* selected events for this client */
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.h24 X11PropertyChangeWaiter(XID window, const char* property);
34 XID xwindow() const {
43 XID x_window_;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_topmost_window_finder.h34 XID FindWindowAt(const gfx::Point& screen_loc);
38 virtual bool ShouldStopIterating(XID xid) OVERRIDE;
46 XID toplevel_;
H A Dx11_topmost_window_finder_interactive_uitest.cc43 explicit MinimizeWaiter(XID window)
75 StackingClientListWaiter(XID* expected_windows, size_t count)
97 std::vector<XID> stack;
100 std::vector<XID>::iterator it = std::find(
108 std::vector<XID> expected_windows_;
138 XID CreateAndShowXWindow(const gfx::Rect& bounds) {
139 XID root = DefaultRootWindow(xdisplay());
140 XID xid = XCreateSimpleWindow(xdisplay(),
153 void ShowAndSetXWindowBounds(XID xid, const gfx::Rect& bounds) {
172 XID FindTopmostXWindowA
[all...]
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.h16 typedef unsigned long XID; typedef
44 void BlockUntilWindowMapped(XID window);
/external/chromium_org/ui/gl/
H A Dgl_image_glx.h19 bool Initialize(XID pixmap);
41 XID glx_pixmap_;

Completed in 7410 milliseconds

1234