OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GdkCursor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
gtk_util.h
15
typedef struct _GdkCursor
GdkCursor
;
39
// Returns a static instance of a
GdkCursor
* object, sharable across the
41
GFX_EXPORT
GdkCursor
* GetCursor(int type);
native_widget_types.h
102
typedef struct _GdkCursor
GdkCursor
;
142
typedef
GdkCursor
* NativeCursor;
/external/chromium/webkit/glue/
webcursor.h
20
typedef struct _GdkCursor
GdkCursor
;
90
// Return a new
GdkCursor
* for this cursor. Only valid if GetCursorType
92
GdkCursor
* GetCustomCursor();
157
GdkCursor
* unref_;
/external/chromium_org/webkit/common/cursors/
webcursor.h
27
typedef struct _GdkCursor
GdkCursor
;
125
// Return a new
GdkCursor
* for this cursor. Only valid if GetCursorType
127
GdkCursor
* GetCustomCursor();
191
GdkCursor
* unref_;
Completed in 86 milliseconds