Searched refs:GetLogins (Results 1 - 24 of 24) sorted by relevance

/external/chromium/chrome/browser/password_manager/
H A Dlogin_database_unittest.cc70 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(for
[all...]
H A Dnative_backend_gnome_x.h32 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
H A Dpassword_manager_unittest.cc54 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(_,_))
H A Dlogin_database.h52 bool GetLogins(const webkit_glue::PasswordForm& form,
H A Dnative_backend_kwallet_x.h36 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
H A Dpassword_store_x.h43 virtual bool GetLogins(const webkit_glue::PasswordForm& form,
H A Dpassword_store_win_unittest.cc160 // 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);
H A Dpassword_store.cc67 CancelableRequestProvider::Handle PasswordStore::GetLogins( function in class:PasswordStore
H A Dpassword_store.h96 virtual Handle GetLogins(const webkit_glue::PasswordForm& form,
H A Dnative_backend_gnome_x.cc256 void GetLogins(const PasswordForm& form);
270 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
419 void GKRMethod::GetLogins(const PasswordForm& form) { function in class:__anon1432::GKRMethod
764 bool NativeBackendGnome::GetLogins(const PasswordForm& form, function in class:NativeBackendGnome
771 NewRunnableMethod(&method, &GKRMethod::GetLogins, form));
H A Dpassword_store_default.cc182 login_db_->GetLogins(form, &request->value);
H A Dpassword_store_x.cc104 if (use_native_backend() && backend_->GetLogins(form, &request->value)) {
H A Dpassword_store_x_unittest.cc104 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) { function in class:__anon1444::FailingBackend
151 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) { function in class:__anon1444::MockBackend
H A Dlogin_database.cc305 bool LoginDatabase::GetLogins(const PasswordForm& form, function in class:LoginDatabase
H A Dpassword_form_manager.cc208 pending_login_query_ = password_store->GetLogins(observed_form_, this);
H A Dpassword_store_mac.cc887 login_metadata_db_->GetLogins(form, &database_forms);
957 login_metadata_db_->GetLogins(form, &database_forms);
H A Dpassword_store_mac_unittest.cc1002 store_->GetLogins(*joint_form, &consumer);
1022 login_db_->GetLogins(*query_form, &matching_items);
H A Dnative_backend_kwallet_x.cc241 bool NativeBackendKWallet::GetLogins(const PasswordForm& form, function in class:NativeBackendKWallet
/external/chromium/chrome/browser/webdata/
H A Dlogins_table_unittest.cc77 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(for
[all...]
H A Dlogins_table.h85 bool GetLogins(const webkit_glue::PasswordForm& form,
H A Dlogins_table.cc244 bool LoginsTable::GetLogins(const PasswordForm& form, function in class:LoginsTable
H A Dweb_data_service.h399 Handle GetLogins(const webkit_glue::PasswordForm& form,
H A Dweb_data_service.cc302 WebDataService::Handle WebDataService::GetLogins( function in class:WebDataService
878 db_->GetLoginsTable()->GetLogins(request->GetArgument(), &forms);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_password_unittest.cc100 MOCK_METHOD2(GetLogins, int(const PasswordForm&, PasswordStoreConsumer*));

Completed in 414 milliseconds