Home
last modified time | relevance | path

Searched refs:ProfileErrorType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dprofile_error_dialog.h14 enum ProfileErrorType { enum
29 void ShowProfileErrorDialog(ProfileErrorType type, int message_id);
Dprofile_error_dialog.cc13 void ShowProfileErrorDialog(ProfileErrorType type, int message_id) { in ShowProfileErrorDialog()
/external/chromium_org/chrome/browser/webdata/
Dweb_data_service_factory.cc37 void ProfileErrorCallback(ProfileErrorType type, sql::InitStatus status) { in ProfileErrorCallback()