Searched defs:FilePathWatcherImpl (Results 1 - 4 of 4) sorted by relevance
/external/chromium/base/files/ |
H A D | file_path_watcher_stub.cc | 15 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate { class in namespace:base::files::__anon787 27 impl_ = new FilePathWatcherImpl();
|
H A D | file_path_watcher_win.cc | 20 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class in namespace:base::files::__anon788 24 FilePathWatcherImpl() : delegate_(NULL), handle_(INVALID_HANDLE_VALUE) {} function in class:base::files::__anon788::FilePathWatcherImpl 40 virtual ~FilePathWatcherImpl() {} 77 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherImpl); 80 bool FilePathWatcherImpl::Watch(const FilePath& path, 97 void FilePathWatcherImpl::Cancel() { 113 void FilePathWatcherImpl::CancelOnMessageLoopThread() { 125 void FilePathWatcherImpl::WillDestroyCurrentMessageLoop() { 129 void FilePathWatcherImpl::OnObjectSignaled(HANDLE object) { 132 scoped_refptr<FilePathWatcherImpl> keep_aliv [all...] |
H A D | file_path_watcher_linux.cc | 37 class FilePathWatcherImpl; 49 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher); 52 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher); 60 typedef std::set<FilePathWatcherImpl*> WatcherSet; 86 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class in namespace:base::files::__anon785 89 FilePathWatcherImpl(); 115 virtual ~FilePathWatcherImpl() {} 148 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherImpl); 251 const FilePath& path, FilePathWatcherImpl* watcher) { 271 FilePathWatcherImpl* watche 304 FilePathWatcherImpl::FilePathWatcherImpl() function in class:base::files::__anon785::FilePathWatcherImpl [all...] |
H A D | file_path_watcher_mac.cc | 43 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class in namespace:base::files::__anon786 47 FilePathWatcherImpl() : kqueue_(-1) {} function in class:base::files::__anon786::FilePathWatcherImpl 48 virtual ~FilePathWatcherImpl() {} 135 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherImpl); 138 void FilePathWatcherImpl::ReleaseEvent(struct kevent& event) { 145 int FilePathWatcherImpl::EventsForPath(FilePath path, EventVector* events) { 187 int FilePathWatcherImpl::FileDescriptorForPath(const FilePath& path) { 191 void FilePathWatcherImpl::CloseFileDescriptor(int *fd) { 202 bool FilePathWatcherImpl::AreKeventValuesValid(struct kevent* kevents, 236 void FilePathWatcherImpl [all...] |
Completed in 67 milliseconds