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

  /external/chromium/chrome/browser/password_manager/
password_store_default.h 41 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request);
password_store_mac.h 48 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request);
password_store_x.h 72 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request);
password_store.h 153 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) = 0;
password_store_x.cc 115 void PasswordStoreX::GetAutofillableLoginsImpl(GetLoginsRequest* request) {
122 PasswordStoreDefault::GetAutofillableLoginsImpl(request);
password_store.cc 74 return Schedule(&PasswordStore::GetAutofillableLoginsImpl, consumer);
password_store_default.cc 186 void PasswordStoreDefault::GetAutofillableLoginsImpl(
password_manager_unittest.cc 65 MOCK_METHOD1(GetAutofillableLoginsImpl, void(GetLoginsRequest*));
password_store_mac.cc     [all...]
  /external/chromium_org/chrome/browser/password_manager/
mock_password_store.h 39 MOCK_METHOD1(GetAutofillableLoginsImpl, void(GetLoginsRequest*));
password_store_default.h 42 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
password_store_mac.h 57 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
test_password_store.h 61 virtual void GetAutofillableLoginsImpl(
password_store_x.h 90 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
password_store_x.cc 141 void PasswordStoreX::GetAutofillableLoginsImpl(GetLoginsRequest* request) {
151 PasswordStoreDefault::GetAutofillableLoginsImpl(request);
password_store.h 183 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) = 0;
password_store_default.cc 104 void PasswordStoreDefault::GetAutofillableLoginsImpl(
password_store.cc 158 return Schedule(&PasswordStore::GetAutofillableLoginsImpl, consumer);
password_store_mac.cc     [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.h 600 void GetAutofillableLoginsImpl(WebDataRequest* request);
web_data_service.cc 320 &WebDataService::GetAutofillableLoginsImpl,
885 void WebDataService::GetAutofillableLoginsImpl(WebDataRequest* request) {
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 111 MOCK_METHOD1(GetAutofillableLoginsImpl, void(GetLoginsRequest*));

Completed in 2717 milliseconds