OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlobalErrorService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/global_error/
global_error_service.h
21
class
GlobalErrorService
: public BrowserContextKeyedService {
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
);
global_error_service.cc
16
GlobalErrorService
::
GlobalErrorService
(Profile* profile) : profile_(profile) {
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
::NotifyErrorsChanged(GlobalError* error)
[
all
...]
Completed in 577 milliseconds