PathWatchInfo      65 chrome/browser/chromeos/drive/file_write_watcher.cc     explicit PathWatchInfo(const base::Closure& on_write_callback)
PathWatchInfo      72 chrome/browser/chromeos/drive/file_write_watcher.cc   std::map<base::FilePath, PathWatchInfo*> watchers_;
PathWatchInfo     130 chrome/browser/chromeos/drive/file_write_watcher.cc   std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path);
PathWatchInfo     139 chrome/browser/chromeos/drive/file_write_watcher.cc   scoped_ptr<PathWatchInfo> info(new PathWatchInfo(on_write_callback));
PathWatchInfo     157 chrome/browser/chromeos/drive/file_write_watcher.cc   std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path);
PathWatchInfo     175 chrome/browser/chromeos/drive/file_write_watcher.cc   std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path);