Searched defs:watches_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager.h143 WatchesMap watches_; member in class:GalleryWatchManager
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc184 WatchVector watches_; member in class:base::__anon2252::FilePathWatcherImpl
350 // Switch to message_loop() to access |watches_| safely.
360 if (watches_.empty()) {
371 // Find the entry in |watches_| that corresponds to |fired_watch|.
372 for (size_t i = 0; i < watches_.size(); ++i) {
373 const WatchEntry& watch_entry = watches_[i];
388 (watch_entry.subdir == child && watches_[i + 1].subdir.empty());
442 watches_.push_back(WatchEntry(comps[i]));
443 watches_.push_back(WatchEntry(FilePath::StringType()));
455 // Switch to the message_loop() if necessary so we can access |watches_|
[all...]

Completed in 157 milliseconds