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

  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 45 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
native_backend_kwallet_x.h 56 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...]
native_backend_kwallet_x.cc 322 bool autofillable,
331 if (all_forms[i]->blacklisted_by_user == !autofillable)
native_backend_gnome_x.cc 815 bool autofillable) {
818 uint32_t blacklisted_by_user = !autofillable;
    [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)

Completed in 38 milliseconds