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

/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service.cc22 // tests by EntryWatcherService::SetDispatchEventImplForTesting().
41 EntryWatcherService::EntryWatcherService(content::BrowserContext* context) function in class:extensions::EntryWatcherService
51 EntryWatcherService::~EntryWatcherService() {
54 void EntryWatcherService::SetDispatchEventImplForTesting(
59 void EntryWatcherService::SetGetFileSystemContextImplForTesting(
64 void EntryWatcherService::WatchDirectory(
100 base::Bind(&EntryWatcherService::OnWatchDirectoryCompleted,
109 void EntryWatcherService
[all...]
H A Dentry_watcher_service.h34 class EntryWatcherService : public KeyedService, class in namespace:extensions
45 explicit EntryWatcherService(content::BrowserContext* context);
46 virtual ~EntryWatcherService();
121 base::WeakPtrFactory<EntryWatcherService> weak_ptr_factory_;
123 DISALLOW_COPY_AND_ASSIGN(EntryWatcherService);

Completed in 534 milliseconds