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

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router_factory.h17 class EventRouterFactory : public BrowserContextKeyedServiceFactory { class in namespace:file_manager
23 // Returns the EventRouterFactory instance.
24 static EventRouterFactory* GetInstance();
34 friend struct DefaultSingletonTraits<EventRouterFactory>;
36 EventRouterFactory();
37 virtual ~EventRouterFactory();
H A Devent_router_factory.cc19 EventRouter* EventRouterFactory::GetForProfile(Profile* profile) {
25 EventRouterFactory* EventRouterFactory::GetInstance() {
26 return Singleton<EventRouterFactory>::get();
29 EventRouterFactory::EventRouterFactory() function in class:file_manager::EventRouterFactory
39 EventRouterFactory::~EventRouterFactory() {
42 KeyedService* EventRouterFactory::BuildServiceInstanceFor(
47 content::BrowserContext* EventRouterFactory
[all...]

Completed in 44 milliseconds