Home
last modified time | relevance | path

Searched refs:autofillable (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/password_manager/
Dpassword_store_x_unittest.cc212 bool autofillable, in LoginDatabaseQueryTask() argument
214 : login_db_(login_db), autofillable_(autofillable), in LoginDatabaseQueryTask()
234 void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) { in InitExpectedForms() argument
235 const char* domain = autofillable ? "example" : "blacklisted"; in InitExpectedForms()
248 autofillable ? L"username_value" : NULL, in InitExpectedForms()
249 autofillable ? L"password_value" : NULL, in InitExpectedForms()
250 autofillable, false, i + 1 }; in InitExpectedForms()
Dnative_backend_gnome_x.h45 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
Dnative_backend_kwallet_x.h56 bool autofillable,
Dnative_backend_kwallet_x.cc322 bool autofillable, in GetLoginsList() argument
331 if (all_forms[i]->blacklisted_by_user == !autofillable) in GetLoginsList()
Dnative_backend_gnome_x.cc815 bool autofillable) { in GetLoginsList() argument
818 uint32_t blacklisted_by_user = !autofillable; in GetLoginsList()
/external/chromium/chrome/browser/autofill/
Dform_structure.cc125 bool autofillable = ShouldBeParsed(true); in EncodeUploadRequest() local
126 DCHECK(autofillable); // Caller should've checked for search pages. in EncodeUploadRequest()
127 if (!autofillable) in EncodeUploadRequest()