Searched defs:NativeCursor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h113 typedef ui::Cursor NativeCursor; typedef in namespace:gfx
119 typedef void* NativeCursor;
124 typedef NSCursor* NativeCursor;
130 typedef void* NativeCursor;
172 // A constant value to indicate that gfx::NativeCursor refers to no cursor.
176 const gfx::NativeCursor kNullCursor = static_cast<gfx::NativeCursor>(NULL);

Completed in 167 milliseconds