HomeSort by relevance Sort by last modified time
    Searched refs:FilePathWatcher (Results 1 - 4 of 4) 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_unittest.cc 119 // Instead, TestDelegate gets the notifications from FilePathWatcher and uses
186 FilePathWatcher* watcher,
220 FilePathWatcher* watcher,
230 FilePathWatcher watcher;
242 FilePathWatcher watcher;
256 FilePathWatcher watcher;
268 FilePathWatcher watcher;
278 // Deletes the FilePathWatcher when it's notified.
282 : watcher_(std::make_unique<FilePathWatcher>()),
291 FilePathWatcher* watcher() const { return watcher_.get();
    [all...]
file_path_watcher_linux.cc 111 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
140 const FilePathWatcher::Callback& callback) override;
193 FilePathWatcher::Callback callback_;
459 const FilePathWatcher::Callback& callback) {
675 FilePathWatcher::FilePathWatcher() {

Completed in 866 milliseconds