Home | History | Annotate | Download | only in files

Lines Matching refs:FilePathWatcherImpl

20 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
24 FilePathWatcherImpl() : delegate_(NULL), handle_(INVALID_HANDLE_VALUE) {}
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_alive(this);
179 bool FilePathWatcherImpl::SetupWatchHandle(const FilePath& dir,
217 bool FilePathWatcherImpl::UpdateWatch() {
268 void FilePathWatcherImpl::DestroyWatch() {
277 impl_ = new FilePathWatcherImpl();