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

1 2 3 4 5 6 78 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
SearchSettingsActivity.java 16 package com.android.quicksearchbox.preferences;
28 * Activity for setting global search preferences.
  /sdk/hierarchyviewer2/app/
README 34 - Open Preferences > Java > Build Path > User Libraries
55 - Open Preferences > Java > Build Path > Classpath Variables
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 685 _private->preferences = [standardPreferences retain];
740 _private->page->settings()->setLocalStorageDatabasePath([[self preferences] _localStorageDatabasePath]);
777 WebPreferences *prefs = [self preferences];
781 [self _preferencesChanged:[self preferences]];
782 [[self preferences] _postPreferencesChangedAPINotification];
    [all...]
  /external/chromium/chrome/browser/resources/options/
browser_options.js 78 Preferences.setBooleanPref(this.pref, false, this.metric);
83 Preferences.getInstance().addEventListener('instant.confirm_dialog_shown',
129 Preferences.getInstance().addEventListener('session.restore_on_startup',
131 Preferences.getInstance().addEventListener(
134 Preferences.getInstance().addEventListener(
137 Preferences.getInstance().addEventListener(
240 Preferences.setBooleanPref(this.homepage_is_newtabpage_pref_.name, false);
249 Preferences.setBooleanPref(this.homepage_is_newtabpage_pref_.name, true);
274 Preferences.setStringPref(this.homepage_pref_.name, '')
275 Preferences.setBooleanPref(this.homepage_is_newtabpage_pref_.name
    [all...]
  /development/samples/ApiDemos/res/xml/
device_admin_encryption.xml 17 <!-- A set of preferences used to exercise the DevicePolicyManager API. -->
device_admin_general.xml 17 <!-- A set of preferences used to exercise the DevicePolicyManager API. -->
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemosApplication.java 37 * This populates the default values from the preferences XML file. See
  /external/chromium/base/threading/
non_thread_safe.h 34 // aren't. For example, a service or a singleton like the preferences system.
  /external/chromium/chrome/browser/
background_mode_manager.h 122 // Return an appropriate name for a Preferences menu entry. Preferences is
145 // operations (like displaying the preferences dialog) that require a Browser
170 // user disables/enables background mode via preferences.
  /external/chromium/chrome/browser/extensions/
extension_prefs.h 21 // Class for managing global and per-extension preferences.
23 // This class distinguishes the following kinds of preferences:
24 // - global preferences:
27 // - per-extension preferences:
28 // meta-preferences describing properties of the extension like
30 // - extension controlled preferences:
31 // browser preferences that an extension controls. For example, an
33 // preference. Extension-controlled preferences are stored in
39 // is a dictionary object read from the Preferences file, keyed off of
45 // Vector containing identifiers for preferences
    [all...]
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.h 17 // preferences.
  /external/chromium/chrome/browser/prefs/
pref_service_uitest.cc 49 // Copy only the Preferences file if |new_profile_|, or Local State if not,
113 // Retrieve the expected rect values from "Preferences"
170 // correctly migrated to the user's Preferences -- if so, the window
174 // Retrieve the expected rect values from User Preferences, where they
proxy_config_dictionary.h 18 // in the user preferences. The dictionary has the following structure:
session_startup_pref.h 17 // StartupPref is stored in the preferences for a particular profile.
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.h 20 // they need to re-merge. If the prepopulate data comes from the preferences
  /external/chromium/chrome/browser/sync/glue/
preference_data_type_controller.cc 24 return syncable::PREFERENCES;
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client_unittest.cc 144 OnInvalidate(MakeMap(syncable::PREFERENCES, "payload")));
205 OnInvalidate(MakeMap(syncable::PREFERENCES, "")));
219 types.insert(syncable::PREFERENCES);
228 types.insert(syncable::PREFERENCES);
  /external/chromium/chrome/browser/ui/options/
options_page_base.h 23 // A base class for Options dialog pages that handles observing preferences
  /external/jsr305/ri/.settings/
org.eclipse.jdt.core.prefs 2 eclipse.preferences.version=1
  /external/libxslt/libxslt/
security.h 26 * structure to indicate the preferences for security in the XSLT
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPageGroup.h 41 WK_EXPORT void WKPageGroupSetPreferences(WKPageGroupRef pageGroup, WKPreferencesRef preferences);
  /packages/apps/Browser/res/xml/
general_preferences.xml 19 <com.android.browser.preferences.NonformattingListPreference
  /packages/apps/Browser/src/com/android/browser/preferences/
NonformattingListPreference.java 16 package com.android.browser.preferences;
  /packages/apps/Email/res/layout/
account_settings.xml 17 <!-- Simple layout for account preferences, consisting entirely of a single fragment -->
  /packages/apps/Email/src/com/android/email/widget/
WidgetManager.java 106 /** Saves shared preferences for the given widget */
112 .commit(); // preferences must be committed before we return
115 /** Removes shared preferences for the given widget */
124 editor.apply(); // just want to clean up; don't care when preferences are actually removed

Completed in 934 milliseconds

1 2 3 4 5 6 78 91011>>