/external/chromium_org/chromeos/ime/ |
D | xkeyboard.cc | 32 Display* GetXDisplay() { in GetXDisplay() function 116 CHECK(GetXDisplay()); in XKeyboardImpl() 212 XkbGetKeyboard(GetXDisplay(), XkbAllComponentsMask, XkbUseCoreKbd); in GetNumLockMask() 254 XkbGetState(GetXDisplay(), XkbUseCoreKbd, &status); in GetLockedModifiers() 283 XkbLockModifiers(GetXDisplay(), XkbUseCoreKbd, affect_mask, value_mask); in SetLockedModifiers() 337 XAutoRepeatOn(GetXDisplay()); in SetAutoRepeatEnabled() 339 XAutoRepeatOff(GetXDisplay()); in SetAutoRepeatEnabled() 349 if (XkbSetAutoRepeatRate(GetXDisplay(), XkbUseCoreKbd, in SetAutoRepeatRate() 361 XGetKeyboardControl(GetXDisplay(), &state); in GetAutoRepeatEnabledForTesting() 367 return XkbGetAutoRepeatRate(GetXDisplay(), XkbUseCoreKbd, in GetAutoRepeatRateForTesting()
|
/external/chromium_org/chrome/browser/ |
D | idle_query_x11.cc | 17 if (XScreenSaverQueryExtension(gfx::GetXDisplay(), &event_base, in IdleData() 41 if (XScreenSaverQueryInfo(gfx::GetXDisplay(), in IdleTime() 42 RootWindow(gfx::GetXDisplay(), 0), in IdleTime()
|
/external/chromium/chrome/browser/sync/engine/ |
D | idle_query_linux.cc | 17 if (XScreenSaverQueryExtension(ui::GetXDisplay(), &event_base, in IdleData() 41 if (XScreenSaverQueryInfo(ui::GetXDisplay(), in IdleTime() 42 RootWindow(ui::GetXDisplay(), 0), in IdleTime()
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_ipc.cc | 48 XChangeProperty(ui::GetXDisplay(), in SetIntProperty() 56 XFlush(ui::GetXDisplay()); in SetIntProperty() 112 XSendEvent(ui::GetXDisplay(), in SendMessage() 169 XFlush(ui::GetXDisplay()); in NotifyAboutSignout() 181 XInternAtoms(ui::GetXDisplay(), names.get(), kNumAtoms, in WmIpc() 204 wm_ = XGetSelectionOwner(ui::GetXDisplay(), type_to_atom_[ATOM_WM_S0]); in InitWmInfo()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.cc | 125 return XGetWindowProperty(gfx::GetXDisplay(), in GetProperty() 214 cursor_ = XcursorImageLoadCursor(gfx::GetXDisplay(), image); in XCustomCursor() 219 XFreeCursor(gfx::GetXDisplay(), cursor_); in ~XCustomCursor() 258 XShapeQueryExtension(gfx::GetXDisplay(), &dummy, &dummy); in IsShapeAvailable() 276 return (gfx::GetXDisplay() != NULL); in XDisplayExists() 514 (CreateInvisibleCursor(), gfx::GetXDisplay())); in HideHostCursor() 515 XDefineCursor(gfx::GetXDisplay(), DefaultRootWindow(gfx::GetXDisplay()), in HideHostCursor() 520 XDisplay* xdisplay = gfx::GetXDisplay(); in CreateInvisibleCursor() 535 return DefaultRootWindow(gfx::GetXDisplay()); in GetX11RootWindow() 573 XChangeProperty(gfx::GetXDisplay(), in SetHideTitlebarWhenMaximizedProperty() [all …]
|
D | selection_utils.cc | 133 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) { in SelectionData() 141 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) { in SelectionData() 147 atom_cache_(gfx::GetXDisplay(), kSelectionDataAtoms) { in SelectionData()
|
/external/chromium_org/content/browser/renderer_host/ |
D | web_input_event_aura_unittest.cc | 52 xevent->xkey.keycode = XKeysymToKeycode(gfx::GetXDisplay(), XK_Control_L); in TEST() 62 xevent->xkey.keycode = XKeysymToKeycode(gfx::GetXDisplay(), XK_Control_R); in TEST()
|
D | backing_store_gtk.cc | 156 XSyncChangeCounter(gfx::GetXDisplay(), in PushPaintCounter() 167 XDisplay* display = gfx::GetXDisplay(); in XSyncHandler() 194 XSync(gfx::GetXDisplay(), False); in ~XSyncHandler() 251 display_(gfx::GetXDisplay()), in BackingStoreGtk()
|
/external/chromium_org/mojo/services/native_viewport/ |
D | native_viewport_x11.cc | 29 XDestroyWindow(gfx::GetXDisplay(), window_); in ~NativeViewportX11() 40 XDisplay* display = gfx::GetXDisplay(); in Init()
|
/external/chromium_org/ui/aura/test/ |
D | ui_controls_factory_aurax11.cc | 77 return XInternAtom(gfx::GetXDisplay(), "marker_event", False); in MarkerEventAtom() 119 XKeysymToKeycode(gfx::GetXDisplay(), in SendKeyPressNotifyWhenDone() 231 XKeysymToKeycode(gfx::GetXDisplay(), keysym); in SetKeycodeAndSendThenMask() 241 XKeysymToKeycode(gfx::GetXDisplay(), keysym); in UnmaskAndSetKeycodeThenSend()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_whole_screen_move_loop.cc | 102 XDisplay* display = gfx::GetXDisplay(); in RunMoveLoop() 143 XDisplay* display = gfx::GetXDisplay(); in EndMoveLoop() 166 XDisplay* display = gfx::GetXDisplay(); in GrabPointerWithCursor()
|
D | x11_window_event_filter.cc | 65 : xdisplay_(gfx::GetXDisplay()), in X11WindowEventFilter() 83 XChangeProperty(gfx::GetXDisplay(), in SetUseHostWindowBorders()
|
D | x11_desktop_handler.cc | 44 : xdisplay_(gfx::GetXDisplay()), in X11DesktopHandler() 78 DCHECK_EQ(gfx::GetXDisplay(), xdisplay_); in ActivateWindow()
|
/external/chromium_org/ui/events/x/ |
D | device_data_manager.cc | 115 atom_cache_(gfx::GetXDisplay(), kCachedAtoms), in DeviceDataManager() 117 CHECK(gfx::GetXDisplay()); in DeviceDataManager() 122 UpdateDeviceList(gfx::GetXDisplay()); in DeviceDataManager() 134 gfx::GetXDisplay(), "XInputExtension", &opcode, &event, &error)) { in InitializeXInputInternal() 145 if (XIQueryVersion(gfx::GetXDisplay(), &major, &minor) == BadRequest) { in InitializeXInputInternal() 538 button_map_count_ = XGetPointerMapping(gfx::GetXDisplay(), in UpdateButtonMap()
|
D | touch_factory_x11.cc | 37 XDisplay* display = gfx::GetXDisplay(); in TouchFactory() 179 XDisplay* display = gfx::GetXDisplay(); in SetupXI2ForXWindow()
|
/external/chromium_org/ui/base/cursor/ |
D | cursor_loader_x11.cc | 149 : invisible_cursor_(CreateInvisibleCursor(), gfx::GetXDisplay()) { in CursorLoaderX11() 208 XcursorImagesLoadCursor(gfx::GetXDisplay(), x_images), x_images); in LoadAnimatedCursor() 221 XFreeCursor(gfx::GetXDisplay(), it->second.first); in UnloadAll()
|
/external/chromium_org/ui/gfx/x/ |
D | x11_types.h | 21 GFX_EXPORT XDisplay* GetXDisplay();
|
/external/chromium_org/content/plugin/ |
D | webplugin_proxy.cc | 78 XDisplay* display = gfx::GetXDisplay(); in WebPluginProxy() 95 XFreePixmap(gfx::GetXDisplay(), windowless_shm_pixmaps_[0]); in ~WebPluginProxy() 97 XFreePixmap(gfx::GetXDisplay(), windowless_shm_pixmaps_[1]); in ~WebPluginProxy() 560 XDisplay* display = gfx::GetXDisplay(); in CreateShmPixmapFromDIB()
|
/external/chromium_org/ui/base/clipboard/ |
D | clipboard_aurax11.cc | 93 if (XFixesQueryExtension(gfx::GetXDisplay(), &event_base_, &ignored)) { in SelectionChangeObserver() 94 clipboard_atom_ = XInternAtom(gfx::GetXDisplay(), kClipboard, false); in SelectionChangeObserver() 95 XFixesSelectSelectionInput(gfx::GetXDisplay(), GetX11RootWindow(), in SelectionChangeObserver() 103 XFixesSelectSelectionInput(gfx::GetXDisplay(), GetX11RootWindow(), in SelectionChangeObserver() 312 : x_display_(gfx::GetXDisplay()), in AuraX11Details()
|
D | clipboard_gtk.cc | 65 if (XFixesQueryExtension(gfx::GetXDisplay(), &event_base_, &ignored)) { in SelectionChangeObserver() 66 clipboard_atom_ = XInternAtom(gfx::GetXDisplay(), "CLIPBOARD", false); in SelectionChangeObserver() 67 XFixesSelectSelectionInput(gfx::GetXDisplay(), GetX11RootWindow(), in SelectionChangeObserver() 75 XFixesSelectSelectionInput(gfx::GetXDisplay(), GetX11RootWindow(), in SelectionChangeObserver()
|
/external/chromium_org/ui/compositor/test/ |
D | test_compositor_host_x11.cc | 51 XDisplay* display = gfx::GetXDisplay(); in Show()
|
/external/chromium_org/content/browser/aura/ |
D | software_output_device_x11.cc | 19 display_(gfx::GetXDisplay()), in SoftwareOutputDeviceX11()
|
/external/chromium/chrome/browser/ |
D | fullscreen_linux.cc | 30 int status = XQueryTree(ui::GetXDisplay(), window, &root, &parent, in EnumerateAllChildWindows()
|
/external/chromium_org/ui/views/test/ |
D | ui_controls_factory_desktop_aurax11.cc | 77 return XInternAtom(gfx::GetXDisplay(), "marker_event", False); in MarkerEventAtom() 89 : x_display_(gfx::GetXDisplay()), in UIControlsDesktopX11()
|
/external/chromium_org/ui/events/test/ |
D | events_test_utils_x11.cc | 131 XDisplay* display = gfx::GetXDisplay(); in InitKeyEvent() 161 event_->xbutton.display = gfx::GetXDisplay(); in InitButtonEvent()
|