OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XScopedCursor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/base/cursor/
cursor_loader_x11.h
54
const
XScopedCursor
invisible_cursor_;
/external/chromium_org/ui/base/x/
x11_util.h
380
class UI_EXPORT
XScopedCursor
{
383
XScopedCursor
(::Cursor cursor, XDisplay* display);
384
~
XScopedCursor
();
393
DISALLOW_COPY_AND_ASSIGN(
XScopedCursor
);
x11_util.cc
513
CR_DEFINE_STATIC_LOCAL(
XScopedCursor
, invisible_cursor,
[
all
...]
Completed in 3245 milliseconds