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

  /external/chromium_org/components/dom_distiller/core/
distilled_page_prefs.cc 24 DistilledPagePrefs::DistilledPagePrefs(PrefService* pref_service)
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::NotifyOnChangeFontFamily
    [all...]
distilled_page_prefs.h 21 class DistilledPagePrefs {
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/
DistilledPagePrefs.java 15 * Wrapper for the dom_distiller::DistilledPagePrefs.
18 public final class DistilledPagePrefs {
24 * Observer interface for observing DistilledPagePrefs changes.
70 DistilledPagePrefs(long distilledPagePrefsPtr) {
76 * Adds the observer to listen to changes in DistilledPagePrefs.
89 * Removes the observer and unregisters it from DistilledPagePrefs changes.

Completed in 1066 milliseconds