Searched refs:theme_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/
H A Dwebfallbackthemeengine_impl.h32 scoped_ptr<ui::FallbackTheme> theme_; member in class:content::WebFallbackThemeEngineImpl
H A Dwebfallbackthemeengine_impl.cc164 : theme_(new ui::FallbackTheme()) {
172 return theme_->GetPartSize(NativeThemePart(part),
186 theme_->Paint(canvas,
/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_page_prefs_unittests.cc20 theme_(DistilledPagePrefs::LIGHT) {}
30 theme_ = new_theme;
33 DistilledPagePrefs::Theme GetTheme() { return theme_; }
37 DistilledPagePrefs::Theme theme_; member in class:dom_distiller::__anon6467::TestingObserver
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dthemes_helper.cc106 const std::string& theme_; member in class:themes_helper::__anon4838::ThemePendingInstallChecker
113 : profile_(profile), theme_(theme) {
121 theme_.c_str());
125 return ThemeIsPendingInstall(profile_, theme_);

Completed in 121 milliseconds