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

  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 55 images_[0] = top_left ? rb.GetPixbufNamed(top_left) : NULL;
56 images_[1] = top ? rb.GetPixbufNamed(top) : NULL;
57 images_[2] = top_right ? rb.GetPixbufNamed(top_right) : NULL;
58 images_[3] = left ? rb.GetPixbufNamed(left) : NULL;
59 images_[4] = center ? rb.GetPixbufNamed(center) : NULL;
60 images_[5] = right ? rb.GetPixbufNamed(right) : NULL;
61 images_[6] = bottom_left ? rb.GetPixbufNamed(bottom_left) : NULL;
62 images_[7] = bottom ? rb.GetPixbufNamed(bottom) : NULL;
63 images_[8] = bottom_right ? rb.GetPixbufNamed(bottom_right) : NULL;
70 GdkPixbuf* pixbuf = rb.GetPixbufNamed(image)
    [all...]
edit_search_engine_dialog.cc 249 ResourceBundle::GetSharedInstance().GetPixbufNamed(
255 ResourceBundle::GetSharedInstance().GetPixbufNamed(
sad_tab_gtk.cc 75 ResourceBundle::GetSharedInstance().GetPixbufNamed(kind == CRASHED ?
gtk_theme_service.cc 534 GetPixbufNamed(id),
557 ResourceBundle::GetSharedInstance().GetPixbufNamed(id),
577 static GdkPixbuf* default_folder_icon_ = rb.GetPixbufNamed(
598 static GdkPixbuf* default_bookmark_icon_ = rb.GetPixbufNamed(
    [all...]
hung_renderer_dialog_gtk.cc 107 GdkPixbuf* icon_pixbuf = rb.GetPixbufNamed(IDR_FROZEN_TAB_ICON);
location_bar_view_gtk.cc 232 rb.GetPixbufNamed(IDR_KEYWORD_SEARCH_MAGNIFIER));
271 rb.GetPixbufNamed(IDR_LOCATION_BAR_KEYWORD_HINT_TAB));
    [all...]
about_chrome_dialog.cc 104 static GdkPixbuf* background = rb.GetPixbufNamed(IDR_ABOUT_BACKGROUND);
first_run_dialog.cc 339 ResourceBundle::GetSharedInstance().GetPixbufNamed(logo_id);
browser_titlebar.cc 583 rb.GetPixbufNamed(IDR_PRODUCT_LOGO_16));
591 rb.GetPixbufNamed(IDR_PRODUCT_LOGO_16));
    [all...]
gtk_util.cc 131 icon_list = g_list_append(icon_list, rb.GetPixbufNamed(IDR_PRODUCT_ICON_32));
132 icon_list = g_list_append(icon_list, rb.GetPixbufNamed(IDR_PRODUCT_LOGO_16));
    [all...]
  /external/chromium/chrome/browser/themes/
theme_service_gtk.cc 14 GdkPixbuf* ThemeService::GetPixbufNamed(int id) const {
theme_service.h 151 // GdkPixbufs returned by GetPixbufNamed and GetRTLEnabledPixbufNamed are
153 virtual GdkPixbuf* GetPixbufNamed(int id) const;
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 86 kDownloadImage = rb.GetPixbufNamed(IDR_DOWNLOAD_ANIMATION_BEGIN);
download_shelf_gtk.cc 131 GdkPixbuf* download_pixbuf = rb.GetPixbufNamed(IDR_DOWNLOADS_FAVICON);
download_item_gtk.cc 674 GdkPixbuf* download_pixbuf = rb.GetPixbufNamed(pixbuf_id);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 522 return theme_service_->GetPixbufNamed(icon);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 288 ResourceBundle::GetSharedInstance().GetPixbufNamed(IDR_WARNING)));
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc     [all...]

Completed in 207 milliseconds