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

/external/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager.cc192 void GalleryWatchManager::AddWatch(BrowserContext* browser_context, function in class:GalleryWatchManager
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc47 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
52 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
288 InotifyReader::Watch InotifyReader::AddWatch( function in class:base::__anon2252::InotifyReader
502 watch_entry.watch = g_inotify_reader.Get().AddWatch(path, this);
578 g_inotify_reader.Get().AddWatch(current, this);
585 g_inotify_reader.Get().AddWatch(current, this);
640 g_inotify_reader.Get().AddWatch(link.DirName(), this);

Completed in 603 milliseconds