HomeSort by relevance Sort by last modified time
    Searched refs:x_display_ (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_capture_options.h 41 SharedXDisplay* x_display() const { return x_display_; }
43 x_display_ = x_display;
89 scoped_refptr<SharedXDisplay> x_display_; member in class:webrtc::DesktopCaptureOptions
mouse_cursor_monitor_x11.cc 73 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();
window_capturer_x11.cc 107 Display* display() { return x_display_->display(); }
122 scoped_refptr<SharedXDisplay> x_display_; member in class:webrtc::__anon20565::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/ui/base/x/
selection_requestor_unittest.cc 33 : x_display_(gfx::GetXDisplay()),
57 xev.xselection.display = x_display_;
70 XSynchronize(x_display_, True);
73 x_window_ = XCreateWindow(x_display_,
74 DefaultRootWindow(x_display_),
85 requestor_.reset(new SelectionRequestor(x_display_, x_window_, NULL));
91 XDestroyWindow(x_display_, x_window_);
92 XSynchronize(x_display_, False);
95 Display* x_display_; member in class:ui::SelectionRequestorTest
selection_owner.cc 103 : x_display_(x_display),
107 atom_cache_(x_display_, kAtomsToCache) {
114 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_)
115 XSetSelectionOwner(x_display_, selection_name_, None, CurrentTime);
127 XSetSelectionOwner(x_display_, selection_name_, x_window_, CurrentTime);
129 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) {
136 XSetSelectionOwner(x_display_, selection_name_, None, CurrentTime);
175 x_display_,
192 XSendEvent(x_display_, requestor, False, 0, &reply);
237 XChangeProperty(x_display_, requestor, property, XA_ATOM, 32
    [all...]
selection_requestor.cc 66 : x_display_(x_display),
71 atom_cache_(x_display_, kAtomsToCache) {
152 XDeleteProperty(x_display_, x_window_, event_property);
170 XDeleteProperty(x_display_, x_window_, event_property);
218 XDeleteProperty(x_display_, x_window_, x_property_);
258 XConvertSelection(x_display_,
291 if (XPending(x_display_)) {
293 XNextEvent(x_display_, &event);
selection_owner.h 113 XDisplay* x_display_; member in class:ui::SelectionOwner
selection_requestor.h 124 XDisplay* x_display_; member in class:ui::SelectionRequestor
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.cc 56 x_display_(gfx::GetXDisplay()),
57 x_root_window_(DefaultRootWindow(x_display_)) {
104 KeyCode keycode = XKeysymToKeycode(x_display_,
112 XGrabKey(x_display_, keycode, modifiers | kModifiersMasks[i],
119 XUngrabKey(x_display_, keycode, modifiers | kModifiersMasks[i],
135 KeyCode keycode = XKeysymToKeycode(x_display_,
139 XUngrabKey(x_display_, keycode, modifiers | kModifiersMasks[i],
global_shortcut_listener_x11.h 45 ::Display* x_display_; member in class:extensions::GlobalShortcutListenerX11
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 57 : 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_, keysym)
273 Display* x_display_; member in class:views::test::__anon21736::UIControlsDesktopX11
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder_unittest.cc 90 // These members (x_display_, num_outputted_pictures_, num_surfaces_)
92 Display* x_display_; member in class:content::__anon12241::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_) {
131 VaapiWrapper::kDecode, profile, x_display_, report_error_cb);
vaapi_video_decode_accelerator.cc 109 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...]
vaapi_video_decode_accelerator.h 152 Display* x_display_; member in class:content::VaapiVideoDecodeAccelerator
vaapi_video_encode_accelerator.h 181 Display* x_display_; member in class:content::VaapiVideoEncodeAccelerator
vaapi_video_encode_accelerator.cc 117 x_display_, base::Bind(&base::DoNothing));
147 x_display_(x_display),
220 x_display_,
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 51 : x_display_(gfx::GetXDisplay()),
52 x_root_window_(DefaultRootWindow(x_display_)),
55 atom_cache_(x_display_, kAtomsToCache),
57 selection_owner_(x_display_, x_window_,
64 : x_display_(gfx::GetXDisplay()),
65 x_root_window_(DefaultRootWindow(x_display_)),
68 x_display_,
77 atom_cache_(x_display_, kAtomsToCache),
79 selection_owner_(x_display_, x_window_,
84 XStoreName(x_display_, x_window_, "Chromium Drag & Drop Window")
    [all...]
os_exchange_data_provider_aurax11.h 120 Display* x_display_; member in class:ui::OSExchangeDataProviderAuraX11
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 297 Display* x_display_; member in class:ui::Clipboard::AuraX11Details
319 : x_display_(gfx::GetXDisplay()),
320 x_root_window_(DefaultRootWindow(x_display_)),
322 x_display_, x_root_window_,
330 atom_cache_(x_display_, kAtomsToCache),
331 selection_requestor_(x_display_, x_window_, this),
332 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
333 primary_owner_(x_display_, x_window_, XA_PRIMARY) {
337 XStoreName(x_display_, x_window_, "Chromium clipboard");
338 XSelectInput(x_display_, x_window_, PropertyChangeMask)
    [all...]

Completed in 249 milliseconds