HomeSort by relevance Sort by last modified time
    Searched refs:kAutofillPositiveUploadRate (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/components/autofill/core/common/
autofill_pref_names.cc 22 const char kAutofillPositiveUploadRate[] = "autofill.positive_upload_rate";
autofill_pref_names.h 16 extern const char kAutofillPositiveUploadRate[];
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 158 autofill::prefs::kAutofillPositiveUploadRate, 0.0);
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 69 preferences->GetDouble(prefs::kAutofillPositiveUploadRate);
182 preferences->SetDouble(prefs::kAutofillPositiveUploadRate, rate);
autofill_manager.cc 268 prefs->RegisterDoublePref(prefs::kAutofillPositiveUploadRate,
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_download.cc 85 preferences->GetDouble(prefs::kAutofillPositiveUploadRate);
174 preferences->SetDouble(prefs::kAutofillPositiveUploadRate, rate);
autofill_manager.cc 232 prefs::kAutofillPositiveUploadRate,
    [all...]
  /external/chromium/chrome/common/
pref_names.cc 665 const char kAutofillPositiveUploadRate[] = "autofill.positive_upload_rate";
    [all...]
pref_names.h 234 extern const char kAutofillPositiveUploadRate[];

Completed in 67 milliseconds