Home | History | Annotate | Download | only in password_manager

Lines Matching refs:store_

40       : store_(store) {}
42 store_->Shutdown();
45 return store_;
48 scoped_refptr<PasswordStore> store_;
90 store_ = new MockPasswordStore();
91 profile_.reset(new TestingProfileWithPasswordStore(store_));
101 store_ = NULL;
123 scoped_refptr<MockPasswordStore> store_;
141 EXPECT_CALL(*store_, GetLogins(_,_))
160 EXPECT_CALL(*store_, AddLogin(FormMatches(form)));
175 EXPECT_CALL(*store_, GetLogins(_,_))
192 EXPECT_CALL(*store_, AddLogin(FormMatches(form)));
200 EXPECT_CALL(*store_, GetLogins(_,_))
217 EXPECT_CALL(*store_, GetLogins(_,_))
240 EXPECT_CALL(*store_, GetLogins(_,_))
262 EXPECT_CALL(*store_, AddLogin(FormMatches(form)));
273 EXPECT_CALL(*store_, GetLogins(_,_))