Home
last modified time | relevance | path

Searched defs:PathWatchInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_write_watcher.cc61 struct PathWatchInfo { struct in drive::internal::FileWriteWatcher::FileWriteWatcherImpl
62 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