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

  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 247 GdkPixbuf* GtkThemeService::default_bookmark_icon_ = NULL; member in class:GtkThemeService
588 if (!default_bookmark_icon_) {
589 default_bookmark_icon_ =
593 if (default_bookmark_icon_)
594 return default_bookmark_icon_;
598 static GdkPixbuf* default_bookmark_icon_ = rb.GetPixbufNamed( local
600 return default_bookmark_icon_;
664 GdkPixbuf* default_bookmark_icon = default_bookmark_icon_;
666 default_bookmark_icon_ = NULL;
    [all...]
gtk_theme_service.h 309 static GdkPixbuf* default_bookmark_icon_; member in class:GtkThemeService
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 253 base::LazyInstance<gfx::Image> GtkThemeService::default_bookmark_icon_ = member in class:GtkThemeService
609 if (default_bookmark_icon_.Get().IsEmpty()) {
614 default_bookmark_icon_.Get() = gfx::Image(pixbuf);
616 if (!default_bookmark_icon_.Get().IsEmpty())
617 return default_bookmark_icon_.Get();
701 default_bookmark_icon_.Get() = gfx::Image();
    [all...]
gtk_theme_service.h 316 static base::LazyInstance<gfx::Image> default_bookmark_icon_; member in class:GtkThemeService

Completed in 102 milliseconds