Home
last modified time | relevance | path

Searched refs: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
66 explicit PathWatchInfo(const base::Closure& on_write_callback) in PathWatchInfo() argument
73 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()