Home | Sort by relevance Sort by last modified time |
/external/chromium_org/content/child/ | |
webfallbackthemeengine_impl.h | 32 scoped_ptr<ui::FallbackTheme> theme_; member in class:content::WebFallbackThemeEngineImpl |
webfallbackthemeengine_impl.cc | 164 : theme_(new ui::FallbackTheme()) { 172 return theme_->GetPartSize(NativeThemePart(part), 186 theme_->Paint(canvas, |
/external/chromium_org/components/dom_distiller/core/ | |
distilled_page_prefs_unittests.cc | 20 theme_(DistilledPagePrefs::LIGHT) {} 30 theme_ = new_theme; 33 DistilledPagePrefs::Theme GetTheme() { return theme_; } 37 DistilledPagePrefs::Theme theme_; member in class:dom_distiller::__anon11092::TestingObserver |
/external/chromium_org/chrome/browser/sync/test/integration/ | |
themes_helper.cc | 106 const std::string& theme_; member in class:themes_helper::__anon9463::ThemePendingInstallChecker 113 : profile_(profile), theme_(theme) { 121 theme_.c_str()); 125 return ThemeIsPendingInstall(profile_, theme_); |