Searched defs:X11AtomCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/x/
H A Dx11_atom_cache.h21 class GFX_EXPORT X11AtomCache { class in namespace:ui
24 X11AtomCache(XDisplay* xdisplay, const char** to_cache);
25 ~X11AtomCache();
41 DISALLOW_COPY_AND_ASSIGN(X11AtomCache);
H A Dx11_atom_cache.cc15 X11AtomCache::X11AtomCache(XDisplay* xdisplay, const char** to_cache) function in class:ui::X11AtomCache
33 X11AtomCache::~X11AtomCache() {}
35 XAtom X11AtomCache::GetAtom(const char* name) const {

Completed in 423 milliseconds