HomeSort by relevance Sort by last modified time
    Searched defs:password_store_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/sync/glue/
password_model_worker.h 40 scoped_refptr<PasswordStore> password_store_; member in class:browser_sync::PasswordModelWorker
password_change_processor.h 71 PasswordStore* password_store_; member in class:browser_sync::PasswordChangeProcessor
password_data_type_controller.h 78 scoped_refptr<PasswordStore> password_store_; member in class:browser_sync::PasswordDataTypeController
password_model_associator.h 128 PasswordStore* password_store_; member in class:browser_sync::PasswordModelAssociator
  /external/chromium/chrome/browser/password_manager/
password_store_default.cc 31 password_store_(password_store) {
51 scoped_refptr<PasswordStore> password_store_; member in class:PasswordStoreDefault::MigrateHelper
76 DCHECK(password_store_);
91 password_store_->AddLogin(**it);
password_store_win.cc 51 password_store_(password_store) {
79 scoped_refptr<PasswordStoreWin> password_store_; member in class:PasswordStoreWin::DBHandler
134 password_store_->AddLoginImpl(*autofill);
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 158 password_store_ = new MockPasswordStore();
172 password_store_->Shutdown();
212 password_store_.get(),
226 WillRepeatedly(Return(password_store_.get()));
298 EXPECT_CALL(*password_store_, AddLoginImpl(_)).Times(0);
299 EXPECT_CALL(*password_store_, UpdateLoginImpl(_)).Times(0);
300 EXPECT_CALL(*password_store_, RemoveLoginImpl(_)).Times(0);
309 scoped_refptr<MockPasswordStore> password_store_; member in class:ProfileSyncServicePasswordTest
337 EXPECT_CALL(*password_store_, FillAutofillableLogins(_))
339 EXPECT_CALL(*password_store_, FillBlacklistLogins(_)
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.h 249 scoped_refptr<PasswordStore> password_store_; member in class:ProfileImpl

Completed in 213 milliseconds