HomeSort by relevance Sort by last modified time
    Searched defs:atom_cache_ (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/base/x/
selection_owner.h 65 X11AtomCache atom_cache_; member in class:ui::SelectionOwner
selection_requestor.h 83 X11AtomCache atom_cache_; member in class:ui::SelectionRequestor
selection_utils.h 118 X11AtomCache atom_cache_; member in class:ui::SelectionData
device_data_manager.h 286 X11AtomCache atom_cache_; member in class:ui::DeviceDataManager
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.h 59 ui::X11AtomCache atom_cache_; member in class:views::X11DesktopHandler
x11_window_event_filter.h 59 ui::X11AtomCache atom_cache_; member in class:views::X11WindowEventFilter
desktop_drag_drop_client_aurax11.h 162 ui::X11AtomCache atom_cache_; member in class:views::DesktopDragDropClientAuraX11
desktop_root_window_host_x11.h 202 ui::X11AtomCache atom_cache_; member in class:views::DesktopRootWindowHostX11
desktop_drag_drop_client_aurax11.cc 177 ui::X11AtomCache* atom_cache_; member in class:views::DesktopDragDropClientAuraX11::X11DragContext
212 : atom_cache_(atom_cache),
293 atom_cache_->GetAtom(kXdndSelection),
295 atom_cache_->GetAtom(kChromiumDragReciever),
304 DCHECK_EQ(event.property, atom_cache_->GetAtom(kChromiumDragReciever));
346 if (*it == atom_cache_->GetAtom(kXdndActionCopy))
348 else if (*it == atom_cache_->GetAtom(kXdndActionMove))
350 else if (*it == atom_cache_->GetAtom(kXdndActionLink))
360 event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) {
377 atom_cache_(xdisplay_, kAtomsToCache)
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 120 X11AtomCache atom_cache_; member in class:ui::OSExchangeDataProviderAuraX11
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 162 ui::X11AtomCache atom_cache_; member in class:NativeAppWindowGtk
  /external/chromium_org/ui/aura/
root_window_host_x11.h 142 ui::X11AtomCache atom_cache_; member in class:aura::RootWindowHostX11
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 154 X11AtomCache* atom_cache_; member in class:ui::__anon16571::TargetList
160 atom_cache_(atom_cache) {
164 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
176 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str());
232 X11AtomCache* atom_cache() { return &atom_cache_; }
295 X11AtomCache atom_cache_; member in class:ui::Clipboard::AuraX11Details
323 atom_cache_(x_display_, kAtomsToCache),
325 atom_cache_.GetAtom(kClipboard)),
327 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard)),
330 atom_cache_.allow_uncached_atoms()
    [all...]

Completed in 275 milliseconds