Searched defs:PathWatchInfo (Results 1 – 1 of 1) sorted by relevance
60 struct PathWatchInfo { struct in drive::internal::FileWriteWatcher::FileWriteWatcherImpl61 std::vector<base::Closure> on_write_callbacks;62 base::FilePathWatcher watcher;63 base::Timer timer;65 explicit PathWatchInfo(const base::Closure& on_write_callback) in PathWatchInfo() function