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

/external/chromium/base/files/
H A Dfile_path_watcher_stub.cc15 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate { class in namespace:base::files::__anon1647
27 impl_ = new FilePathWatcherImpl();
H A Dfile_path_watcher_win.cc20 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class in namespace:base::files::__anon1648
24 FilePathWatcherImpl() : delegate_(NULL), handle_(INVALID_HANDLE_VALUE) {} function in class:base::files::__anon1648::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 Dfile_path_watcher_linux.cc37 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::__anon1645
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::__anon1645::FilePathWatcherImpl
[all...]
H A Dfile_path_watcher_mac.cc43 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate, class in namespace:base::files::__anon1646
47 FilePathWatcherImpl() : kqueue_(-1) {} function in class:base::files::__anon1646::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 79 milliseconds