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

  /external/chromium/chrome/browser/webdata/
logins_table_unittest.cc 52 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
71 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
114 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
128 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
162 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
173 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
207 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
221 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
229 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true));
237 EXPECT_TRUE(db.GetLoginsTable()->GetAllLogins(&result, true))
    [all...]
logins_table.h 92 bool GetAllLogins(std::vector<webkit_glue::PasswordForm*>* forms,
logins_table.cc 271 bool LoginsTable::GetAllLogins(std::vector<PasswordForm*>* forms,
web_data_service.cc 889 db_->GetLoginsTable()->GetAllLogins(&forms, false);
900 db_->GetLoginsTable()->GetAllLogins(&all_forms, true);
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 48 bool GetAllLogins(PasswordFormList* forms);
native_backend_kwallet_x.h 66 bool GetAllLogins(PasswordFormList* forms, int wallet_handle);
native_backend_gnome_x.cc 259 void GetAllLogins();
271 // GetAllLogins.
450 void GKRMethod::GetAllLogins() {
750 if (!GetAllLogins(&forms))
790 if (!GetAllLogins(&all_forms))
837 if (!GetAllLogins(&all_forms))
850 bool NativeBackendGnome::GetAllLogins(PasswordFormList* forms) {
855 &GKRMethod::GetAllLogins));
    [all...]
native_backend_kwallet_x.cc 325 if (!GetAllLogins(&all_forms, wallet_handle))
345 if (!GetAllLogins(&all_forms, wallet_handle))
362 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms,
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 97 bool GetAllLogins(PasswordFormList* forms);
native_backend_gnome_x.cc 211 void GetAllLogins(const char* app_string);
217 // GetAllLogins.
363 void GKRMethod::GetAllLogins(const char* app_string) {
580 if (!GetAllLogins(&forms))
582 // No need to try migration here: GetAllLogins() does it.
624 if (!GetAllLogins(&all_forms))
626 // No need to try migration here: GetAllLogins() does it.
674 bool NativeBackendGnome::GetAllLogins(PasswordFormList* forms) {
677 base::Bind(&GKRMethod::GetAllLogins,
713 if (!GetAllLogins(&forms)
    [all...]
native_backend_kwallet_x.h 100 bool GetAllLogins(PasswordFormList* forms, int wallet_handle);
native_backend_kwallet_x.cc 534 if (!GetAllLogins(&all_forms, wallet_handle))
554 if (!GetAllLogins(&all_forms, wallet_handle))
571 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms,
    [all...]

Completed in 187 milliseconds