OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlobalErrorServiceFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.cc
13
GlobalErrorService*
GlobalErrorServiceFactory
::GetForProfile(Profile* profile) {
19
GlobalErrorServiceFactory
*
GlobalErrorServiceFactory
::GetInstance() {
20
return Singleton<
GlobalErrorServiceFactory
>::get();
23
GlobalErrorServiceFactory
::
GlobalErrorServiceFactory
()
29
GlobalErrorServiceFactory
::~
GlobalErrorServiceFactory
() {
32
BrowserContextKeyedService*
GlobalErrorServiceFactory
::BuildServiceInstanceFor(
37
content::BrowserContext*
GlobalErrorServiceFactory
::GetBrowserContextToUse
[
all
...]
global_error_service_factory.h
19
class
GlobalErrorServiceFactory
: public BrowserContextKeyedServiceFactory {
23
static
GlobalErrorServiceFactory
* GetInstance();
26
friend struct DefaultSingletonTraits<
GlobalErrorServiceFactory
>;
28
GlobalErrorServiceFactory
();
29
virtual ~
GlobalErrorServiceFactory
();
37
DISALLOW_COPY_AND_ASSIGN(
GlobalErrorServiceFactory
);
Completed in 165 milliseconds