Home
last modified time | relevance | path

Searched refs:GetPixbufForNode (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_utils_gtk.cc160 GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, BookmarkModel* model, in GetPixbufForNode() function
222 GdkPixbuf* pixbuf = GetPixbufForNode(node, model, provider->UseGtkTheme()); in GetDragRepresentationForNode()
230 GdkPixbuf* pixbuf = bookmark_utils::GetPixbufForNode(node, model, in ConfigureButtonForNode()
Dbookmark_utils_gtk.h31 GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, BookmarkModel* model,
Dbookmark_menu_controller_gtk.cc36 GdkPixbuf* pixbuf = bookmark_utils::GetPixbufForNode(node, model, true); in SetImageMenuItem()