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

  /external/chromium_org/components/password_manager/core/browser/
password_store_sync.h 21 virtual bool FillAutofillableLogins(
mock_password_store.h 47 MOCK_METHOD1(FillAutofillableLogins,
password_store_default.h 49 virtual bool FillAutofillableLogins(
test_password_store.h 72 virtual bool FillAutofillableLogins(
password_syncable_service_unittest.cc 239 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
261 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
284 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
305 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
330 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
350 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
426 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
453 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
458 FillAutofillableLogins(_)).WillOnce(AppendForm(form2));
499 EXPECT_CALL(*password_store(), FillAutofillableLogins(_)
    [all...]
password_store_default.cc 104 FillAutofillableLogins(request->result());
114 bool PasswordStoreDefault::FillAutofillableLogins(
test_password_store.cc 122 bool TestPasswordStore::FillAutofillableLogins(
password_syncable_service.cc 280 if (!password_store_->FillAutofillableLogins(&password_entries->get()) ||
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.h 73 virtual bool FillAutofillableLogins(
password_store_x.cc 188 bool PasswordStoreX::FillAutofillableLogins(vector<PasswordForm*>* forms) {
197 return PasswordStoreDefault::FillAutofillableLogins(forms);
250 bool ok = PasswordStoreDefault::FillAutofillableLogins(&forms) &&
password_store_x.h 99 virtual bool FillAutofillableLogins(
password_store_mac.cc     [all...]

Completed in 793 milliseconds