Searched refs:FileWatcher (Results 1 – 8 of 8) sorted by relevance
15 function FileWatcher(metadataCache) { class32 FileWatcher.prototype.__proto__ = cr.EventTarget.prototype;37 FileWatcher.prototype.dispose = function() {49 FileWatcher.prototype.onDirectoryChanged_ = function(event) {65 FileWatcher.prototype.onFilesystemMetadataChanged_ = function(78 FileWatcher.prototype.onThumbnailMetadataChanged_ = function(91 FileWatcher.prototype.onDriveMetadataChanged_ = function(106 FileWatcher.prototype.dispatchMetadataEvent_ = function(123 FileWatcher.prototype.changeWatchedDirectory = function(entry, callback) {150 FileWatcher.prototype.resetWatchedEntry_ = function(onSuccess, onError) {[all …]
911 this.fileWatcher_ = new FileWatcher(this.metadataCache_);
34 FileWatcher::FileWatcher(const base::FilePath& virtual_path) in FileWatcher() function in file_manager::FileWatcher41 FileWatcher::~FileWatcher() { in ~FileWatcher()49 void FileWatcher::AddExtension(const std::string& extension_id) { in AddExtension()55 void FileWatcher::RemoveExtension(const std::string& extension_id) { in RemoveExtension()73 std::vector<std::string> FileWatcher::GetExtensionIds() const { in GetExtensionIds()82 void FileWatcher::WatchLocalFile( in WatchLocalFile()96 base::Bind(&FileWatcher::OnWatcherStarted, in WatchLocalFile()101 void FileWatcher::OnWatcherStarted( in OnWatcherStarted()
27 class FileWatcher {32 explicit FileWatcher(const base::FilePath& virtual_path);34 ~FileWatcher();82 base::WeakPtrFactory<FileWatcher> weak_ptr_factory_;
38 FileWatcher file_watcher(kVirtualPath); in TEST_F()56 FileWatcher file_watcher(kVirtualPath); in TEST_F()83 FileWatcher file_watcher(kVirtualPath); in TEST_F()119 scoped_ptr<FileWatcher> file_watcher( in TEST_F()120 new FileWatcher(kVirtualPath)); in TEST_F()
18 FileWatcher::Delegate* delegate, in Watch()
121 typedef std::map<base::FilePath, FileWatcher*> WatcherMap;
367 scoped_ptr<FileWatcher> watcher(new FileWatcher(virtual_path)); in AddFileWatch()