HomeSort by relevance Sort by last modified time
    Searched refs:FilePathWatcherImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/files/
file_path_watcher_stub.cc 14 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
27 virtual ~FilePathWatcherImpl() {}
33 impl_ = new FilePathWatcherImpl();
file_path_watcher_mac.cc 16 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
49 virtual ~FilePathWatcherImpl() {}
57 impl_ = new FilePathWatcherImpl();
file_path_watcher_win.cc 21 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
25 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_alive(this)
    [all...]
file_path_watcher_linux.cc 40 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,
92 FilePathWatcherImpl();
108 virtual ~FilePathWatcherImpl() {}
189 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherImpl);
289 const FilePath& path, FilePathWatcherImpl* watcher) {
308 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher)
    [all...]

Completed in 67 milliseconds