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

  /external/chromium/chrome/browser/password_manager/
password_store_default.h 45 virtual bool FillBlacklistLogins(
password_store_mac.h 52 virtual bool FillBlacklistLogins(
password_store_x.h 76 virtual bool FillBlacklistLogins(
password_store_x.cc 154 bool PasswordStoreX::FillBlacklistLogins(vector<PasswordForm*>* forms) {
161 return PasswordStoreDefault::FillBlacklistLogins(forms);
202 PasswordStoreDefault::FillBlacklistLogins(&forms);
password_store.h 161 virtual bool FillBlacklistLogins(
password_store_default.cc 194 FillBlacklistLogins(&request->value);
204 bool PasswordStoreDefault::FillBlacklistLogins(
password_manager_unittest.cc 69 MOCK_METHOD1(FillBlacklistLogins,
password_store_mac.cc     [all...]
  /external/chromium_org/chrome/browser/password_manager/
mock_password_store.h 43 MOCK_METHOD1(FillBlacklistLogins,
password_store_default.h 46 virtual bool FillBlacklistLogins(
password_store_mac.h 61 virtual bool FillBlacklistLogins(
test_password_store.h 67 virtual bool FillBlacklistLogins(
password_store_default.cc 112 FillBlacklistLogins(&request->value);
122 bool PasswordStoreDefault::FillBlacklistLogins(
password_store_x.h 94 virtual bool FillBlacklistLogins(
password_store_x.cc 188 bool PasswordStoreX::FillBlacklistLogins(vector<PasswordForm*>* forms) {
197 return PasswordStoreDefault::FillBlacklistLogins(forms);
238 PasswordStoreDefault::FillBlacklistLogins(&forms);
test_password_store.cc 89 bool TestPasswordStore::FillBlacklistLogins(
password_store.h 191 virtual bool FillBlacklistLogins(
password_store_mac.cc     [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 115 MOCK_METHOD1(FillBlacklistLogins,
339 EXPECT_CALL(*password_store_, FillBlacklistLogins(_))
369 EXPECT_CALL(*password_store_, FillBlacklistLogins(_))
421 EXPECT_CALL(*password_store_, FillBlacklistLogins(_))
476 EXPECT_CALL(*password_store_, FillBlacklistLogins(_)).WillOnce(Return(true));
538 EXPECT_CALL(*password_store_, FillBlacklistLogins(_))
614 EXPECT_CALL(*password_store_, FillBlacklistLogins(_)).WillOnce(Return(true));
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_password_unittest.cc 370 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_))
400 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_))
453 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_))
508 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_))
571 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_))
646 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_))
  /external/chromium/chrome/browser/sync/glue/
password_model_associator.cc 53 !password_store_->FillBlacklistLogins(&passwords)) {
  /external/chromium_org/chrome/browser/sync/glue/
password_model_associator.cc 62 !password_store_->FillBlacklistLogins(&passwords)) {

Completed in 256 milliseconds