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

  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 38 virtual bool GetBlacklistLogins(PasswordFormList* forms);
login_database.h 69 bool GetBlacklistLogins(std::vector<webkit_glue::PasswordForm*>* forms) const;
password_store_x.h 49 virtual bool GetBlacklistLogins(PasswordFormList* forms) = 0;
native_backend_kwallet_x.h 42 virtual bool GetBlacklistLogins(PasswordFormList* forms);
password_store_x_unittest.cc 115 virtual bool GetBlacklistLogins(PasswordFormList* forms) { return false; }
175 virtual bool GetBlacklistLogins(PasswordFormList* forms) {
223 login_db_->GetBlacklistLogins(&forms);
401 store->GetBlacklistLogins(&consumer);
427 wds_->GetBlacklistLogins(&wds_consumer);
680 store->GetBlacklistLogins(&consumer);
password_store.h 108 Handle GetBlacklistLogins(PasswordStoreConsumer* consumer);
password_store_default.cc 67 handles_.insert(web_data_service_->GetBlacklistLogins(this));
207 return login_db_->GetBlacklistLogins(forms);
password_store_x.cc 132 backend_->GetBlacklistLogins(&request->value)) {
156 if (use_native_backend() && backend_->GetBlacklistLogins(forms)) {
password_store_win_unittest.cc 475 store->GetBlacklistLogins(&consumer);
501 wds_->GetBlacklistLogins(&wds_consumer);
569 store->GetBlacklistLogins(&consumer);
password_store.cc 77 CancelableRequestProvider::Handle PasswordStore::GetBlacklistLogins(
login_database_unittest.cc 253 EXPECT_TRUE(db->GetBlacklistLogins(&result));
280 EXPECT_TRUE(db->GetBlacklistLogins(&result));
password_store_default_unittest.cc 329 store->GetBlacklistLogins(&consumer);
355 wds_->GetBlacklistLogins(&wds_consumer);
login_database.cc 368 bool LoginDatabase::GetBlacklistLogins(
native_backend_kwallet_x.cc 265 bool NativeBackendKWallet::GetBlacklistLogins(PasswordFormList* forms) {
native_backend_gnome_x.cc 810 bool NativeBackendGnome::GetBlacklistLogins(PasswordFormList* forms) {
    [all...]
password_store_mac.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc 236 pending_login_query_ = store->GetBlacklistLogins(this);
  /external/chromium/chrome/browser/webdata/
web_data_service.h 413 Handle GetBlacklistLogins(WebDataServiceConsumer* consumer);
web_data_service.cc 325 WebDataService::Handle WebDataService::GetBlacklistLogins(
    [all...]

Completed in 161 milliseconds