OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XScopedString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/x/
x11_util.h
301
class UI_BASE_EXPORT
XScopedString
{
303
explicit
XScopedString
(char* str) : string_(str) {}
304
~
XScopedString
();
311
DISALLOW_COPY_AND_ASSIGN(
XScopedString
);
x11_util.cc
[
all
...]
Completed in 37 milliseconds