OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X11AtomCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/x/
x11_atom_cache.cc
14
X11AtomCache
::
X11AtomCache
(Display* xdisplay, const char** to_cache)
32
X11AtomCache
::~
X11AtomCache
() {}
34
::Atom
X11AtomCache
::GetAtom(const char* name) const {
x11_atom_cache.h
25
class GFX_EXPORT
X11AtomCache
{
28
X11AtomCache
(Display* xdisplay, const char** to_cache);
29
~
X11AtomCache
();
45
DISALLOW_COPY_AND_ASSIGN(
X11AtomCache
);
Completed in 2401 milliseconds