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

12

  /external/chromium_org/chrome/browser/password_manager/
password_store_default.cc 100 login_db_->GetLogins(form, &matched_forms);
password_store_x_unittest.cc 96 virtual bool GetLogins(const PasswordForm& form,
149 virtual bool GetLogins(const PasswordForm& form,
password_store.cc 120 CancelableTaskTracker::TaskId PasswordStore::GetLogins(
password_store_x.cc 124 if (use_native_backend() && backend_->GetLogins(form, &matched_forms)) {
password_form_manager.cc 255 password_store->GetLogins(observed_form_, this);
password_store_mac.cc     [all...]
password_store_mac_unittest.cc     [all...]
login_database.cc 428 bool LoginDatabase::GetLogins(const PasswordForm& form,
native_backend_kwallet_x.cc 427 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
    [all...]
  /external/chromium/chrome/browser/password_manager/
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.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 542 milliseconds

12