HomeSort by relevance Sort by last modified time
    Searched defs:ProfileErrorCallback (Results 1 - 2 of 2) 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,
94 ProfileErrorCallback profile_error_callback_;
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 38 void ProfileErrorCallback(ProfileErrorType type, sql::InitStatus status) {
105 &ProfileErrorCallback, PROFILE_ERROR_DB_AUTOFILL_WEB_DATA));
110 &ProfileErrorCallback, PROFILE_ERROR_DB_TOKEN_WEB_DATA));
114 web_database_, base::Bind(&ProfileErrorCallback,

Completed in 216 milliseconds