HomeSort by relevance Sort by last modified time
    Searched defs:Preferences (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ppapi/shared_impl/
ppapi_preferences.cc 9 Preferences::Preferences()
18 Preferences::Preferences(const WebPreferences& prefs)
36 Preferences::~Preferences() {
ppapi_preferences.h 15 struct PPAPI_SHARED_EXPORT Preferences {
17 Preferences();
18 explicit Preferences(const WebPreferences& prefs);
19 ~Preferences();
  /external/chromium/chrome/browser/resources/chromeos/
proxy_settings.js 6 var Preferences = options.Preferences;
28 Preferences.getInstance().initialize();
  /external/chromium_org/chrome/browser/resources/chromeos/
proxy_settings.js 6 var Preferences = options.Preferences;
35 Preferences.getInstance().initialize();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Settings.js 32 var Preferences = {
282 return Preferences.experimentsEnabled || ("experiments" in WebInspector.queryParamsObject);
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
NodeChangeEventTest.java 21 import java.util.prefs.Preferences;
35 event = new NodeChangeEvent(Preferences.systemRoot(), Preferences
37 assertSame(Preferences.systemRoot(), event.getParent());
38 assertSame(Preferences.userRoot(), event.getChild());
39 assertSame(Preferences.systemRoot(), event.getSource());
44 event = new NodeChangeEvent(null, Preferences.userRoot());
49 event = new NodeChangeEvent(Preferences.systemRoot(), null);
50 assertSame(Preferences.systemRoot(), event.getParent());
52 assertSame(Preferences.systemRoot(), event.getSource())
    [all...]
PreferenceChangeEventTest.java 21 import java.util.prefs.Preferences;
43 event = new PreferenceChangeEvent(Preferences.userRoot(), "key", null);
46 assertSame(Preferences.userRoot(), event.getNode());
47 assertSame(Preferences.userRoot(), event.getSource());
49 event = new PreferenceChangeEvent(Preferences.userRoot(), "", null);
52 assertSame(Preferences.userRoot(), event.getNode());
53 assertSame(Preferences.userRoot(), event.getSource());
55 event = new PreferenceChangeEvent(Preferences.userRoot(), null, "value");
58 assertSame(Preferences.userRoot(), event.getNode());
59 assertSame(Preferences.userRoot(), event.getSource())
    [all...]
  /external/chromium/chrome/browser/chromeos/
preferences.cc 5 #include "chrome/browser/chromeos/preferences.h"
31 Preferences::Preferences() {}
33 Preferences::~Preferences() {}
36 void Preferences::RegisterUserPrefs(PrefService* prefs) {
142 void Preferences::Init(PrefService* prefs) {
208 // Initialize preferences to currently saved state.
218 void Preferences::Observe(NotificationType type,
225 void Preferences::NotifyPrefChanged(const std::string* pref_name)
    [all...]
preferences.h 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);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 5 #include "chrome/browser/chromeos/preferences.h"
50 Preferences::Preferences()
59 Preferences::Preferences(input_method::InputMethodManager* input_method_manager)
68 Preferences::~Preferences() {
70 // If shell instance is destoryed before this preferences instance, there is
77 void Preferences::RegisterPrefs(PrefRegistrySimple* registry) {
84 void Preferences::RegisterProfilePrefs
    [all...]
preferences.h 33 // The Preferences class handles Chrome OS preferences. When the class
35 // the preferences. These include touchpad settings, etc.
36 // When the preferences change, we change the settings to reflect the new value.
37 class Preferences : public PrefServiceSyncableObserver,
40 Preferences();
41 explicit Preferences(
43 virtual ~Preferences();
64 // stored in the preferences.
145 // Input method preferences
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
ContactsPreferences.java 30 * Manages user preferences for contacts.
55 return ContactsContract.Preferences.SORT_ORDER_PRIMARY;
57 return ContactsContract.Preferences.SORT_ORDER_ALTERNATIVE;
69 ContactsContract.Preferences.SORT_ORDER);
80 ContactsContract.Preferences.SORT_ORDER, sortOrder);
89 return ContactsContract.Preferences.DISPLAY_ORDER_PRIMARY;
91 return ContactsContract.Preferences.DISPLAY_ORDER_ALTERNATIVE;
103 ContactsContract.Preferences.DISPLAY_ORDER);
114 ContactsContract.Preferences.DISPLAY_ORDER, displayOrder);
122 // Reset preferences to "unknown" because they may have changed while th
    [all...]
  /external/chromium/chrome/browser/resources/options/
options.js 24 var Preferences = options.Preferences;
167 Preferences.getInstance().initialize();
  /external/chromium_org/chrome/browser/resources/options/
options.js 35 var Preferences = options.Preferences;
232 Preferences.getInstance().initialize();
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 26 * An instance of the class {@code Preferences} represents one node in a
29 * system preferences shared by all users and the other for user preferences
30 * specific to the user. {@code Preferences} hierarchy trees and data are stored
45 * Modification to preferences data may be asynchronous, which means that
55 * When invoking a method that retrieves preferences, the user must provide
56 * a default value. The default value is returned when the preferences cannot
61 * Preferences can be exported to and imported from an XML files. These
64 * <!DOCTYPE preferences SYSTEM "http://java.sun.com/dtd/preferences.dtd"
    [all...]
  /packages/apps/Email/src/com/android/email/
Preferences.java 35 public class Preferences {
37 // Preferences file
40 // Preferences field names
85 private static Preferences sPreferences;
89 private Preferences(Context context) {
95 * Activity that initialized it. Do we lose ability to read Preferences in
99 public static synchronized Preferences getPreferences(Context context) {
101 sPreferences = new Preferences(context);
259 * @deprecated This has been moved to {@link com.android.mail.preferences.MailPrefs}, and is only here for migration.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /frameworks/base/core/java/android/provider/
ContactsContract.java 255 public static final class Preferences {
800 * preferences for, or interactions with, the contact.
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 1730 milliseconds

1 2