Searched refs:PathWatchInfo (Results 1 – 1 of 1) sorted by relevance
61 struct PathWatchInfo { struct in drive::internal::FileWriteWatcher::FileWriteWatcherImpl66 explicit PathWatchInfo(const base::Closure& on_write_callback) in PathWatchInfo() argument73 std::map<base::FilePath, PathWatchInfo*> watchers_;133 std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path); in StartWatchOnFileThread()142 scoped_ptr<PathWatchInfo> info(new PathWatchInfo(on_write_callback)); in StartWatchOnFileThread()162 std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path); in OnWriteEvent()182 std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path); in InvokeCallback()