HomeSort by relevance Sort by last modified time
    Searched defs:SetTheme (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/dom_distiller/core/
distilled_page_prefs.cc 65 void DistilledPagePrefs::SetTheme(DistilledPagePrefs::Theme new_theme) {
79 SetTheme(DistilledPagePrefs::LIGHT);
distilled_page_prefs_android.cc 36 void DistilledPagePrefsAndroid::SetTheme(JNIEnv* env, jobject obj, jint theme) {
37 distilled_page_prefs_->SetTheme(
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 284 SetTheme(extension);
292 SetTheme(extension);
307 void ThemeService::SetTheme(const Extension* extension) {
315 // Enabling the extension will call back to SetTheme().

Completed in 233 milliseconds