Home | History | Annotate | Download | only in files

Lines Matching refs:WatchEntry

132   // A WatchEntry instance holds:
138 struct WatchEntry {
139 explicit WatchEntry(const FilePath::StringType& dirname)
147 typedef std::vector<WatchEntry> WatchVector;
174 void AddWatchForBrokenSymlink(const FilePath& path, WatchEntry* watch_entry);
377 const WatchEntry& watch_entry = watches_[i];
390 // The fired watch is for a WatchEntry without a subdir. Thus for a given
397 // The fired watch is for a WatchEntry with a subdir. Thus for a given
399 // So we can safely access the next WatchEntry since we have not reached
466 watches_.push_back(WatchEntry(comps[i]));
467 watches_.push_back(WatchEntry(FilePath::StringType()));
519 WatchEntry& watch_entry = watches_[i];
647 WatchEntry* watch_entry) {