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

12

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_theme.cc69 if (!HasCustomImage(id))
76 bool SupervisedUserTheme::HasCustomImage(int id) const { function in class:SupervisedUserTheme
H A Dsupervised_user_theme.h23 virtual bool HasCustomImage(int id) const OVERRIDE;
/external/chromium_org/ui/base/
H A Ddefault_theme_provider.cc37 bool DefaultThemeProvider::HasCustomImage(int id) const { function in class:ui::DefaultThemeProvider
H A Ddefault_theme_provider.h32 virtual bool HasCustomImage(int id) const OVERRIDE;
H A Dtheme_provider.h71 virtual bool HasCustomImage(int id) const = 0;
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_aurax11.cc27 virtual bool HasCustomImage(int id) const OVERRIDE;
65 bool SystemThemeX11::HasCustomImage(int id) const { function in class:__anon4912::SystemThemeX11
66 return linux_ui_ && linux_ui_->HasCustomImage(id);
H A Dbrowser_theme_pack_unittest.cc141 // Build the source image list for HasCustomImage().
230 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_BUTTON_BACKGROUND));
231 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_FRAME));
232 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_NTP_BACKGROUND));
233 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_TAB_BACKGROUND));
234 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_TOOLBAR));
235 EXPECT_TRUE(pack->HasCustomImage(IDR_THEME_WINDOW_CONTROL_BACKGROUND));
239 // therefore shouldn't show up when calling HasCustomImage().
240 EXPECT_FALSE(pack->HasCustomImage(IDR_THEME_FRAME_INACTIVE));
241 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 Dbrowser_theme_pack.h88 virtual bool HasCustomImage(int id) const OVERRIDE;
H A Dtheme_service.cc213 if (HasCustomImage(IDR_THEME_NTP_BACKGROUND))
224 if (HasCustomImage(IDR_THEME_FRAME))
233 bool ThemeService::HasCustomImage(int id) const { function in class:ThemeService
238 return theme_supplier_->HasCustomImage(id);
H A Dtheme_service.h84 virtual bool HasCustomImage(int id) const OVERRIDE;
H A Dbrowser_theme_pack.cc924 bool BrowserThemePack::HasCustomImage(int idr_id) const { function in class:BrowserThemePack
/external/chromium_org/chrome/browser/ui/webui/
H A Dtheme_handler.cc43 ThemeServiceFactory::GetForProfile(GetProfile())->HasCustomImage(
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_window_tree_host_x11.cc46 virtual bool HasCustomImage(int id) const OVERRIDE {
47 return delegate_->HasCustomImage(
H A Dbrowser_desktop_window_tree_host_win.cc57 virtual bool HasCustomImage(int id) const OVERRIDE {
58 return delegate_->HasCustomImage(
H A Dbrowser_header_painter_ash.cc361 if (tp->HasCustomImage(IDR_THEME_FRAME_OVERLAY) && !is_incognito_) {
H A Dopaque_browser_frame_view.cc899 if (tp->HasCustomImage(IDR_THEME_FRAME_OVERLAY) &&
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Dbackground_theme.h24 virtual bool HasCustomImage(int id) const OVERRIDE;
/external/chromium_org/ui/views/linux_ui/
H A Dlinux_ui.h83 virtual bool HasCustomImage(int id) const = 0;
/external/chromium_org/chrome/browser/search/
H A Dinstant_service.cc339 if (theme_service->HasCustomImage(IDR_THEME_NTP_BACKGROUND)) {
386 theme_service->HasCustomImage(IDR_THEME_NTP_ATTRIBUTION);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.h84 virtual bool HasCustomImage(int id) const OVERRIDE;
H A Dgtk2_ui.cc473 bool Gtk2UI::HasCustomImage(int id) const { function in class:libgtk2ui::Gtk2UI
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.cc123 if (!theme_provider->HasCustomImage(IDR_THEME_NTP_BACKGROUND)) {
397 ThemeServiceFactory::GetForProfile(profile_)->HasCustomImage(
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1172 // HasCustomImage() is only true if the theme provides the image. However,
1176 const bool theme_provided_image = theme_provider->HasCustomImage(tab_id) ||
1177 (frame_id != 0 && theme_provider->HasCustomImage(frame_id));
1217 int bg_offset_y = GetThemeProvider()->HasCustomImage(tab_id) ?
1261 if (!GetThemeProvider()->HasCustomImage(tab_id) &&

Completed in 365 milliseconds

12