Searched defs:GlobalErrorService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error_service.h21 class GlobalErrorService : public KeyedService { class in inherits:KeyedService
26 // Constructs a GlobalErrorService object for the given profile. The profile
28 explicit GlobalErrorService(Profile* profile);
29 virtual ~GlobalErrorService();
65 DISALLOW_COPY_AND_ASSIGN(GlobalErrorService);
H A Dglobal_error_service.cc16 GlobalErrorService::GlobalErrorService(Profile* profile) : profile_(profile) { function in class:GlobalErrorService
19 GlobalErrorService::~GlobalErrorService() {
23 void GlobalErrorService::AddGlobalError(GlobalError* error) {
29 void GlobalErrorService::RemoveGlobalError(GlobalError* error) {
37 GlobalError* GlobalErrorService::GetGlobalErrorByMenuItemCommandID(
49 GlobalErrorService::GetHighestSeverityGlobalErrorWithWrenchMenuItem() const {
67 GlobalError* GlobalErrorService::GetFirstGlobalErrorWithBubbleView() const {
77 void GlobalErrorService
[all...]

Completed in 173 milliseconds