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

  /external/chromium_org/chrome/browser/password_manager/
password_store_default.cc 96 void PasswordStoreDefault::GetLoginsImpl(
test_password_store.cc 71 void TestPasswordStore::GetLoginsImpl(
password_store_x.cc 119 void PasswordStoreX::GetLoginsImpl(
134 PasswordStoreDefault::GetLoginsImpl(form, callback_runner);
147 // See GetLoginsImpl() for why we disallow fallback conditionally here.
164 // See GetLoginsImpl() for why we disallow fallback conditionally here.
178 // See GetLoginsImpl() for why we disallow fallback conditionally here.
191 // See GetLoginsImpl() for why we disallow fallback conditionally here.
password_store_win.cc 199 void PasswordStoreWin::GetLoginsImpl(
205 PasswordStoreDefault::GetLoginsImpl(form, get_ie7_login);
password_store_mac.cc     [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_x.cc 101 void PasswordStoreX::GetLoginsImpl(GetLoginsRequest* request,
108 PasswordStoreDefault::GetLoginsImpl(request, form);
password_store_default.cc 180 void PasswordStoreDefault::GetLoginsImpl(
password_store_win.cc 29 // We hold a copy of the |form| used in GetLoginsImpl as a pointer. If the
205 void PasswordStoreWin::GetLoginsImpl(GetLoginsRequest* request,
209 PasswordStoreDefault::GetLoginsImpl(request, form);
password_store_mac.cc     [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 309 ScheduleTask(NewRunnableMethod(this, &WebDataService::GetLoginsImpl,
874 void WebDataService::GetLoginsImpl(GenericRequest<PasswordForm>* request) {
    [all...]

Completed in 65 milliseconds