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

  /external/chromium_org/ui/base/x/
selection_owner.h 71 X11AtomCache atom_cache_; member in class:ui::SelectionOwner
selection_requestor.h 111 X11AtomCache atom_cache_; member in class:ui::SelectionRequestor
selection_utils.h 126 X11AtomCache atom_cache_; member in class:ui::SelectionData
  /external/chromium_org/ui/views/test/
x11_property_change_waiter.h 57 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::X11PropertyChangeWaiter
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.h 82 ui::X11AtomCache atom_cache_; member in class:views::X11DesktopHandler
x11_window_event_filter.h 60 ui::X11AtomCache atom_cache_; member in class:views::X11WindowEventFilter
desktop_drag_drop_client_aurax11.h 189 ui::X11AtomCache atom_cache_; member in class:views::DesktopDragDropClientAuraX11
desktop_window_tree_host_x11.h 249 ui::X11AtomCache atom_cache_; member in class:views::DesktopWindowTreeHostX11
desktop_drag_drop_client_aurax11_unittest.cc 154 ui::X11AtomCache atom_cache_; member in class:views::__anon20969::TestDragDropClient
204 atom_cache_(gfx::GetXDisplay(), kAtomsToCache) {
211 return atom_cache_.GetAtom(name);
216 return event.message_type == atom_cache_.GetAtom(type);
232 event.message_type = atom_cache_.GetAtom("XdndStatus");
247 event.message_type = atom_cache_.GetAtom("XdndFinished");
desktop_window_tree_host_x11_unittest.cc 48 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache));
62 atom_cache_->GetAtom(hint_));
69 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::__anon20983::WMStateWaiter
x11_topmost_window_finder_unittest.cc 42 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache));
56 atom_cache_->GetAtom("_NET_WM_STATE_HIDDEN"));
62 scoped_ptr<ui::X11AtomCache> atom_cache_; member in class:views::__anon20985::MinimizeWaiter
desktop_drag_drop_client_aurax11.cc 136 ui::X11AtomCache* atom_cache_; member in class:views::DesktopDragDropClientAuraX11::X11DragContext
175 : atom_cache_(atom_cache),
252 atom_cache_->GetAtom(kXdndSelection),
254 atom_cache_->GetAtom(kChromiumDragReciever),
267 DCHECK_EQ(event.property, atom_cache_->GetAtom(kChromiumDragReciever));
320 if (xdnd_operation == atom_cache_->GetAtom(kXdndActionCopy))
322 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionMove))
324 else if (xdnd_operation == atom_cache_->GetAtom(kXdndActionLink))
336 event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) {
354 atom_cache_(xdisplay_, kAtomsToCache)
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 133 X11AtomCache atom_cache_; member in class:ui::OSExchangeDataProviderAuraX11
  /external/chromium_org/ui/aura/
window_tree_host_x11.h 74 ui::X11AtomCache* atom_cache() { return &atom_cache_; }
104 ui::X11AtomCache atom_cache_; member in class:aura::WindowTreeHostX11
  /external/chromium_org/ui/events/x/
device_data_manager.h 294 X11AtomCache atom_cache_; member in class:ui::DeviceDataManager
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 156 X11AtomCache* atom_cache_; member in class:ui::__anon20498::TargetList
162 atom_cache_(atom_cache) {
166 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
178 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str());
234 X11AtomCache* atom_cache() { return &atom_cache_; }
306 X11AtomCache atom_cache_; member in class:ui::Clipboard::AuraX11Details
335 atom_cache_(x_display_, kAtomsToCache),
337 atom_cache_.GetAtom(kClipboard), this),
340 atom_cache_.GetAtom(kClipboardManager),
342 clipboard_owner_(x_display_, x_window_, atom_cache_.GetAtom(kClipboard))
    [all...]

Completed in 258 milliseconds