Home
last modified time | relevance | path

Searched refs:X11AtomCache (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ui/gfx/x/
Dx11_atom_cache.cc15 X11AtomCache::X11AtomCache(XDisplay* xdisplay, const char** to_cache) in X11AtomCache() function in ui::X11AtomCache
33 X11AtomCache::~X11AtomCache() {} in ~X11AtomCache()
35 Atom X11AtomCache::GetAtom(const char* name) const { in GetAtom()
Dx11_atom_cache.h23 class GFX_EXPORT X11AtomCache {
26 X11AtomCache(XDisplay* xdisplay, const char** to_cache);
27 ~X11AtomCache();
43 DISALLOW_COPY_AND_ASSIGN(X11AtomCache);
/external/chromium_org/ui/base/x/
Dselection_utils.h23 class X11AtomCache; variable
32 const X11AtomCache* atom_cache);
35 const X11AtomCache* atom_cache);
38 const X11AtomCache* atom_cache);
126 X11AtomCache atom_cache_;
Dselection_utils.cc36 std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache) { in GetTextAtomsFrom()
46 std::vector< ::Atom> GetURLAtomsFrom(const X11AtomCache* atom_cache) { in GetURLAtomsFrom()
53 std::vector< ::Atom> GetURIListAtomsFrom(const X11AtomCache* atom_cache) { in GetURIListAtomsFrom()
Dselection_owner.h71 X11AtomCache atom_cache_;
Dselection_requestor.h111 X11AtomCache atom_cache_;
/external/chromium_org/ui/views/test/
Dx11_property_change_waiter.h16 class X11AtomCache; variable
57 scoped_ptr<ui::X11AtomCache> atom_cache_;
Dx11_property_change_waiter.cc33 atom_cache_.reset(new ui::X11AtomCache(display, kAtomsToCache)); in X11PropertyChangeWaiter()
/external/chromium_org/ui/aura/
Dwindow_tree_host_x11.h74 ui::X11AtomCache* atom_cache() { return &atom_cache_; } in atom_cache()
104 ui::X11AtomCache atom_cache_;
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11_unittest.cc48 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache)); in WMStateWaiter()
69 scoped_ptr<ui::X11AtomCache> atom_cache_;
340 ui::X11AtomCache atom_cache(display, kAtomsToCache); in TEST_F()
391 ui::X11AtomCache atom_cache(display, kAtomsToCache); in TEST_F()
423 ui::X11AtomCache atom_cache(display, kAtomsToCache); in TEST_F()
Dx11_window_event_filter.h60 ui::X11AtomCache atom_cache_;
Dx11_desktop_handler.h82 ui::X11AtomCache atom_cache_;
Dx11_topmost_window_finder_unittest.cc42 atom_cache_.reset(new ui::X11AtomCache(gfx::GetXDisplay(), kAtomsToCache)); in MinimizeWaiter()
62 scoped_ptr<ui::X11AtomCache> atom_cache_;
366 ui::X11AtomCache atom_cache(gfx::GetXDisplay(), kAtomsToCache); in TEST_F()
Ddesktop_drag_drop_client_aurax11.h189 ui::X11AtomCache atom_cache_;
Ddesktop_drag_drop_client_aurax11.cc93 X11DragContext(ui::X11AtomCache* atom_cache,
136 ui::X11AtomCache* atom_cache_;
172 ui::X11AtomCache* atom_cache, in X11DragContext()
Ddesktop_window_tree_host_x11.h249 ui::X11AtomCache atom_cache_;
Ddesktop_drag_drop_client_aurax11_unittest.cc154 ui::X11AtomCache atom_cache_;
/external/chromium_org/ui/base/clipboard/
Dclipboard_aurax11.cc146 TargetList(const AtomVector& target_list, X11AtomCache* atom_cache);
156 X11AtomCache* atom_cache_;
160 X11AtomCache* atom_cache) in TargetList()
234 X11AtomCache* atom_cache() { return &atom_cache_; } in atom_cache()
306 X11AtomCache atom_cache_;
/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data_provider_aurax11.h133 X11AtomCache atom_cache_;
/external/chromium_org/ui/events/x/
Ddevice_data_manager.h294 X11AtomCache atom_cache_;