Searched refs:GetTheme (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_page_prefs_unittests.cc33 DistilledPagePrefs::Theme GetTheme() { return theme_; } function in class:dom_distiller::__anon6467::TestingObserver
91 EXPECT_EQ(DistilledPagePrefs::LIGHT, obs.GetTheme());
93 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs.GetTheme());
96 EXPECT_EQ(DistilledPagePrefs::DARK, obs.GetTheme());
107 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs.GetTheme());
108 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs2.GetTheme());
112 EXPECT_EQ(DistilledPagePrefs::SEPIA, obs.GetTheme());
113 EXPECT_EQ(DistilledPagePrefs::LIGHT, obs2.GetTheme());
H A Ddistilled_page_prefs_android.cc41 jint DistilledPagePrefsAndroid::GetTheme(JNIEnv* env, jobject obj) { function in class:dom_distiller::android::DistilledPagePrefsAndroid
42 return (int) distilled_page_prefs_->GetTheme();
H A Ddistilled_page_prefs.h56 Theme GetTheme();
H A Ddistilled_page_prefs_android.h26 jint GetTheme(JNIEnv* env, jobject obj);
H A Ddistilled_page_prefs.cc74 DistilledPagePrefs::Theme DistilledPagePrefs::GetTheme() { function in class:dom_distiller::DistilledPagePrefs
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_ui_browsertest.cc59 int expected_change = GetTheme() ? 0 : 1;
63 const Extension* theme = GetTheme();
68 const Extension* GetTheme() const { function in class:ExtensionInstallUIBrowserTest
92 const Extension* theme = GetTheme();
96 ASSERT_EQ(NULL, GetTheme());
100 theme = GetTheme();
104 theme = GetTheme();
108 ASSERT_EQ(NULL, GetTheme());
121 const Extension* theme = GetTheme();
126 const Extension* theme2 = GetTheme();
[all...]
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.cc197 distilled_page_prefs_->GetTheme(),
228 distilled_page_prefs_->GetTheme(),
320 dom_distiller_service_->GetDistilledPagePrefs()->GetTheme(),

Completed in 172 milliseconds