Searched refs:autofillable (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_x_unittest.cc204 bool autofillable,
207 if (autofillable)
215 void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) { argument
216 const char* domain = autofillable ? "example" : "blacklisted";
231 autofillable ? L"username_value" : NULL,
232 autofillable ? L"password_value" : NULL,
233 autofillable,
393 // The autofillable forms should have been migrated to the native backend.
414 // No autofillable logins should be left in the login DB.
418 // The autofillable login
203 LoginDatabaseQueryCallback(password_manager::LoginDatabase* login_db, bool autofillable, MockLoginDatabaseReturn* mock_return) argument
[all...]
H A Dnative_backend_gnome_x.h123 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
H A Dnative_backend_kwallet_x.h100 bool autofillable,
H A Dnative_backend_gnome_x.cc698 bool autofillable) {
701 uint32_t blacklisted_by_user = !autofillable;
697 GetLoginsList(PasswordFormList* forms, bool autofillable) argument
H A Dnative_backend_kwallet_x.cc469 bool autofillable,
478 if (all_forms[i]->blacklisted_by_user == !autofillable)
468 GetLoginsList(PasswordFormList* forms, bool autofillable, int wallet_handle) argument

Completed in 639 milliseconds