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

  /external/libchrome/base/files/
file_path_watcher.cc 50 bool FilePathWatcher::Watch(const FilePath& path,
54 return impl_->Watch(path, recursive, callback);
file_path_watcher_mac.cc 19 bool Watch(const FilePath& path,
34 return impl_->Watch(path, recursive, callback);
file_path_watcher.h 30 // Callback type for Watch(). |path| points to the file that was updated,
41 virtual bool Watch(const FilePath& path,
96 // true, to watch |path| and its children. The callback will be invoked on
99 // Recursive watch is not supported on all platforms and file systems.
100 // Watch() will return false in the case of failure.
101 bool Watch(const FilePath& path, bool recursive, const Callback& callback);
file_path_watcher_linux.cc 50 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
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);
57 // Remove |watch| if it's valid.
58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
72 hash_map<Watch, WatcherSet> watchers_;
97 // Called for each event coming from the watch. |fired_watch| identifies th
143 InotifyReader::Watch watch; member in struct:base::__anon14252::FilePathWatcherImpl::WatchEntry
300 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local
598 InotifyReader::Watch watch = local
605 InotifyReader::Watch watch = local
660 InotifyReader::Watch watch = local
    [all...]
file_path_watcher_fsevents.h 30 bool Watch(const FilePath& path,
79 // Target path to watch (passed to callback).
file_path_watcher_kqueue.h 44 bool Watch(const FilePath& path,
file_path_watcher_fsevents.cc 85 bool FilePathWatcherFSEvents::Watch(const FilePath& path,
file_path_watcher_kqueue.cc 314 bool FilePathWatcherKQueue::Watch(const FilePath& path,
318 DCHECK(target_.value().empty()); // Can only watch one path.
323 // Recursive watch is not supported using kqueue.
file_path_watcher_unittest.cc 140 *result = watcher->Watch(target, recursive_watch,
371 // Exercises watch reconfiguration for the case that directories on the path
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
dev.py 46 subscribe to updates to the issue by clicking the "Watch thread" button at
  /system/tpm/attestation/server/
database_impl.h 39 // Watch for external changes to the database.
40 virtual void Watch(const base::Closure& callback) = 0;
65 void Watch(const base::Closure& callback) override;
database_impl.cc 62 io_->Watch(base::Bind(base::IgnoreResult(&DatabaseImpl::Reload),
151 void DatabaseImpl::Watch(const base::Closure& callback) {
154 file_watcher_->Watch(FilePath(kDatabasePath), false,
database_impl_test.cc 67 // Fake DatabaseIO::Watch.
68 void Watch(const base::Closure& callback) override {
  /external/libchrome/dbus/
bus.cc 39 class Watch : public base::MessagePumpLibevent::Watcher {
41 explicit Watch(DBusWatch* watch)
42 : raw_watch_(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); local
1033 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1041 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
    [all...]
  /system/webservd/webservd/
protocol_handler.cc 311 void Watch(bool read, bool write) {
372 // Get all the file descriptors from libmicrohttpd and watch for I/O
386 watcher->Watch(FD_ISSET(fd, &rs), FD_ISSET(fd, &ws));
405 watcher->Watch(FD_ISSET(fd, &rs), FD_ISSET(fd, &ws));
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 20 // Watch for keypresses in the keyword filter textbox, and update
  /frameworks/base/docs/html/design/
design_toc.cs 43 <li><a href="<?cs var:toroot ?>design/wear/watchfaces.html">Watch Faces</a></li>
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 234 // Watch for page unload events so we can save the final sort settings:
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/mocha/
mocha.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 1473 milliseconds