HomeSort by relevance Sort by last modified time
    Searched refs:GetLogins (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/chrome/browser/password_manager/
login_database_unittest.cc 78 EXPECT_TRUE(db_.GetLogins(form, &result));
89 EXPECT_TRUE(db_.GetLogins(form2, &result));
99 EXPECT_TRUE(db_.GetLogins(form3, &result));
110 EXPECT_TRUE(db_.GetLogins(form4, &result));
122 EXPECT_TRUE(db_.GetLogins(form4, &result));
135 EXPECT_TRUE(db_.GetLogins(form, &result));
144 EXPECT_TRUE(db_.GetLogins(form5, &result));
160 EXPECT_TRUE(db_.GetLogins(form5, &result));
215 EXPECT_TRUE(db_.GetLogins(form, &result));
227 EXPECT_TRUE(db_.GetLogins(form2, &result))
    [all...]
mock_password_store.h 24 MOCK_METHOD2(GetLogins,
password_manager_unittest.cc 107 EXPECT_CALL(*store_.get(), GetLogins(_, _))
139 EXPECT_CALL(*store_.get(), GetLogins(_, _))
173 EXPECT_CALL(*store_.get(), GetLogins(_, _))
203 EXPECT_CALL(*store_.get(), GetLogins(_, _))
231 EXPECT_CALL(*store_.get(), GetLogins(_, _))
270 EXPECT_CALL(*store_.get(), GetLogins(_, _))
323 EXPECT_CALL(*store_.get(), GetLogins(_, _))
344 EXPECT_CALL(*store_.get(), GetLogins(_, _))
377 EXPECT_CALL(*store_.get(), GetLogins(_, _))
412 EXPECT_CALL(*store_.get(), GetLogins(_, _)
    [all...]
login_database.h 52 bool GetLogins(const content::PasswordForm& form,
native_backend_gnome_x.h 81 virtual bool GetLogins(const content::PasswordForm& form,
password_store_x.h 46 virtual bool GetLogins(const content::PasswordForm& form,
password_store_unittest.cc 262 store->GetLogins(www_google, &consumer);
263 store->GetLogins(accounts_google, &consumer);
264 store->GetLogins(bar_example, &consumer);
native_backend_kwallet_x.h 49 virtual bool GetLogins(const content::PasswordForm& form,
password_store_win_unittest.cc 185 // This IE7 password will be retrieved by the GetLogins call.
239 store_->GetLogins(*form, &consumer);
266 store_->GetLogins(*form, &consumer);
334 store_->GetLogins(*form, &password_consumer);
384 store_->GetLogins(*form, &consumer);
native_backend_gnome_x.cc 209 void GetLogins(const PasswordForm& form, const char* app_string);
216 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
332 void GKRMethod::GetLogins(const PasswordForm& form, const char* app_string) {
595 bool NativeBackendGnome::GetLogins(const PasswordForm& form,
600 base::Bind(&GKRMethod::GetLogins,
password_store.h 71 // See GetLogins(). Logins older than this will be removed from the reply.
110 virtual CancelableTaskTracker::TaskId GetLogins(
206 // See GetLogins() for more information on |ignore_logins_cutoff|.
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 61 // Quit the message loop to wake up passwords_helper::GetLogins.
91 void GetLogins(PasswordStore* store, std::vector<PasswordForm>& matches) {
96 store->GetLogins(matcher_form, &consumer);
110 GetLogins(store, forms);
142 GetLogins(GetVerifierPasswordStore(), verifier_forms);
143 GetLogins(GetPasswordStore(index), forms);
163 GetLogins(GetPasswordStore(index_a), forms_a);
164 GetLogins(GetPasswordStore(index_b), forms_b);
205 GetLogins(GetPasswordStore(index), forms);
211 GetLogins(GetVerifierPasswordStore(), verifier_forms)
    [all...]
passwords_helper.h 31 void GetLogins(PasswordStore* store,
  /external/chromium/chrome/browser/password_manager/
login_database_unittest.cc 70 EXPECT_TRUE(db->GetLogins(form, &result));
81 EXPECT_TRUE(db->GetLogins(form2, &result));
91 EXPECT_TRUE(db->GetLogins(form3, &result));
102 EXPECT_TRUE(db->GetLogins(form4, &result));
114 EXPECT_TRUE(db->GetLogins(form4, &result));
127 EXPECT_TRUE(db->GetLogins(form, &result));
136 EXPECT_TRUE(db->GetLogins(form5, &result));
152 EXPECT_TRUE(db->GetLogins(form5, &result));
274 // GetLogins should give the blacklisted result.
275 EXPECT_TRUE(db->GetLogins(form, &result))
    [all...]
native_backend_gnome_x.h 32 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
password_manager_unittest.cc 54 MOCK_METHOD2(GetLogins, int(const PasswordForm&, PasswordStoreConsumer*));
141 EXPECT_CALL(*store_, GetLogins(_,_))
175 EXPECT_CALL(*store_, GetLogins(_,_))
200 EXPECT_CALL(*store_, GetLogins(_,_))
217 EXPECT_CALL(*store_, GetLogins(_,_))
240 EXPECT_CALL(*store_, GetLogins(_,_))
273 EXPECT_CALL(*store_, GetLogins(_,_))
login_database.h 52 bool GetLogins(const webkit_glue::PasswordForm& form,
password_store_x.h 43 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
native_backend_kwallet_x.h 36 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
password_store.h 96 virtual Handle GetLogins(const webkit_glue::PasswordForm& form,
password_store_win_unittest.cc 160 // This IE7 password will be retrieved by the GetLogins call.
220 store->GetLogins(*form, &consumer);
253 store->GetLogins(*form, &consumer);
328 store->GetLogins(*form, &password_consumer);
546 store->GetLogins(*form, &consumer);
password_store.cc 67 CancelableRequestProvider::Handle PasswordStore::GetLogins(
  /external/chromium/chrome/browser/webdata/
logins_table_unittest.cc 77 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form, &result));
88 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form2, &result));
98 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form3, &result));
109 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form4, &result));
121 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form4, &result));
134 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form, &result));
143 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form5, &result));
157 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form5, &result));
269 // GetLogins should give the blacklisted result.
270 EXPECT_TRUE(db.GetLoginsTable()->GetLogins(form, &result))
    [all...]
logins_table.h 85 bool GetLogins(const webkit_glue::PasswordForm& form,
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
passwords_sync_perf_test.cc 15 using passwords_helper::GetLogins;
54 GetLogins(GetPasswordStore(profile), logins);

Completed in 83 milliseconds

1 2