Searched refs:x_display_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_owner.cc31 : x_display_(x_display),
34 atom_cache_(x_display_, kAtomsToCache) {
51 XSetSelectionOwner(x_display_, selection_name_, x_window_, CurrentTime);
53 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) {
60 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_)
61 XSetSelectionOwner(x_display_, selection_name_, None, CurrentTime);
86 XChangeProperty(x_display_, event.requestor, event.property, XA_ATOM, 32,
100 XChangeProperty(x_display_, event.requestor, event.property,
114 XSendEvent(x_display_, event.requestor, False, 0, &reply);
H A Dselection_requestor.cc28 : x_display_(x_display),
34 atom_cache_(x_display_, kAtomsToCache) {
48 XConvertSelection(x_display_,
H A Dselection_owner.h56 Display* x_display_; member in class:ui::SelectionOwner
H A Dselection_requestor.h60 Display* x_display_; member in class:ui::SelectionRequestor
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper_gl.cc144 Display* x_display_; member in class:content::RenderingHelperGL
186 CHECK(glXMakeContextCurrent(x_display_, GLX_NONE, GLX_NONE, NULL));
189 x_display_, x_windows_[window_id], x_windows_[window_id], gl_context_));
226 x_display_ = base::MessagePumpForUI::GetDefaultXDisplay();
227 CHECK(x_display_);
228 CHECK(glXQueryVersion(x_display_, NULL, NULL));
239 glXChooseFBConfig(x_display_, DefaultScreen(x_display_), fbconfig_attr,
243 x_visual_ = glXGetVisualFromFBConfig(x_display_, glx_fb_configs.get()[0]);
245 gl_context_ = glXCreateContext(x_display_, x_visual
[all...]
H A Dvaapi_video_decode_accelerator.cc113 Display* x_display_; member in class:content::VaapiVideoDecodeAccelerator::TFPPicture
135 x_display_(x_display),
173 int screen = DefaultScreen(x_display_);
174 XGetWindowAttributes(x_display_, RootWindow(x_display_, screen), &win_attr);
176 x_pixmap_ = XCreatePixmap(x_display_, RootWindow(x_display_, screen),
189 glx_pixmap_ = glXCreatePixmap(x_display_, fb_config, x_pixmap_, pixmap_attr);
206 glXReleaseTexImageEXT(x_display_, glx_pixmap_, GLX_FRONT_LEFT_EXT);
207 glXDestroyPixmap(x_display_, glx_pixmap
[all...]
H A Dvaapi_video_decode_accelerator.h154 Display* x_display_; member in class:content::VaapiVideoDecodeAccelerator
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc45 : x_display_(GetXDisplay()),
46 x_root_window_(DefaultRootWindow(x_display_)),
49 atom_cache_(x_display_, kAtomsToCache),
51 selection_owner_(x_display_, x_window_,
58 : x_display_(GetXDisplay()),
59 x_root_window_(DefaultRootWindow(x_display_)),
62 x_display_,
71 atom_cache_(x_display_, kAtomsToCache),
73 selection_owner_(x_display_, x_window_,
78 XStoreName(x_display_, x_window
[all...]
H A Dos_exchange_data_provider_aurax11.h107 Display* x_display_; member in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc289 Display* x_display_; member in class:ui::Clipboard::AuraX11Details
312 : x_display_(GetXDisplay()),
313 x_root_window_(DefaultRootWindow(x_display_)),
315 x_display_, x_root_window_,
323 atom_cache_(x_display_, kAtomsToCache),
324 clipboard_requestor_(x_display_, x_window_,
326 primary_requestor_(x_display_, x_window_, XA_PRIMARY),
327 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
328 primary_owner_(x_display_, x_window_, XA_PRIMARY) {
332 XStoreName(x_display_, x_window
[all...]

Completed in 1489 milliseconds