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

/external/chromium_org/ui/gfx/
H A Dgtk_util.h15 typedef struct _GdkCursor GdkCursor; typedef in typeref:struct:_GdkCursor
39 // Returns a static instance of a GdkCursor* object, sharable across the
41 UI_EXPORT GdkCursor* GetCursor(int type);
H A Dnative_widget_types.h103 typedef struct _GdkCursor GdkCursor; typedef in typeref:struct:_GdkCursor
143 typedef GdkCursor* NativeCursor;
/external/chromium/webkit/glue/
H A Dwebcursor.h20 typedef struct _GdkCursor GdkCursor; typedef in typeref:struct:_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/
H A Dwebcursor.h23 typedef struct _GdkCursor GdkCursor; typedef in typeref:struct:_GdkCursor
121 // Return a new GdkCursor* for this cursor. Only valid if GetCursorType
123 GdkCursor* GetCustomCursor();
187 GdkCursor* unref_;

Completed in 128 milliseconds