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

  /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(
native_backend_gnome_x.cc 256 void GetLogins(const PasswordForm& form);
270 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
419 void GKRMethod::GetLogins(const PasswordForm& form) {
764 bool NativeBackendGnome::GetLogins(const PasswordForm& form,
771 NewRunnableMethod(&method, &GKRMethod::GetLogins, form));
    [all...]
password_store_default.cc 182 login_db_->GetLogins(form, &request->value);
password_store_x.cc 104 if (use_native_backend() && backend_->GetLogins(form, &request->value)) {
password_store_x_unittest.cc 104 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) {
151 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) {
login_database.cc 305 bool LoginDatabase::GetLogins(const PasswordForm& form,
password_form_manager.cc 208 pending_login_query_ = password_store->GetLogins(observed_form_, this);
password_store_mac.cc     [all...]
password_store_mac_unittest.cc     [all...]
native_backend_kwallet_x.cc 241 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
  /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,
logins_table.cc 244 bool LoginsTable::GetLogins(const PasswordForm& form,
web_data_service.h 399 Handle GetLogins(const webkit_glue::PasswordForm& form,
web_data_service.cc 302 WebDataService::Handle WebDataService::GetLogins(
878 db_->GetLoginsTable()->GetLogins(request->GetArgument(), &forms);
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 100 MOCK_METHOD2(GetLogins, int(const PasswordForm&, PasswordStoreConsumer*));

Completed in 182 milliseconds