Searched defs:PathWatchInfo (Results 1 – 1 of 1) sorted by relevance
61 struct PathWatchInfo { struct in drive::internal::FileWriteWatcher::FileWriteWatcherImpl62 std::vector<base::Closure> on_write_callbacks;63 base::FilePathWatcher watcher;64 base::Timer timer;66 explicit PathWatchInfo(const base::Closure& on_write_callback) in PathWatchInfo() argument