Searched defs:SetTheme (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_page_prefs.cc65 void DistilledPagePrefs::SetTheme(DistilledPagePrefs::Theme new_theme) { function in class:dom_distiller::DistilledPagePrefs
79 SetTheme(DistilledPagePrefs::LIGHT);
H A Ddistilled_page_prefs_android.cc36 void DistilledPagePrefsAndroid::SetTheme(JNIEnv* env, jobject obj, jint theme) { function in class:dom_distiller::android::DistilledPagePrefsAndroid
37 distilled_page_prefs_->SetTheme(
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc284 SetTheme(extension);
292 SetTheme(extension);
307 void ThemeService::SetTheme(const Extension* extension) { function in class:ThemeService
315 // Enabling the extension will call back to SetTheme().

Completed in 79 milliseconds