HomeSort by relevance Sort by last modified time
    Searched refs:watches_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/files/
file_path_watcher_linux.cc 146 WatchVector watches_; member in class:base::files::__anon1365::FilePathWatcherImpl
315 // Switch to message_loop_ to access watches_ safely.
328 // Find the entry in |watches_| that corresponds to |fired_watch|.
329 WatchVector::const_iterator watch_entry(watches_.begin());
330 for ( ; watch_entry != watches_.end(); ++watch_entry) {
336 // has been cancelled (|watches_| is empty then), bail out.
337 if (watch_entry == watches_.end())
344 DCHECK(watch_entry->subdir_.empty() || (watch_entry + 1) != watches_.end());
383 watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch, *comp));
385 watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 149 WatchVector watches_; member in class:base::__anon3460::FilePathWatcherImpl
310 // Switch to message_loop_ to access watches_ safely.
322 // Find the entry in |watches_| that corresponds to |fired_watch|.
323 WatchVector::const_iterator watch_entry(watches_.begin());
324 for ( ; watch_entry != watches_.end(); ++watch_entry) {
333 (watch_entry + 1) != watches_.end());
389 watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch, *comp));
391 watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch,
403 // Switch to the message_loop_ if necessary so we can access |watches_|.
422 for (WatchVector::iterator watch_entry(watches_.begin())
    [all...]

Completed in 62 milliseconds