/external/chromium_org/ui/base/x/ |
selection_owner.cc | 31 : 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);
|
selection_owner.h | 56 Display* x_display_; member in class:ui::SelectionOwner
|
selection_requestor.cc | 28 : x_display_(x_display), 31 atom_cache_(x_display_, kAtomsToCache) { 45 XConvertSelection(x_display_,
|
selection_requestor.h | 61 Display* x_display_; member in class:ui::SelectionRequestor
|
/external/chromium_org/chrome/browser/extensions/ |
global_shortcut_listener_x11.cc | 62 x_display_(gfx::GetXDisplay()), 63 x_root_window_(DefaultRootWindow(x_display_)) { 121 KeyCode keycode = XKeysymToKeycode(x_display_, accelerator.key_code()); 128 XGrabKey(x_display_, keycode, modifiers | kModifiersMasks[i], 138 XUngrabKey(x_display_, keycode, modifiers | kModifiersMasks[i], 154 KeyCode keycode = XKeysymToKeycode(x_display_, accelerator.key_code()); 157 XUngrabKey(x_display_, keycode, modifiers | kModifiersMasks[i],
|
global_shortcut_listener_x11.h | 64 ::Display* x_display_; member in class:extensions::GlobalShortcutListenerX11
|
/external/chromium_org/content/common/gpu/media/ |
rendering_helper.cc | 111 CHECK(glXMakeContextCurrent(x_display_, GLX_NONE, GLX_NONE, NULL)); 114 x_display_, x_windows_[window_id], x_windows_[window_id], gl_context_)); 151 x_display_ = base::MessagePumpForUI::GetDefaultXDisplay(); 152 CHECK(x_display_); 153 CHECK(glXQueryVersion(x_display_, NULL, NULL)); 164 glXChooseFBConfig(x_display_, DefaultScreen(x_display_), fbconfig_attr, 168 x_visual_ = glXGetVisualFromFBConfig(x_display_, glx_fb_configs.get()[0]); 170 gl_context_ = glXCreateContext(x_display_, x_visual_, 0, true); 181 x_display_ = base::MessagePumpForUI::GetDefaultXDisplay() [all...] |
vaapi_video_decode_accelerator.cc | 113 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...] |
rendering_helper.h | 114 Display* x_display_; member in class:content::RenderingHelper
|
vaapi_video_decode_accelerator.h | 155 Display* x_display_; member in class:content::VaapiVideoDecodeAccelerator
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 45 : x_display_(gfx::GetXDisplay()), 46 x_root_window_(DefaultRootWindow(x_display_)), 49 atom_cache_(x_display_, kAtomsToCache), 51 selection_owner_(x_display_, x_window_, 58 : x_display_(gfx::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_, "Chromium Drag & Drop Window") [all...] |
os_exchange_data_provider_aurax11.h | 107 Display* x_display_; member in class:ui::OSExchangeDataProviderAuraX11
|
/external/chromium_org/ui/views/test/ |
ui_controls_factory_desktop_aurax11.cc | 89 : x_display_(gfx::GetXDisplay()), 90 x_root_window_(DefaultRootWindow(x_display_)), 92 x_display_, x_root_window_, 100 XStoreName(x_display_, x_window_, "Chromium UIControlsDesktopX11 Window"); 104 XDestroyWindow(x_display_, x_window_); 141 XKeysymToKeycode(x_display_, 249 marker_event->xclient.display = x_display_; 254 XSendEvent(x_display_, x_window_, False, 0, marker_event); 282 xevent->xkey.keycode = XKeysymToKeycode(x_display_, keysym); 292 xevent->xkey.keycode = XKeysymToKeycode(x_display_, keysym) 297 Display* x_display_; member in class:views::test::__anon15147::UIControlsDesktopX11 [all...] |
/external/chromium_org/ui/base/clipboard/ |
clipboard_aurax11.cc | 289 Display* x_display_; member in class:ui::Clipboard::AuraX11Details 312 : x_display_(gfx::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_, "Chromium clipboard") [all...] |