/external/chromium/chrome/browser/extensions/ |
theme_installed_infobar_delegate.cc | 28 theme_service_(ThemeServiceFactory::GetForProfile(profile_)), 33 theme_service_->OnInfobarDisplayed(); 46 theme_service_->OnInfobarDestroyed(); 56 theme_service_->SetTheme(previous_theme); 62 theme_service_->UseDefaultTheme(); 103 if (theme_id_ != theme_service_->GetThemeID()) {
|
theme_installed_infobar_delegate.h | 33 ThemeService* theme_service() { return theme_service_; } 53 ThemeService* theme_service_; member in class:ThemeInstalledInfoBarDelegate
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_instructions_gtk.cc | 20 theme_service_(GtkThemeService::GetFrom(profile_)) { 52 theme_service_->InitThemesFor(this); 69 theme_service_->UseGtkTheme()); 71 GdkColor bookmark_color = theme_service_->GetGdkColor( 73 if (theme_service_->UseGtkTheme()) { 83 if (theme_service_->GetColor(ThemeService::COLOR_BOOKMARK_TEXT) ==
|
bookmark_bar_instructions_gtk.h | 50 GtkThemeService* theme_service_; member in class:BookmarkBarInstructionsGtk
|
bookmark_bar_gtk.cc | 137 theme_service_(GtkThemeService::GetFrom(profile)), 212 theme_service_->GetGdkColor(ThemeService::COLOR_TOOLBAR); 248 overflow_button_ = theme_service_->BuildChromeButton(); 266 GtkWidget* vseparator = theme_service_->CreateToolbarSeparator(); 272 other_bookmarks_button_ = theme_service_->BuildChromeButton(); 284 sync_error_button_ = theme_service_->BuildChromeButton(); 319 if (theme_service_->UseGtkTheme()) { 490 bookmark_utils::ConfigureButtonForNode(node, model, button, theme_service_); 523 model_, other_bookmarks_button_, theme_service_); 580 GtkWidget* new_child = theme_service_->UseGtkTheme() [all...] |
bookmark_bubble_gtk.h | 89 GtkThemeService* theme_service_; member in class:BookmarkBubbleGtk
|
bookmark_bubble_gtk.cc | 70 theme_service_->UseGtkTheme()); 72 if (theme_service_->UseGtkTheme()) { 91 theme_service_(GtkThemeService::GetFrom(profile_)), 169 theme_service_, 193 theme_service_->InitThemesFor(this);
|
/external/chromium/chrome/browser/ui/gtk/ |
reload_button_gtk.cc | 35 theme_service_(browser ? 37 reload_(theme_service_, IDR_RELOAD, IDR_RELOAD_P, IDR_RELOAD_H, 0), 38 stop_(theme_service_, IDR_STOP, IDR_STOP_P, IDR_STOP_H, IDR_STOP_D), 60 if (theme_service_) { 61 theme_service_->InitThemesFor(this); 64 Source<ThemeService>(theme_service_)); 136 DCHECK_EQ(provider, theme_service_); 197 if (theme_service_ && theme_service_->UseGtkTheme()) 225 bool use_gtk = theme_service_ && theme_service_->UseGtkTheme() [all...] |
custom_button.cc | 30 theme_service_(theme_provider), 145 DCHECK(theme_service_); 149 theme_service_->GetRTLEnabledPixbufNamed(normal_id_) : NULL); 151 theme_service_->GetRTLEnabledPixbufNamed(pressed_id_) : NULL); 153 theme_service_->GetRTLEnabledPixbufNamed(hover_id_) : NULL); 156 theme_service_->GetRTLEnabledPixbufNamed(disabled_id_) : NULL); 224 theme_service_(NULL) { 240 theme_service_(theme_provider) { 245 theme_service_->InitThemesFor(this); 260 theme_service_(theme_provider) [all...] |
first_run_bubble.h | 69 GtkThemeService* theme_service_; member in class:FirstRunBubble
|
page_info_bubble_gtk.cc | 89 GtkThemeService* theme_service_; member in class:__anon3171::PageInfoBubbleGtk 113 theme_service_(GtkThemeService::GetFrom(profile)) { 134 theme_service_, 158 theme_service_->UseGtkTheme()); 161 if (theme_service_->UseGtkTheme()) { 209 theme_service_->InitThemesFor(this);
|
browser_toolbar_gtk.cc | 122 theme_service_ = GtkThemeService::GetFrom(profile); 133 if (!theme_service_->UseGtkTheme()) 193 theme_service_->GetRTLEnabledPixbufNamed(IDR_TOOLS)); 239 theme_service_->InitThemesFor(this); 318 return theme_service_->GetIconSetForId(idr); 348 bool use_gtk = theme_service_->UseGtkTheme(); 375 theme_service_->GetRTLEnabledPixbufNamed(IDR_TOOLS)); 431 bool should_be_rounded = theme_service_->UseGtkTheme() && 456 if (theme_service_->UseGtkTheme()) 466 GdkColor color = theme_service_->GetGdkColor [all...] |
status_bubble_gtk.cc | 41 : theme_service_(GtkThemeService::GetFrom(profile)), 51 theme_service_->InitThemesFor(this); 281 if (theme_service_->UseGtkTheme()) { 289 theme_service_->GetGdkColor(ThemeService::COLOR_BOOKMARK_TEXT); 293 theme_service_->GetGdkColor(ThemeService::COLOR_TOOLBAR); 298 theme_service_->GetBorderColor());
|
custom_button.h | 84 GtkThemeService* theme_service_; member in class:CustomDrawButtonBase 219 GtkThemeService* theme_service_; member in class:CustomDrawButton
|
first_run_bubble.cc | 60 if (theme_service_->UseGtkTheme()) { 78 theme_service_(GtkThemeService::GetFrom(profile_)), 113 theme_service_, 122 theme_service_->InitThemesFor(this);
|
reload_button_gtk.h | 80 GtkThemeService* theme_service_; member in class:ReloadButtonGtk
|
status_bubble_gtk.h | 117 GtkThemeService* theme_service_; member in class:StatusBubbleGtk
|
find_bar_gtk.cc | 179 theme_service_(GtkThemeService::GetFrom(browser->profile())), 238 close_button_.reset(CustomDrawButton::CloseButton(theme_service_)); 246 find_next_button_.reset(new CustomDrawButton(theme_service_, 256 find_previous_button_.reset(new CustomDrawButton(theme_service_, 305 theme_service_->InitThemesFor(this); 471 if (theme_service_->UseGtkTheme()) { 538 theme_service_->GetColor(ThemeService::COLOR_TAB_TEXT), 605 bool use_gtk = theme_service_->UseGtkTheme(); 815 if (bar->theme_service_->UseGtkTheme()) { 842 if (bar->theme_service_->UseGtkTheme()) [all...] |
/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 63 theme_service_(GtkThemeService::GetFrom(browser->profile())), 112 close_button_.reset(CustomDrawButton::CloseButton(theme_service_)); 143 theme_service_->InitThemesFor(this); 226 GdkColor color = theme_service_->GetGdkColor( 230 color = theme_service_->GetBorderColor(); 234 GTK_CHROME_LINK_BUTTON(link_button_), theme_service_->UseGtkTheme()); 239 bool use_default_color = theme_service_->GetColor( 243 GdkColor bookmark_color = theme_service_->GetGdkColor( 251 theme_service_->GetColor(ThemeService::COLOR_TAB_TEXT),
|
download_shelf_gtk.h | 135 GtkThemeService* theme_service_; member in class:DownloadShelfGtk
|
download_item_gtk.cc | 170 theme_service_(GtkThemeService::GetFrom( 325 theme_service_->InitThemesFor(this); 463 if (theme_service_->UseGtkTheme()) { 561 GdkColor color = theme_service_->GetGdkColor( 563 gtk_util::SetLabelColor(name_label_, theme_service_->UseGtkTheme() ? 574 if (!theme_service_->UseGtkTheme()) { 575 SkColor color = theme_service_->GetColor( 594 gtk_util::SetLabelColor(status_label_, theme_service_->UseGtkTheme() ? 627 if (theme_service_->UseGtkTheme()) { 630 GdkColor color = theme_service_->GetGdkColor [all...] |
/external/chromium/chrome/browser/ui/gtk/infobars/ |
infobar_gtk.cc | 40 theme_service_(NULL), 145 if (theme_service_) { 150 theme_service_ = theme_service; 272 GdkColor border_color = theme_service_->GetBorderColor();
|
infobar_gtk.h | 127 GtkThemeService* theme_service_; member in class:InfoBar
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
balloon_view_gtk.h | 99 GtkThemeService* theme_service_; member in class:BalloonViewImpl
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 153 theme_service_(theme_provider), 164 theme_service_(NULL), 205 data_.reset(new Data(theme_service_)); 289 theme_service_ = GtkThemeService::GetFrom(contents->profile()); 397 if (!theme_service_->HasCustomImage(theme_id)) 400 SkBitmap* tab_bg = theme_service_->GetBitmapNamed(theme_id); 415 SkBitmap* active_bg = theme_service_->GetBitmapNamed(IDR_THEME_TOOLBAR); 708 if (theme_service_) { 710 theme_service_->GetColor(ThemeService::COLOR_TAB_TEXT); 843 if (data_.is_default_favicon && theme_service_->UseGtkTheme()) [all...] |