Searched defs:x_display_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.h45 ::Display* x_display_; member in class:extensions::GlobalShortcutListenerX11
/external/chromium_org/ui/base/x/
H A Dselection_owner.h62 Display* x_display_; member in class:ui::SelectionOwner
H A Dselection_requestor.h95 Display* x_display_; member in class:ui::SelectionRequestor
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.h120 Display* x_display_; member in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_capture_options.h40 SharedXDisplay* x_display() const { return x_display_; }
42 x_display_ = x_display;
80 scoped_refptr<SharedXDisplay> x_display_; member in class:webrtc::DesktopCaptureOptions
H A Dmouse_cursor_monitor_x11.cc73 Display* display() { return x_display_->display(); }
78 scoped_refptr<SharedXDisplay> x_display_; member in class:webrtc::MouseCursorMonitorX11
93 : x_display_(options.x_display()),
103 x_display_->RemoveEventHandler(xfixes_event_base_ + XFixesCursorNotify,
122 x_display_->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this);
134 x_display_->ProcessPendingXEvents();
H A Dwindow_capturer_x11.cc107 Display* display() { return x_display_->display(); }
122 scoped_refptr<SharedXDisplay> x_display_; member in class:webrtc::__anon15241::WindowCapturerLinux
137 x_display_(options.x_display()),
156 x_display_->AddEventHandler(ConfigureNotify, this);
160 x_display_->RemoveEventHandler(ConfigureNotify, this);
287 x_display_->ProcessPendingXEvents();
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.h116 Display* x_display_; member in class:content::RenderingHelper
H A Dvaapi_video_decode_accelerator.h152 Display* x_display_; member in class:content::VaapiVideoDecodeAccelerator
H A Dvaapi_h264_decoder_unittest.cc90 // These members (x_display_, num_outputted_pictures_, num_surfaces_)
92 Display* x_display_; member in class:content::__anon7251::VaapiH264DecoderLoop
99 : x_display_(NULL), num_outputted_pictures_(0), num_surfaces_(0) {
106 // (2) The wrapper has a reference to x_display_.
110 if (x_display_) {
111 XCloseDisplay(x_display_);
121 x_display_ = XOpenDisplay(NULL);
122 if (!x_display_) {
130 wrapper_ = VaapiWrapper::Create(profile, x_display_, report_error_cb);
H A Dvaapi_video_decode_accelerator.cc109 Display* x_display_; member in class:content::VaapiVideoDecodeAccelerator::TFPPicture
131 x_display_(x_display),
166 int screen = DefaultScreen(x_display_);
167 XGetWindowAttributes(x_display_, RootWindow(x_display_, screen), &win_attr);
169 x_pixmap_ = XCreatePixmap(x_display_, RootWindow(x_display_, screen),
182 glx_pixmap_ = glXCreatePixmap(x_display_, fb_config, x_pixmap_, pixmap_attr);
196 glXReleaseTexImageEXT(x_display_, glx_pixmap_, GLX_FRONT_LEFT_EXT);
197 glXDestroyPixmap(x_display_, glx_pixmap
[all...]
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc57 : x_display_(gfx::GetXDisplay()),
58 x_root_window_(DefaultRootWindow(x_display_)),
60 x_display_, x_root_window_,
68 XStoreName(x_display_, x_window_, "Chromium UIControlsDesktopX11 Window");
72 XDestroyWindow(x_display_, x_window_);
108 XKeysymToKeycode(x_display_,
225 marker_event->xclient.display = x_display_;
230 XSendEvent(x_display_, x_window_, False, 0, marker_event);
258 xevent->xkey.keycode = XKeysymToKeycode(x_display_, keysym);
268 xevent->xkey.keycode = XKeysymToKeycode(x_display_, keysy
273 Display* x_display_; member in class:views::test::__anon16343::UIControlsDesktopX11
[all...]
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc300 Display* x_display_; member in class:ui::Clipboard::AuraX11Details
324 : x_display_(gfx::GetXDisplay()),
325 x_root_window_(DefaultRootWindow(x_display_)),
327 x_display_, x_root_window_,
335 atom_cache_(x_display_, kAtomsToCache),
336 clipboard_requestor_(x_display_, x_window_,
338 primary_requestor_(x_display_, x_window_, XA_PRIMARY, this),
339 clipboard_manager_requestor_(x_display_, x_window_,
342 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
343 primary_owner_(x_display_, x_window
[all...]

Completed in 6197 milliseconds