Home | History | Annotate | Download | only in chromeos

Lines Matching defs:Preferences

20 // The Preferences class handles Chrome OS preferences. When the class
22 // the preferences. These include touchpad settings, etc.
23 // When the preferences change, we change the settings to reflect the new value.
24 class Preferences : public NotificationObserver {
26 Preferences();
27 virtual ~Preferences();
43 // stored in the preferences.
92 // Input method preferences.
126 DISALLOW_COPY_AND_ASSIGN(Preferences);