/external/chromium/chrome/browser/password_manager/ |
native_backend_gnome_x.h | 45 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
|
password_store_x_unittest.cc | 212 bool autofillable, 214 : login_db_(login_db), autofillable_(autofillable), 233 // Generate |count| expected logins, either autofillable or blacklisted. 234 void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) { 235 const char* domain = autofillable ? "example" : "blacklisted"; 248 autofillable ? L"username_value" : NULL, 249 autofillable ? L"password_value" : NULL, 250 autofillable, false, i + 1 }; 384 // The autofillable forms should have been migrated from the WDS to the login 409 // No autofillable logins should be left in the WDS [all...] |
login_database.h | 63 // Loads the complete list of autofillable password forms (i.e., not blacklist
|
native_backend_kwallet_x.h | 56 bool autofillable,
|
native_backend_kwallet_x.cc | 322 bool autofillable, 331 if (all_forms[i]->blacklisted_by_user == !autofillable)
|
password_store_default_unittest.cc | 312 // The autofillable forms should have been migrated from the WDS to the login 337 // No autofillable logins should be left in the WDS.
|
password_store_win_unittest.cc | 458 // The autofillable forms should have been migrated from the WDS to the login 483 // No autofillable logins should be left in the WDS.
|
native_backend_gnome_x.cc | 815 bool autofillable) { 818 uint32_t blacklisted_by_user = !autofillable; [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_store_x_unittest.cc | 209 bool autofillable, 212 if (autofillable) 220 void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) { 221 const char* domain = autofillable ? "example" : "blacklisted"; 236 autofillable ? L"username_value" : NULL, 237 autofillable ? L"password_value" : NULL, 238 autofillable, false, static_cast<double>(i + 1) }; 409 // The autofillable forms should have been migrated to the native backend. 431 // No autofillable logins should be left in the login DB. 435 // The autofillable logins should still be in the login DB [all...] |
native_backend_gnome_x.h | 94 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
|
login_database.h | 67 // Loads the complete list of autofillable password forms (i.e., not blacklist
|
native_backend_kwallet_x.h | 90 bool autofillable,
|
native_backend_gnome_x.cc | 651 bool autofillable) { 654 uint32_t blacklisted_by_user = !autofillable;
|
native_backend_kwallet_x.cc | 532 bool autofillable, 541 if (all_forms[i]->blacklisted_by_user == !autofillable) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_metrics.h | 24 // Parsed a form that is potentially autofillable. 26 // Parsed a form that is potentially autofillable and contains at least one 217 // Each of these metrics is logged only for potentially autofillable forms,
|
autofill_manager.h | 231 // updating the cache. Returns false if the |form| is not autofillable, or if 312 // Has the user manually edited at least one form field among the autofillable
|
autofill_metrics_unittest.cc | [all...] |
autofill_manager.cc | 854 // cases, non-autofillable fields are filtered out, whereas in other cases [all...] |
/external/chromium/chrome/browser/autofill/ |
form_structure.cc | 125 bool autofillable = ShouldBeParsed(true); local 126 DCHECK(autofillable); // Caller should've checked for search pages. 127 if (!autofillable)
|
autofill_metrics_unittest.cc | 589 // Test that we don't log quality metrics for non-autofillable forms. [all...] |
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 387 * Tell the client that the page being viewed has an autofillable
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_interactive_uitest.cc | 641 // Test that we properly autofill forms with non-autofillable fields. [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.cc | 467 // For each autofillable field in |data| that matches a field in the |form|, [all...] |