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

/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error_service_factory.h19 class GlobalErrorServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
23 static GlobalErrorServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<GlobalErrorServiceFactory>;
28 GlobalErrorServiceFactory();
29 virtual ~GlobalErrorServiceFactory();
37 DISALLOW_COPY_AND_ASSIGN(GlobalErrorServiceFactory);
H A Dglobal_error_service_factory.cc13 GlobalErrorService* GlobalErrorServiceFactory::GetForProfile(Profile* profile) {
19 GlobalErrorServiceFactory* GlobalErrorServiceFactory::GetInstance() {
20 return Singleton<GlobalErrorServiceFactory>::get();
23 GlobalErrorServiceFactory::GlobalErrorServiceFactory() function in class:GlobalErrorServiceFactory
29 GlobalErrorServiceFactory::~GlobalErrorServiceFactory() {
32 KeyedService* GlobalErrorServiceFactory::BuildServiceInstanceFor(
37 content::BrowserContext* GlobalErrorServiceFactory
[all...]

Completed in 190 milliseconds