Searched refs:HasCustomImage (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_theme.cc63 if (!HasCustomImage(id))
70 bool ManagedUserTheme::HasCustomImage(int id) const { function in class:ManagedUserTheme
H A Dmanaged_user_theme.h23 virtual bool HasCustomImage(int id) const OVERRIDE;
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_aurax11.cc26 virtual bool HasCustomImage(int id) const OVERRIDE;
65 bool NativeThemeX11::HasCustomImage(int id) const { function in class:__anon6135::NativeThemeX11
66 return linux_ui_ && linux_ui_->HasCustomImage(id);
H A Dbrowser_theme_pack_unittest.cc140 // Build the source image list for HasCustomImage().
228 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_BUTTON_BACKGROUND));
229 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_FRAME));
230 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_NTP_BACKGROUND));
231 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_TAB_BACKGROUND));
232 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_TOOLBAR));
233 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_WINDOW_CONTROL_BACKGROUND));
237 // therefore shouldn't show up when calling HasCustomImage().
238 EXPECT_FALSE(pack->HasCustomImage(IDR_THEME_FRAME_INACTIVE));
239 EXPECT_FALSE(pack->HasCustomImage(IDR_THEME_FRAME_INCOGNIT
[all...]
H A Dcustom_theme_supplier.cc42 bool CustomThemeSupplier::HasCustomImage(int id) const { function in class:CustomThemeSupplier
H A Dcustom_theme_supplier.h67 virtual bool HasCustomImage(int id) const;
H A Dtheme_service.cc196 if (HasCustomImage(IDR_THEME_FRAME))
205 bool ThemeService::HasCustomImage(int id) const { function in class:ThemeService
210 return theme_supplier_->HasCustomImage(id);
H A Dbrowser_theme_pack.h88 virtual bool HasCustomImage(int id) const OVERRIDE;
H A Dtheme_service.h83 virtual bool HasCustomImage(int id) const OVERRIDE;
/external/chromium_org/ui/base/
H A Ddefault_theme_provider.cc41 bool DefaultThemeProvider::HasCustomImage(int id) const { function in class:ui::DefaultThemeProvider
H A Ddefault_theme_provider.h31 virtual bool HasCustomImage(int id) const OVERRIDE;
H A Dtheme_provider.h70 virtual bool HasCustomImage(int id) const = 0;
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc120 // Build the source image list for HasCustomImage().
172 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_BUTTON_BACKGROUND));
173 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_FRAME));
174 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_NTP_BACKGROUND));
175 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_TAB_BACKGROUND));
176 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_TOOLBAR));
177 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_WINDOW_CONTROL_BACKGROUND));
181 // therefore shouldn't show up when calling HasCustomImage().
182 EXPECT_FALSE(pack->HasCustomImage(IDR_THEME_FRAME_INACTIVE));
183 EXPECT_FALSE(pack->HasCustomImage(IDR_THEME_FRAME_INCOGNIT
[all...]
H A Dbrowser_theme_pack.h73 // that this is separate from HasCustomImage() which returns whether a custom
83 bool HasCustomImage(int id) const;
H A Dtheme_service.h148 virtual bool HasCustomImage(int id) const;
/external/chromium_org/chrome/browser/ui/webui/
H A Dtheme_handler.cc43 ThemeServiceFactory::GetForProfile(GetProfile())->HasCustomImage(
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc67 if (tp->HasCustomImage(IDR_THEME_FRAME))
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Dbackground_theme.h23 virtual bool HasCustomImage(int id) const OVERRIDE;
/external/chromium_org/ui/views/linux_ui/
H A Dlinux_ui.h55 virtual bool HasCustomImage(int id) const = 0;
/external/chromium/chrome/browser/
H A Dntp_background_util.cc66 if (tp->HasCustomImage(IDR_THEME_NTP_BACKGROUND)) {
/external/chromium_org/chrome/browser/ui/
H A Dntp_background_util.cc76 if (tp->HasCustomImage(IDR_THEME_NTP_BACKGROUND)) {
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_root_window_host_win.cc55 virtual bool HasCustomImage(int id) const OVERRIDE {
56 return delegate_->HasCustomImage(
H A Dbrowser_non_client_frame_view_ash.cc245 if (!theme_provider->HasCustomImage(theme_frame_image_id) &&
247 !theme_provider->HasCustomImage(theme_frame_overlay_image_id))) {
538 if (tp->HasCustomImage(IDR_THEME_FRAME_OVERLAY) &&
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.h55 virtual bool HasCustomImage(int id) const;
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.h57 virtual bool HasCustomImage(int id) const OVERRIDE;

Completed in 393 milliseconds

12