Searched defs:Watch (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/base/files/
H A Dfile_path_watcher.cc50 bool FilePathWatcher::Watch(const FilePath& path, function in class:base::FilePathWatcher
54 return impl_->Watch(path, recursive, callback);
H A Dfile_path_watcher_fsevents.cc85 bool FilePathWatcherFSEvents::Watch(const FilePath& path, function in class:base::FilePathWatcherFSEvents
H A Dfile_path_watcher_kqueue.cc314 bool FilePathWatcherKQueue::Watch(const FilePath& path, function in class:base::FilePathWatcherKQueue
H A Dfile_path_watcher_linux.cc50 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch. typedef in class:base::__anon9163::InotifyReader
51 static const Watch kInvalidWatch = -1;
53 // Watch directory |path| for changes. |watcher| will be notified on each
55 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
72 hash_map<Watch, WatcherSet> watchers_;
104 void OnFilePathChanged(InotifyReader::Watch fired_watch,
116 bool Watch(const FilePath& path,
143 InotifyReader::Watch watc
450 bool FilePathWatcherImpl::Watch(const FilePath& path, function in class:base::__anon9163::FilePathWatcherImpl
[all...]
/external/libchrome/dbus/
H A Dbus.cc39 class Watch : public base::MessagePumpLibevent::Watcher { class in namespace:dbus::__anon9401
41 explicit Watch(DBusWatch* watch) function in class:dbus::__anon9401::Watch
46 ~Watch() override { dbus_watch_set_data(raw_watch_, NULL, NULL); }
68 const bool persistent = true; // Watch persistently.
99 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of
1022 Watch* watch = new Watch(raw_watch);
1033 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch));
1041 Watch* watc
[all...]

Completed in 64 milliseconds