HomeSort by relevance Sort by last modified time
    Searched defs:FilePathWatcher (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/files/
file_path_watcher.cc 5 // Cross platform methods for FilePathWatcher. See the various platform
15 FilePathWatcher::~FilePathWatcher() {
21 bool FilePathWatcher::RecursiveWatchAvailable() {
31 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) {
34 FilePathWatcher::PlatformDelegate::~PlatformDelegate() {
38 bool FilePathWatcher::Watch(const FilePath& path,
file_path_watcher.h 25 // underlying OS APIs, FilePathWatcher has slightly different semantics on OS X
26 // than on Windows or Linux. FilePathWatcher on Linux and Windows will detect
27 // modifications to files in a watched directory. FilePathWatcher on Mac will
33 class BASE_EXPORT FilePathWatcher {
51 // Stop watching. This is called from FilePathWatcher's dtor in order to
56 friend class FilePathWatcher;
82 FilePathWatcher();
83 ~FilePathWatcher();
105 DISALLOW_COPY_AND_ASSIGN(FilePathWatcher);
file_path_watcher_linux.cc 93 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
122 const FilePathWatcher::Callback& callback) override;
175 FilePathWatcher::Callback callback_;
429 const FilePathWatcher::Callback& callback) {
648 FilePathWatcher::FilePathWatcher() {

Completed in 2880 milliseconds