HomeSort by relevance Sort by last modified time
    Searched refs:theme_service_ (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /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_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc 24 theme_service_(GtkThemeService::GetFrom(profile_)) {
37 instructions_link_ = theme_service_->BuildChromeLinkButton(
55 content::Source<ThemeService>(theme_service_));
56 theme_service_->InitThemesFor(this);
72 GdkColor bookmark_color = theme_service_->GetGdkColor(
74 if (theme_service_->UsingNativeTheme()) {
84 if (theme_service_->GetColor(ThemeProperties::COLOR_BOOKMARK_TEXT) ==
bookmark_bar_instructions_gtk.h 45 GtkThemeService* theme_service_; member in class:BookmarkBarInstructionsGtk
  /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
  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 86 theme_service_(theme_service),
92 content::Source<ThemeService>(theme_service_));
99 theme_service_->OnInfobarDestroyed();
137 theme_service_->SetTheme(previous_theme);
143 theme_service_->SetNativeTheme();
145 theme_service_->UseDefaultTheme();
156 if (theme_id_ != theme_service_->GetThemeID())
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 62 theme_service_(NULL),
71 DCHECK(!theme_service_);
72 theme_service_ = GtkThemeService::GetFrom(Profile::FromBrowserContext(
102 close_button_.reset(CustomDrawButton::CloseButtonBar(theme_service_));
116 content::Source<ThemeService>(theme_service_));
121 DCHECK(theme_service_);
122 return theme_service_->GetBorderColor();
188 DCHECK(theme_service_);
189 return theme_service_->BuildLabel(text, ui::kGdkBlack);
193 DCHECK(theme_service_);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
throbber_gtk.cc 23 : theme_service_(theme_service),
26 DCHECK(theme_service_);
88 theme_service_->InitThemesFor(this);
90 content::Source<ThemeService>(theme_service_));
94 frames_ = theme_service_->GetImageNamed(IDR_THROBBER);
custom_button.cc 45 theme_service_(theme_provider),
161 DCHECK(theme_service_);
165 theme_service_->GetRTLEnabledPixbufNamed(normal_id_) : NULL);
167 theme_service_->GetRTLEnabledPixbufNamed(pressed_id_) : NULL);
169 theme_service_->GetRTLEnabledPixbufNamed(hover_id_) : NULL);
172 theme_service_->GetRTLEnabledPixbufNamed(disabled_id_) : NULL);
240 theme_service_(NULL),
257 theme_service_(theme_provider),
263 theme_service_->InitThemesFor(this);
278 theme_service_(theme_provider)
    [all...]
reload_button_gtk.cc 51 theme_service_(browser ?
53 reload_(theme_service_, IDR_RELOAD, IDR_RELOAD_P, IDR_RELOAD_H, 0),
54 stop_(theme_service_, IDR_STOP, IDR_STOP_P, IDR_STOP_H, IDR_STOP_D),
94 if (theme_service_) {
95 theme_service_->InitThemesFor(this);
98 content::Source<ThemeService>(theme_service_));
173 DCHECK_EQ(provider, theme_service_);
273 if (theme_service_ && theme_service_->UsingNativeTheme())
344 bool use_gtk = theme_service_ && theme_service_->UsingNativeTheme()
    [all...]
avatar_menu_bubble_gtk.cc 44 theme_service_(GtkThemeService::GetFrom(browser->profile())),
61 theme_service_,
133 this, menu_item, i, theme_service_);
148 new_profile_link_ = theme_service_->BuildChromeLinkButton(
168 this, menu_item, active_index, theme_service_);
184 theme_service_->BuildLabel(std::string(), ui::kGdkBlack);
202 GtkWidget* switch_profile_link = theme_service_->BuildChromeLinkButton(
avatar_menu_bubble_gtk.h 81 GtkThemeService* theme_service_; member in class:AvatarMenuBubbleGtk
browser_toolbar_gtk.cc 138 theme_service_ = GtkThemeService::GetFrom(profile);
141 content::Source<ThemeService>(theme_service_));
160 if (!theme_service_->UsingNativeTheme())
193 home_.reset(new CustomDrawButton(theme_service_, IDR_HOME, IDR_HOME_P,
226 theme_service_->GetRTLEnabledPixbufNamed(IDR_TOOLS));
227 wrench_menu_button_.reset(new CustomDrawButton(theme_service_, IDR_TOOLS,
274 theme_service_->InitThemesFor(this);
357 return theme_service_->GetIconSetForId(idr);
387 bool use_gtk = theme_service_->UsingNativeTheme();
414 theme_service_->GetRTLEnabledPixbufNamed(IDR_TOOLS))
    [all...]
throbber_gtk.h 57 GtkThemeService* theme_service_; member in class:ThrobberGtk
fullscreen_exit_bubble_gtk.cc 36 theme_service_(NULL),
100 theme_service_ = GtkThemeService::GetFrom(browser_->profile());
104 message_label_ = theme_service_->BuildLabel(GetMessage(url_).c_str(),
161 theme_service_->InitThemesFor(this);
163 content::Source<ThemeService>(theme_service_));
273 if (theme_service_->UsingNativeTheme())
avatar_menu_item_gtk.cc 53 theme_service_(theme_service),
57 Init(theme_service_);
60 content::Source<ThemeService>(theme_service_));
61 theme_service_->InitThemesFor(this);
142 bool using_native = theme_service_->UsingNativeTheme();
248 status_label_ = theme_service_->BuildLabel(std::string(), ui::kGdkBlack);
260 edit_profile_link_ = theme_service_->BuildChromeLinkButton(
  /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:__anon5069::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...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 74 theme_service_(GtkThemeService::GetFrom(browser->profile())),
123 close_button_.reset(CustomDrawButton::CloseButtonBar(theme_service_));
129 link_button_ = theme_service_->BuildChromeLinkButton(
153 theme_service_->InitThemesFor(this);
155 content::Source<ThemeService>(theme_service_));
249 GdkColor color = theme_service_->GetGdkColor(
253 color = theme_service_->GetBorderColor();
259 bool use_default_color = theme_service_->GetColor(
263 GdkColor bookmark_color = theme_service_->GetGdkColor(
271 theme_service_->GetColor(ThemeProperties::COLOR_TAB_TEXT)
    [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),
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.cc 43 theme_service_(theme_service),
46 DCHECK(theme_service_);
227 theme_service_->SetTheme(extension);
242 theme_service_->SetNativeTheme();
245 theme_service_->UseDefaultTheme();
252 theme_service_->UsingDefaultTheme() ?
255 GetExtensionById(theme_service_->GetThemeID(), false);
267 if (theme_service_->UsingNativeTheme()) {
269 } else if (theme_service_->UsingDefaultTheme()) {

Completed in 246 milliseconds

1 2 3 4 5