/external/chromium_org/ui/gfx/x/ |
D | x11_atom_cache.cc | 15 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()
|
D | x11_atom_cache.h | 23 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/ |
D | selection_utils.h | 23 class X11AtomCache; variable 32 const X11AtomCache* atom_cache); 35 const X11AtomCache* atom_cache); 38 const X11AtomCache* atom_cache); 126 X11AtomCache atom_cache_;
|
D | selection_utils.cc | 36 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()
|
D | selection_owner.h | 71 X11AtomCache atom_cache_;
|
D | selection_requestor.h | 111 X11AtomCache atom_cache_;
|
/external/chromium_org/ui/views/test/ |
D | x11_property_change_waiter.h | 16 class X11AtomCache; variable 57 scoped_ptr<ui::X11AtomCache> atom_cache_;
|
D | x11_property_change_waiter.cc | 33 atom_cache_.reset(new ui::X11AtomCache(display, kAtomsToCache)); in X11PropertyChangeWaiter()
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_x11.h | 74 ui::X11AtomCache* atom_cache() { return &atom_cache_; } in atom_cache() 104 ui::X11AtomCache atom_cache_;
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_window_tree_host_x11_unittest.cc | 48 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()
|
D | x11_window_event_filter.h | 60 ui::X11AtomCache atom_cache_;
|
D | x11_desktop_handler.h | 82 ui::X11AtomCache atom_cache_;
|
D | x11_topmost_window_finder_unittest.cc | 42 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()
|
D | desktop_drag_drop_client_aurax11.h | 189 ui::X11AtomCache atom_cache_;
|
D | desktop_drag_drop_client_aurax11.cc | 93 X11DragContext(ui::X11AtomCache* atom_cache, 136 ui::X11AtomCache* atom_cache_; 172 ui::X11AtomCache* atom_cache, in X11DragContext()
|
D | desktop_window_tree_host_x11.h | 249 ui::X11AtomCache atom_cache_;
|
D | desktop_drag_drop_client_aurax11_unittest.cc | 154 ui::X11AtomCache atom_cache_;
|
/external/chromium_org/ui/base/clipboard/ |
D | clipboard_aurax11.cc | 146 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/ |
D | os_exchange_data_provider_aurax11.h | 133 X11AtomCache atom_cache_;
|
/external/chromium_org/ui/events/x/ |
D | device_data_manager.h | 294 X11AtomCache atom_cache_;
|