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

  /external/chromium_org/components/webdata/common/
web_data_service_base.h 37 typedef base::Callback<void(sql::InitStatus)> ProfileErrorCallback;
51 const ProfileErrorCallback& callback,
98 ProfileErrorCallback profile_error_callback_;
web_data_service_base.cc 24 const ProfileErrorCallback& callback,
  /external/chromium_org/chrome/browser/webdata/
token_web_data.h 42 const ProfileErrorCallback& callback);
token_web_data.cc 72 const ProfileErrorCallback& callback)
104 : WebDataServiceBase(NULL, ProfileErrorCallback(),
web_data_service_factory.cc 37 void ProfileErrorCallback(ProfileErrorType type, sql::InitStatus status) {
104 &ProfileErrorCallback, PROFILE_ERROR_DB_AUTOFILL_WEB_DATA));
108 web_database_, base::Bind(&ProfileErrorCallback,
113 web_database_, base::Bind(&ProfileErrorCallback,
web_data_service.cc 45 const ProfileErrorCallback& callback)
121 : WebDataServiceBase(NULL, ProfileErrorCallback(),
web_data_service.h 101 const ProfileErrorCallback& callback);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.h 46 const ProfileErrorCallback& callback);
autofill_webdata_service.cc 32 const ProfileErrorCallback& callback)
50 : WebDataServiceBase(NULL, WebDataServiceBase::ProfileErrorCallback(),
web_data_service_unittest.cc 119 WebDataServiceBase::ProfileErrorCallback());
  /external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc 127 WebDataServiceBase::ProfileErrorCallback());
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 82 WebDataServiceBase::ProfileErrorCallback());
    [all...]

Completed in 1354 milliseconds