HomeSort by relevance Sort by last modified time
    Searched full:pref (Results 551 - 575 of 1229) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/sync/test/integration/
migration_errors_test.cc 112 // boolean pref clobbers the local value), so it doesn't work
336 // Make sure pref sync works before running the migration test.
341 // Make sure pref sync still works after running the migration
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.mm 318 // The view is resizable. As the pref height may vary with the width,
319 // ask for the pref again.
323 // pref height varies with its width; ask for the preferred again.
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 55 gfx::Size pref = GetPreferredSize(); local
56 int width = pref.width();
57 int height = pref.height();
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
promo_handler.cc 96 // Watch for pref changes that cause us to need to re-inject promolines.
144 NOTREACHED() << "Unknown pref changed.";
332 // Found a desktop session: write out the pref.
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java 508 .addExpectedNode("TEL", "tel:90", new TypeSet("WORK", "PREF"))
510 .addExpectedNode("TEL", "tel:110", new TypeSet("PREF"))
526 .addExpectedNode("TEL", "90", new TypeSet("WORK", "PREF"))
528 .addExpectedNode("TEL", "110", new TypeSet("PREF"))
550 * Tests that "PREF"s are emitted appropriately.
573 .addExpectedNode("TEL", "tel:3", new TypeSet("HOME", "FAX", "PREF"))
574 .addExpectedNode("TEL", "tel:2", new TypeSet("WORK", "PREF"))
579 .addExpectedNode("TEL", "3", new TypeSet("HOME", "FAX", "PREF"))
580 .addExpectedNode("TEL", "2", new TypeSet("WORK", "PREF"))
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 36 static final String PREF = "NciDeviceHost";
89 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
107 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 242 Preference pref = findPreference(preference); local
243 if (pref != null) {
244 getPreferenceScreen().removePreference(pref);
DisplaySettings.java 207 public void readFontSizePreference(ListPreference pref) {
216 pref.setValueIndex(index);
221 pref.setSummary(String.format(res.getString(R.string.summary_font_size),
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContext.java 49 public static final String AUTH_SCHEME_PREF = "http.auth.scheme-pref";
  /external/chromium/chrome/browser/chromeos/
cros_settings.h 68 // If the pref at the given path changes, we call the observer's Observe
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_helper.cc 50 // necessary during startup when the global accessibility pref is set but
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.h 65 // Copies of the pref data, so that we can read it on the IO thread.
  /external/chromium/chrome/browser/extensions/
extension_toolbar_model.h 86 // from the extension service and their saved order from the pref service
  /external/chromium/chrome/browser/instant/
promo_counter.cc 12 // Pref keys. These are relative to pref_key_.
  /external/chromium/chrome/browser/
intranet_redirect_detector.h 24 // tracking what that site is (including across restarts via a pref). For
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 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/chromium/chrome/browser/ui/views/
chrome_views_delegate.cc 31 // This function may return NULL if the necessary pref service has not yet
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.h 120 // User's pref
  /external/chromium/chrome/browser/web_resource/
web_resource_service.h 96 // Pref name to store the last update's time.
  /external/chromium_org/ash/shelf/
shelf_button.cc 276 int pref = icon_view_->icon_size(); local
279 int height = pref;
281 if (width > pref) {
282 width = pref;
  /external/chromium_org/base/prefs/
json_pref_store.h 87 // Helper for safely writing pref data.
persistent_pref_store.h 59 // into the user pref store. Using SetValue is not an option since existing
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.h 92 // Pref registration helper.
  /external/chromium_org/chrome/browser/extensions/
extension_toolbar_model.cc 311 // pref service. For robustness we use a somewhat inefficient process:
312 // 1. Create a vector of extensions sorted by their pref values. This vector may
314 // 2. Create a vector of extensions that did not have a pref value.
451 // Need to update pref because we have extra icons. But can't call
unpacked_installer.h 85 // the UI thread. In turn, once that gets the pref, it goes back to the

Completed in 1576 milliseconds

<<21222324252627282930>>