HomeSort by relevance Sort by last modified time
    Searched refs:GdkCursor (Results 1 - 18 of 18) 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 UI_EXPORT GdkCursor* GetCursor(int type);
gtk_util.cc 21 // gdk_cursor_new() hits the disk in several places and GdkCursor instances can
33 GdkCursor* GetCursorImpl(GdkCursorType type) {
35 GdkCursor* cursor = NULL;
49 typedef std::map<GdkCursorType, GdkCursor*> GdkCursorMap;
140 GdkCursor* GetCursor(int type) {
native_widget_types.h 103 typedef struct _GdkCursor GdkCursor;
143 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_;
webcursor_gtk.cc 24 GdkCursor* GetInlineCustomCursor(CustomCursorType type) {
25 static GdkCursor* CustomCursorsGdk[G_N_ELEMENTS(CustomCursors)];
26 GdkCursor* cursor = CustomCursorsGdk[type];
51 GdkCursor* GetInvisibleCustomCursor() {
52 static GdkCursor* cursor = NULL;
172 GdkCursor* WebCursor::GetCustomCursor() {
201 GdkCursor* cursor = gdk_cursor_new_from_pixbuf(gdk_display_get_default(),
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.h 34 void InitialWindowEdgeMousePress(GdkEventButton* event, GdkCursor* cursor,
74 GdkCursor* cursor);
panel_drag_gtk.cc 147 GdkCursor* cursor,
165 GdkCursor* cursor) {
panel_gtk.h 187 GdkCursor* frame_cursor_;
panel_gtk.cc 726 GdkCursor* cursor =
    [all...]
  /external/chromium_org/webkit/common/cursors/
webcursor_gtk.cc 24 GdkCursor* GetInlineCustomCursor(CustomCursorType type) {
25 static GdkCursor* CustomCursorsGdk[G_N_ELEMENTS(CustomCursors)];
26 GdkCursor* cursor = CustomCursorsGdk[type];
150 GdkCursor* WebCursor::GetCustomCursor() {
180 GdkCursor* cursor = gdk_cursor_new_from_pixbuf(gdk_display_get_default(),
webcursor.h 23 typedef struct _GdkCursor GdkCursor;
121 // Return a new GdkCursor* for this cursor. Only valid if GetCursorType
123 GdkCursor* GetCustomCursor();
187 GdkCursor* unref_;
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.h 46 GdkCursor* hand_cursor;
browser_window_gtk.h 485 GdkCursor* frame_cursor_;
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_link_button.h 47 GdkCursor* hand_cursor;
browser_window_gtk.h 553 GdkCursor* frame_cursor_;
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 148 GdkCursor* frame_cursor_;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc 85 GdkCursor* GetMozSpinningCursor() {
86 static GdkCursor* moz_spinning_cursor = NULL;
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 72 GdkCursor* GetMozSpinningCursor() {
73 static GdkCursor* moz_spinning_cursor = NULL;
    [all...]

Completed in 1375 milliseconds