HomeSort by relevance Sort by last modified time
    Searched refs:GetFolderIcon (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 138 static GdkPixbuf* GetFolderIcon(bool native);
gtk_tree.cc 386 pixbuf = GtkThemeService::GetFolderIcon(true);
gtk_theme_service.cc 562 GdkPixbuf* GtkThemeService::GetFolderIcon(bool native) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 28 bookmark_utils::FOLDER_ICON, GtkThemeService::GetFolderIcon(true),
bookmark_editor_gtk.cc 485 bookmark_utils::FOLDER_ICON, GtkThemeService::GetFolderIcon(true),
bookmark_utils_gtk.cc 172 pixbuf = GtkThemeService::GetFolderIcon(native);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 331 static const SkBitmap& GetFolderIcon() {
898 button->SetIcon(GetFolderIcon());
    [all...]

Completed in 51 milliseconds