HomeSort by relevance Sort by last modified time
    Searched defs:GdkPixbuf (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 21 typedef struct _GdkPixbuf GdkPixbuf;
31 GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, BookmarkModel* model,
36 GtkWidget* GetDragRepresentation(GdkPixbuf* pixbuf,
bookmark_tree_model.h 20 typedef struct _GdkPixbuf GdkPixbuf;
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 9 typedef struct _GdkPixbuf GdkPixbuf;
13 // A helper class that takes a GdkPixbuf* and renders it to the screen. Unlike
28 // Whether this CairoCachedSurface owns a GdkPixbuf.
41 void UsePixbuf(GdkPixbuf* pixbuf);
49 GdkPixbuf* pixbuf() { return pixbuf_; }
53 GdkPixbuf* pixbuf_;
create_application_shortcuts_dialog_gtk.h 17 typedef struct _GdkPixbuf GdkPixbuf;
62 GdkPixbuf* favicon_pixbuf_;
gtk_theme_service.h 30 typedef struct _GdkPixbuf GdkPixbuf;
138 static GdkPixbuf* GetFolderIcon(bool native);
139 static GdkPixbuf* GetDefaultFavicon(bool native);
233 GdkPixbuf* pixbuf,
308 static GdkPixbuf* default_folder_icon_;
309 static GdkPixbuf* default_bookmark_icon_;
  /external/webkit/Source/WebCore/platform/graphics/
Icon.h 41 typedef struct _GdkPixbuf GdkPixbuf;
80 GdkPixbuf* m_icon;
Image.h 63 typedef struct _GdkPixbuf GdkPixbuf;
154 virtual GdkPixbuf* getGdkPixbuf() { return 0; }
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 49 typedef struct _GdkPixbuf GdkPixbuf;

Completed in 80 milliseconds