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
357
class UI_EXPORT
XScopedImage
{
359
explicit
XScopedImage
(XImage* image) : image_(image) {}
360
~
XScopedImage
();
375
DISALLOW_COPY_AND_ASSIGN(
XScopedImage
);
x11_util.cc
[
all
...]
Completed in 468 milliseconds