/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 379 EXPECT_FALSE(dir_->initial_sync_ended_for_type(PREFERENCES)); 428 AddDefaultExtensionValue(PREFERENCES, &specs); 446 to_purge.insert(PREFERENCES); 521 AddDefaultExtensionValue(PREFERENCES, &preference_specs); 524 dir_->set_initial_sync_ended_for_type(PREFERENCES, true); 528 types_to_purge.insert(PREFERENCES); [all...] |
/external/chromium/chrome/common/ |
chrome_switches.cc | 127 // stored in preferences, and the default. Only used if the cloud 136 // system during first run and cached in the preferences afterwards. This is a 191 // in the preferences. 296 // Disable syncing of preferences. 297 const char kDisableSyncPreferences[] = "disable-sync-preferences"; [all...] |
/external/webkit/Source/WebKit/win/ |
WebFrame.cpp | 1946 COMPtr<IWebPreferences> preferences; local [all...] |
WebPreferences.cpp | 534 /* [retval][out] */ IWebPreferences** preferences) 538 *preferences = instance; 545 *preferences = this; [all...] |
/frameworks/base/docs/html/sdk/ |
eclipse-adt.jd | 566 XML auto-formatting in the <strong>Preferences</strong> menu.</li> [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 1146 string16 preferences; local 1149 RemoveChars(UTF8ToUTF16(stock_item.label), kUnderscore, &preferences); local [all...] |
/frameworks/base/services/java/com/android/server/usb/ |
UsbSettingsManager.java | 745 // If so, clear any non-matching preferences for matching devices/accessories. [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneBase.java | 460 * Method to retrieve the saved operator id from the Shared Preferences 463 // open the shared preferences and search with our key. 471 * preferences. [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
PolicySerializationTestActivity.java | 51 * Whether or not to load the expected policy from the preferences and check against
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
BackupTestActivity.java | 54 * several preferences and contents of files that should get backed up and restored after
|
/cts/tests/tests/content/src/android/content/cts/ |
SharedPreferencesTest.java | 129 // Wait a second and modify the preferences in a dummy,
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
CustomLocaleActivity.java | 74 /** Private shared preferences of this activity. */
|
/development/apps/Development/ |
AndroidManifest.xml | 154 <activity android:name="AppHwPref" android:label="Applications Hardware Preferences">
|
/development/pdk/docs/source/ |
using-eclipse.jd | 102 "Window › Preferences › Java › Code Style".
|
/development/samples/ApiDemos/res/values/ |
strings.xml | 520 <string name="preferences_from_xml">Preference/1. Preferences from XML</string> 521 <string name="launching_preferences">Preference/2. Launching preferences</string> 524 <string name="preferences_from_code">Preference/5. Preferences from code</string> 525 <string name="advanced_preferences">Preference/6. Advanced preferences</string> 532 <string name="inline_preferences">In-line preferences</string> 533 <string name="dialog_based_preferences">Dialog-based preferences</string> 534 <string name="launch_preferences">Launch preferences</string> 557 <string name="summary_screen_preference">Shows another screen of preferences</string> 560 <string name="summary_fragment_preference">Shows another fragment of preferences</string> [all...] |
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 77 // We store last updated value in preferences.
|
/docs/source.android.com/src/source/ |
using-eclipse.md | 122 1. Select Window > Preferences > Java > Code Style.
|
/external/chromium/chrome/browser/ |
about_flags_unittest.cc | 227 // Experiment 3 should show still be persisted in preferences though.
|
/external/chromium/chrome/browser/chromeos/login/ |
base_login_display_host.cc | 246 // initial locale and save it in preferences.
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_notification_provider.cc | 296 // |value| is passed to the preferences list, or deleted.
|
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 56 // Registers instant related preferences.
|
/external/chromium/chrome/browser/resources/options/ |
options.html | 64 <script src="preferences.js"></script>
|
/external/chromium/chrome/browser/rlz/ |
rlz.cc | 280 // preferences. Somewhat arbitrary, may need to be adjusted in future.
|
/external/chromium/chrome/browser/search_engines/ |
template_url_prepopulate_data_unittest.cc | 92 // Verifies that default search providers from the preferences file
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 27 syncable::PREFERENCES,
|