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

<<11121314151617181920>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 161 * Reflect the preferences in the converter.
163 * @param pref The preferences
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmPreferences.java 22 * Preferences for the ddm library.
23 * <p/>This class does not handle storing the preferences. It is merely a central point for
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 17 package com.android.ide.eclipse.adt.internal.preferences;
20 import com.android.ide.eclipse.adt.internal.preferences.AdtPrefs.BuildVerbosity;
AdtPrefs.java 17 package com.android.ide.eclipse.adt.internal.preferences;
27 import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
148 // Note: this is a hack that does not change the preferences, so if the user
149 // looks at Window > Preferences > Android, the path will be the preferences
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 20 import com.android.ide.eclipse.adt.internal.preferences.AdtPrefs;
50 * @param store preferences for usage statistics collection etc
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 31 // The preferences used to manage ContentSettingsTypes.
112 // The following preferences are only used to indicate if a
115 // corresponding default-content-setting is managed. These preferences exist
241 // Preferences for default content setting policies. A policy is not set of
242 // the corresponding preferences below is set to CONTENT_SETTING_DEFAULT.
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.html 192 <div id="confirm-sync-preferences">
213 <div id="customize-sync-preferences" hidden>
272 <!-- Preferences -->
277 for="preferencesCheckbox" i18n-content="preferences"
278 i18n-values="title:preferences"></label>
sync_setup_overlay.js 272 * Disables all input elements within the 'Customize Sync Preferences'
274 * confirming the customized sync preferences.
279 $('customize-sync-preferences').querySelectorAll('input');
399 $('confirm-sync-preferences').hidden = false;
400 $('customize-sync-preferences').hidden = true;
419 document.getElementById('confirm-sync-preferences').hidden = true;
420 document.getElementById('customize-sync-preferences').hidden = false;
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 50 (*mutable_routing_info())[syncable::PREFERENCES] = GROUP_UI;
223 "Pref 1", syncable::PREFERENCES);
225 "Pref 2", syncable::PREFERENCES);
259 CheckEntry(&p1, "Pref 1", syncable::PREFERENCES, id_factory_.root());
260 CheckEntry(&p2, "Pref 2", syncable::PREFERENCES, id_factory_.root());
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 93 , preferences(0)
604 QWKPreferences* QWKPage::preferences() const function in class:QWKPage
606 if (!d->preferences) {
608 d->preferences = QWKPreferencesPrivate::createPreferences(pageGroupRef);
611 return d->preferences;
  /packages/apps/Email/src/com/android/email/activity/
UIControllerTwoPane.java 28 import com.android.email.Preferences;
136 int autoAdvanceDir = Preferences.getPreferences(mActivity).getAutoAdvanceDirection();
137 if ((autoAdvanceDir == Preferences.AUTO_ADVANCE_MESSAGE_LIST) || (orderManager == null)) {
146 case Preferences.AUTO_ADVANCE_NEWER:
156 case Preferences.AUTO_ADVANCE_OLDER:
  /external/chromium/chrome/common/
pref_names.cc 34 // no longer used, but saved to avoid conflict with old preferences.
101 // WebKit preferences.
213 // in the preferences file. Normally they are copied from the master
214 // preferences file.
268 // Used to migrate preferences from local state to user preferences to
271 // 0: No preferences migrated.
272 // 1: DNS preferences migrated: kDnsPrefetchingStartupList and HostReferralList
273 // 2: Browser window preferences migrated: kDevToolsSplitLocation and
282 // preferences are not lost
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 432 if (![[[self webView] preferences] arePlugInsEnabled])
655 _isPrivateBrowsingEnabled = [[[self webView] preferences] privateBrowsingEnabled];
736 WebPreferences *preferences = [[self webView] preferences];
738 if ([notification object] != preferences)
741 BOOL arePlugInsEnabled = [preferences arePlugInsEnabled];
753 BOOL isPrivateBrowsingEnabled = [preferences privateBrowsingEnabled];
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 105 // Preferences
467 SharedPreferences preferences = getActivity().getPreferences(Context.MODE_PRIVATE); local
468 final boolean offerInstallService = !preferences.getBoolean(
471 preferences.edit().putBoolean(KEY_INSTALL_ACCESSIBILITY_SERVICE_OFFERED_ONCE,
673 SharedPreferences preferences = getActivity().getPreferences(Context.MODE_PRIVATE);
674 final boolean launchAccessibilityTutorial = !preferences.getBoolean(
677 preferences.edit().putBoolean(KEY_ACCESSIBILITY_TUTORIAL_LAUNCHED_ONCE,
    [all...]
  /external/chromium/chrome/browser/chromeos/
language_preferences.h 16 // The struct is used for preferences consisting of multiple choices, like
32 // The struct is used for preferences of boolean values, like switches to
41 // The struct is used for preferences of integer range values, like the
audio_mixer_alsa.h 39 // Registers volume and mute in preferences
  /external/chromium/chrome/browser/extensions/
extension_pref_value_map_unittest.cc 137 // Tests uninstalling an extension that wasn't winning for any preferences.
154 // Tests uninstalling an extension that was winning for all preferences.
173 // Tests uninstalling an extension that was winning for only some preferences.
apps_promo.h 22 // Register our preferences. Parts of the promo content are stored in Local
extension_proxy_api.cc 97 // the browser preferences.
  /external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js 44 if (Preferences.onlineDetectionEnabled) {
77 if (Preferences.onlineDetectionEnabled) {
126 if (Preferences.onlineDetectionEnabled) {
  /external/webkit/Source/WebKit/win/
WebView.cpp 232 COMPtr<IWebPreferences> preferences(Query, unkPrefs);
233 if (!preferences)
237 hr = preferences->cacheModel(&cacheModel);
638 if (FAILED((*it)->preferences(&pref)))
714 if (COMPtr<WebPreferences> preferences = m_preferences) {
716 preferences->identifier(&identifier);
719 preferences->didRemoveFromWebView();
721 preferences = 0;
    [all...]
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 311 page()->preferences()->setAttribute(QWKPreferences::FrameFlatteningEnabled, toggle);
366 page()->preferences()->setAttribute(QWKPreferences::JavascriptEnabled, !enable);
371 page()->preferences()->setAttribute(QWKPreferences::AutoLoadImages, !enable);
  /cts/tests/appsecurity-tests/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 43 private static final String PREFERENCES_FILE_NAME = "preferences";
  /development/samples/ApiDemos/
_index.html 12 <li>Preferences</li>
  /external/chromium/chrome/browser/
app_controller_mac.h 75 // Show the preferences window, or bring it to the front if it's already

Completed in 2919 milliseconds

<<11121314151617181920>>