Searched refs:FilePathWatcherFSEvents (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_fsevents.h23 class FilePathWatcherFSEvents : public FilePathWatcher::PlatformDelegate { class in namespace:base
25 FilePathWatcherFSEvents();
45 virtual ~FilePathWatcherFSEvents();
68 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherFSEvents);
H A Dfile_path_watcher_fsevents.cc27 : mac::LibDispatchTaskRunner("org.chromium.FilePathWatcherFSEvents") {
83 FilePathWatcherFSEvents* watcher =
84 reinterpret_cast<FilePathWatcherFSEvents*>(event_watcher);
107 Bind(&FilePathWatcherFSEvents::UpdateEventStream, watcher,
116 FilePathWatcherFSEvents::FilePathWatcherFSEvents() : fsevent_stream_(NULL) { function in class:base::FilePathWatcherFSEvents
119 void FilePathWatcherFSEvents::OnFilePathsChanged(
124 Bind(&FilePathWatcherFSEvents::OnFilePathsChanged, this, paths));
140 bool FilePathWatcherFSEvents::Watch(const FilePath& path,
159 Bind(&FilePathWatcherFSEvents
[all...]
H A Dfile_path_watcher_mac.cc27 impl_ = new FilePathWatcherFSEvents();

Completed in 114 milliseconds