Searched refs:FilePathWatcherImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_stub.cc14 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate { class in namespace:base::__anon2254
27 virtual ~FilePathWatcherImpl() {}
33 impl_ = new FilePathWatcherImpl();
H A Dfile_path_watcher_mac.cc16 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate { class in namespace:base::__anon2253
49 virtual ~FilePathWatcherImpl() {}
57 impl_ = new FilePathWatcherImpl();
H A Dfile_path_watcher_win.cc21 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class in namespace:base::__anon2255
25 FilePathWatcherImpl() function in class:base::__anon2255::FilePathWatcherImpl
44 virtual ~FilePathWatcherImpl() {}
86 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherImpl);
89 bool FilePathWatcherImpl::Watch(const FilePath& path,
114 void FilePathWatcherImpl::Cancel() {
131 void FilePathWatcherImpl::CancelOnMessageLoopThread() {
144 void FilePathWatcherImpl::WillDestroyCurrentMessageLoop() {
148 void FilePathWatcherImpl::OnObjectSignaled(HANDLE object) {
151 scoped_refptr<FilePathWatcherImpl> keep_aliv
[all...]
H A Dfile_path_watcher_linux.cc40 class FilePathWatcherImpl;
52 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
55 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
63 typedef std::set<FilePathWatcherImpl*> WatcherSet;
89 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class in namespace:base::__anon2252
92 FilePathWatcherImpl();
108 virtual ~FilePathWatcherImpl() {}
189 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherImpl);
289 const FilePath& path, FilePathWatcherImpl* watcher) {
308 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watche
340 FilePathWatcherImpl::FilePathWatcherImpl() function in class:base::__anon2252::FilePathWatcherImpl
[all...]

Completed in 79 milliseconds