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

  /external/chromium_org/components/password_manager/core/browser/
mock_password_store.h 45 MOCK_METHOD1(GetAutofillableLoginsImpl, void(GetLoginsRequest*));
password_store_default.h 47 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
test_password_store.h 68 virtual void GetAutofillableLoginsImpl(
password_store.h 242 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) = 0;
password_store_default.cc 102 void PasswordStoreDefault::GetAutofillableLoginsImpl(
password_store.cc 170 Schedule(&PasswordStore::GetAutofillableLoginsImpl, consumer);
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.h 71 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
password_store_x.h 97 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
password_store_x.cc 156 void PasswordStoreX::GetAutofillableLoginsImpl(GetLoginsRequest* request) {
165 PasswordStoreDefault::GetAutofillableLoginsImpl(request);
password_store_mac.cc     [all...]

Completed in 48 milliseconds