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,
98 ProfileErrorCallback profile_error_callback_;
  /external/chromium_org/chrome/browser/webdata/
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,

Completed in 69 milliseconds