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

/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_page_prefs.cc24 DistilledPagePrefs::DistilledPagePrefs(PrefService* pref_service) function in class:dom_distiller::DistilledPagePrefs
28 DistilledPagePrefs::~DistilledPagePrefs() {
32 void DistilledPagePrefs::RegisterProfilePrefs(
36 DistilledPagePrefs::LIGHT,
40 DistilledPagePrefs::SANS_SERIF,
44 void DistilledPagePrefs::SetFontFamily(
45 DistilledPagePrefs::FontFamily new_font_family) {
49 base::Bind(&DistilledPagePrefs
[all...]
H A Ddistilled_page_prefs.h21 class DistilledPagePrefs { class in namespace:dom_distiller
43 explicit DistilledPagePrefs(PrefService* pref_service);
44 ~DistilledPagePrefs();
70 base::WeakPtrFactory<DistilledPagePrefs> weak_ptr_factory_;
72 DISALLOW_COPY_AND_ASSIGN(DistilledPagePrefs);
/external/chromium_org/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/
H A DDistilledPagePrefs.java15 * Wrapper for the dom_distiller::DistilledPagePrefs.
18 public final class DistilledPagePrefs { class
24 * Observer interface for observing DistilledPagePrefs changes.
70 DistilledPagePrefs(long distilledPagePrefsPtr) { method in class:DistilledPagePrefs
76 * Adds the observer to listen to changes in DistilledPagePrefs.
89 * Removes the observer and unregisters it from DistilledPagePrefs changes.

Completed in 1820 milliseconds