HomeSort by relevance Sort by last modified time
    Searched full:preferences (Results 101 - 125 of 921) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/tabs/
pinned_tab_service.h 15 // PinnedTabService is responsible for updating preferences with the set of
17 // appropriate set of notifications to know it should update preferences.
  /libcore/luni/src/main/java/java/util/prefs/
NodeChangeListener.java 23 * implementation of this interface can be installed by the {@code Preferences}
26 * @see Preferences
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/Browser/src/com/android/browser/preferences/
BandwidthPreferencesFragment.java 17 package com.android.browser.preferences;
34 // Load the XML preferences file
DebugPreferencesFragment.java 17 package com.android.browser.preferences;
35 // Load the XML preferences file
  /packages/apps/Camera/src/com/android/camera/
CameraPreference.java 27 * The base class of all Preferences used in Camera. The preferences can be
  /packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOptionsPreferenceFragment.java 25 * This fragment shows the preferences for the first header.
33 // Load the preferences from an XML resource
  /packages/apps/QuickSearchBox/res/xml/
preferences_headers.xml 19 <header android:fragment="com.android.quicksearchbox.preferences.SearchableItemsFragment"
23 <header android:fragment="com.android.quicksearchbox.preferences.DeviceSearchFragment"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java 17 package com.android.ide.eclipse.adt.internal.preferences;
27 * Settings page for launch related preferences.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/preferences/
NdkPreferenceInitializer.java 17 package com.android.ide.eclipse.adt.ndk.internal.preferences;
22 import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.h 70 // Reads the default settings from the preferences service. If |overwrite| is
91 // Whether we are currently updating preferences, this is used to ignore
92 // notifications from the preferences service that we triggered ourself.
162 // Whether we are currently updating preferences, this is used to ignore
163 // notifications from the preferences service that we triggered ourself.
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac.cc 20 // polls periodically in order to reload managed preferences later even if we
38 MacPreferences* preferences,
42 preferences_(preferences) {
134 MacPreferences* preferences)
136 new MacPreferencesPolicyProviderDelegate(preferences,
  /external/webkit/Source/WebKit2/UIProcess/
WebPageGroup.cpp 94 void WebPageGroup::setPreferences(WebPreferences* preferences)
96 if (preferences == m_preferences)
100 m_preferences = preferences;
104 m_preferences = preferences;
111 WebPreferences* WebPageGroup::preferences() const function in class:WebKit::WebPageGroup
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 35 preferred_types_.insert(syncable::PREFERENCES);
93 to_migrate.insert(syncable::PREFERENCES);
121 to_migrate.insert(syncable::PREFERENCES);
143 to_migrate1.insert(syncable::PREFERENCES);
177 to_migrate.insert(syncable::PREFERENCES);
201 to_migrate.insert(syncable::PREFERENCES);
217 prefs.insert(syncable::PREFERENCES);
233 to_migrate.insert(syncable::PREFERENCES);
240 RemovePreferredType(syncable::PREFERENCES);
257 to_migrate.insert(syncable::PREFERENCES);
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceGroup.java 73 * If this is called after preferences are added, they will not be
84 * Whether this group is ordering preferences in the order they are added.
187 * Removes all {@link Preference Preferences} from this group.
253 * contained preferences.
255 * @return True if the contained preferences should be shown on the same
270 // Dispatch to all contained preferences
289 // Dispatch to all contained preferences
306 // Dispatch to all contained preferences
317 // Dispatch to all contained preferences
  /external/chromium/chrome/browser/extensions/
extension_preference_api.h 67 DECLARE_EXTENSION_FUNCTION_NAME("experimental.preferences.get")
74 DECLARE_EXTENSION_FUNCTION_NAME("experimental.preferences.set")
81 DECLARE_EXTENSION_FUNCTION_NAME("experimental.preferences.clear")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 40 * Currently supports the <searchable> and <preferences> root nodes.
48 /** The root document descriptor for both searchable and preferences. */
54 /** The root document descriptor for preferences. */
60 /** @return the root descriptor for both searchable and preferences. */
74 /** @return the root descriptor for preferences. */
142 ElementDescriptor preferences = createPreference(prefs, prefGroups, xmlns);
152 if (preferences != null) {
153 list.add(preferences);
154 mPrefDescriptor.setChildren(new ElementDescriptor[]{ preferences });
261 // Creation of <Preferences>
    [all...]
  /sdk/swtmenubar/src/com/android/menubar/
IMenuBarEnhancer.java 32 * The Mac-specific About and Preferences are being used.
57 * Updates the menu bar to provide an About menu item and a Preferences menu item.
66 * @param callbacks Callbacks called when "About" and "Preferences" menu items are invoked.
  /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...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 112 // Keep preferences separate from the rest of the client, making sure we are using expected preference values.
121 COMPtr<WebPreferences> preferences(Query, iPreferences);
122 if (!preferences)
124 if (FAILED(preferences->setAutosaves(FALSE)))
126 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE)))
128 if (FAILED(preferences->setAuthorAndUserStylesEnabled(TRUE)))
130 if (FAILED(preferences->setAllowsAnimatedImages(TRUE)))
132 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE)))
134 if (FAILED(preferences->setPlugInsEnabled(FALSE)))
136 if (FAILED(preferences->setJavaEnabled(FALSE))
    [all...]
  /development/samples/ApiDemos/
README.txt 10 - Preferences
  /development/samples/ApiDemos/res/xml/
preferences.xml 17 <!-- This is a primitive example showing the different types of preferences available. -->
18 <!-- BEGIN_INCLUDE(preferences) -->
74 <!-- You can place more preferences here that will be shown on the next screen. -->
113 <!-- END_INCLUDE(preferences) -->
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java 48 * so they're set even if the user does not go into the preferences
61 // Create a simple button that will launch the preferences
88 // The preferences returned if the request code is what we had given
98 // the default shared preferences
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.h 19 // Invoked from the opt-in and preferences when the user toggles instant. If the
  /external/chromium/chrome/browser/net/
proxy_service_factory.h 23 // Creates a ProxyConfigService that delivers the system preferences

Completed in 577 milliseconds

1 2 3 45 6 7 8 91011>>