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

  /external/chromium_org/ui/base/x/
selection_utils.cc 31 std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache) {
33 atoms.push_back(atom_cache->GetAtom(kUtf8String));
34 atoms.push_back(atom_cache->GetAtom(kString));
35 atoms.push_back(atom_cache->GetAtom(kText));
39 std::vector< ::Atom> GetURLAtomsFrom(const X11AtomCache* atom_cache) {
41 atoms.push_back(atom_cache->GetAtom(Clipboard::kMimeTypeURIList));
42 atoms.push_back(atom_cache->GetAtom(kMimeTypeMozillaURL));
selection_utils.h 31 UI_EXPORT std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache);
33 UI_EXPORT std::vector< ::Atom> GetURLAtomsFrom(const X11AtomCache* atom_cache);
90 // |atom_cache| is still owned by caller.
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 144 TargetList(const AtomVector& target_list, X11AtomCache* atom_cache);
158 X11AtomCache* atom_cache)
160 atom_cache_(atom_cache) {
232 X11AtomCache* atom_cache() { return &atom_cache_; } function in class:ui::Clipboard::AuraX11Details
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 143 X11DragContext(ui::X11AtomCache* atom_cache,
212 ui::X11AtomCache* atom_cache,
215 : atom_cache_(atom_cache),

Completed in 555 milliseconds