OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XScopedImage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/x/
x11_util.h
316
class UI_BASE_EXPORT
XScopedImage
{
318
explicit
XScopedImage
(XImage* image) : image_(image) {}
319
~
XScopedImage
();
330
DISALLOW_COPY_AND_ASSIGN(
XScopedImage
);
x11_util.cc
[
all
...]
Completed in 181 milliseconds