Searched refs:autofillable (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/password_manager/ |
D | password_store_x_unittest.cc | 212 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()
|
D | native_backend_gnome_x.h | 45 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
|
D | native_backend_kwallet_x.h | 56 bool autofillable,
|
D | native_backend_kwallet_x.cc | 322 bool autofillable, in GetLoginsList() argument 331 if (all_forms[i]->blacklisted_by_user == !autofillable) in GetLoginsList()
|
D | native_backend_gnome_x.cc | 815 bool autofillable) { in GetLoginsList() argument 818 uint32_t blacklisted_by_user = !autofillable; in GetLoginsList()
|
/external/chromium/chrome/browser/autofill/ |
D | form_structure.cc | 125 bool autofillable = ShouldBeParsed(true); in EncodeUploadRequest() local 126 DCHECK(autofillable); // Caller should've checked for search pages. in EncodeUploadRequest() 127 if (!autofillable) in EncodeUploadRequest()
|