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

  /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 31 milliseconds