HomeSort by relevance Sort by last modified time
    Searched refs:GetAllLogins (Results 1 - 8 of 8) 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,

Completed in 284 milliseconds