Searched refs:EntryWatcherServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service_factory.cc14 EntryWatcherServiceFactory* EntryWatcherServiceFactory::GetInstance() {
15 return Singleton<EntryWatcherServiceFactory>::get();
18 EntryWatcherServiceFactory::EntryWatcherServiceFactory() function in class:extensions::EntryWatcherServiceFactory
24 EntryWatcherServiceFactory::~EntryWatcherServiceFactory() {
27 KeyedService* EntryWatcherServiceFactory::BuildServiceInstanceFor(
32 bool EntryWatcherServiceFactory::ServiceIsCreatedWithBrowserContext() const {
H A Dentry_watcher_service_factory.h20 class EntryWatcherServiceFactory : public BrowserContextKeyedServiceFactory { class in namespace:extensions
31 static EntryWatcherServiceFactory* GetInstance();
34 friend struct DefaultSingletonTraits<EntryWatcherServiceFactory>;
36 EntryWatcherServiceFactory();
37 virtual ~EntryWatcherServiceFactory();
44 DISALLOW_COPY_AND_ASSIGN(EntryWatcherServiceFactory);

Completed in 951 milliseconds