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

  /external/chromium/chrome/browser/password_manager/
login_database_unittest.cc 45 EXPECT_TRUE(db->GetAutofillableLogins(&result));
64 EXPECT_TRUE(db->GetAutofillableLogins(&result));
107 EXPECT_TRUE(db->GetAutofillableLogins(&result));
121 EXPECT_TRUE(db->GetAutofillableLogins(&result));
157 EXPECT_TRUE(db->GetAutofillableLogins(&result));
173 EXPECT_TRUE(db->GetAutofillableLogins(&result));
207 EXPECT_TRUE(db->GetAutofillableLogins(&result));
221 EXPECT_TRUE(db->GetAutofillableLogins(&result));
234 EXPECT_TRUE(db->GetAutofillableLogins(&result));
242 EXPECT_TRUE(db->GetAutofillableLogins(&result))
    [all...]
native_backend_gnome_x.h 37 virtual bool GetAutofillableLogins(PasswordFormList* forms);
login_database.h 65 bool GetAutofillableLogins(
password_store_x.h 48 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
native_backend_kwallet_x.h 41 virtual bool GetAutofillableLogins(PasswordFormList* forms);
password_store_x_unittest.cc 114 virtual bool GetAutofillableLogins(PasswordFormList* forms) { return false; }
168 virtual bool GetAutofillableLogins(PasswordFormList* forms) {
221 login_db_->GetAutofillableLogins(&forms);
391 store->GetAutofillableLogins(&consumer);
413 wds_->GetAutofillableLogins(&wds_consumer);
500 store->GetAutofillableLogins(&consumer);
671 store->GetAutofillableLogins(&consumer);
password_store.h 103 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
password_store_default_unittest.cc 204 store->GetAutofillableLogins(&consumer);
319 store->GetAutofillableLogins(&consumer);
341 wds_->GetAutofillableLogins(&wds_consumer);
422 store->GetAutofillableLogins(&consumer);
password_store_default.cc 66 handles_.insert(web_data_service_->GetAutofillableLogins(this));
201 return login_db_->GetAutofillableLogins(forms);
password_store_x.cc 118 backend_->GetAutofillableLogins(&request->value)) {
145 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
password_store_win_unittest.cc 465 store->GetAutofillableLogins(&consumer);
487 wds_->GetAutofillableLogins(&wds_consumer);
592 store->GetAutofillableLogins(&consumer);
password_store.cc 72 CancelableRequestProvider::Handle PasswordStore::GetAutofillableLogins(
login_database.cc 363 bool LoginDatabase::GetAutofillableLogins(
password_store_mac.cc     [all...]
native_backend_kwallet_x.cc 258 bool NativeBackendKWallet::GetAutofillableLogins(PasswordFormList* forms) {
native_backend_gnome_x.cc 806 bool NativeBackendGnome::GetAutofillableLogins(PasswordFormList* forms) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc 207 pending_login_query_ = store->GetAutofillableLogins(this);
  /external/chromium/chrome/browser/webdata/
web_data_service.h 407 Handle GetAutofillableLogins(WebDataServiceConsumer* consumer);
web_data_service.cc 314 WebDataService::Handle WebDataService::GetAutofillableLogins(
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 295 milliseconds