Searched refs:RemoveWatch (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc47 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
55 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
308 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { function in class:base::__anon2252::InotifyReader
475 g_inotify_reader.Get().RemoveWatch(watches_[i].watch, this);
512 g_inotify_reader.Get().RemoveWatch(old_watch, this);
552 g_inotify_reader.Get().RemoveWatch(end_it->second, this);
587 g_inotify_reader.Get().RemoveWatch(old_watch, this);
619 g_inotify_reader.Get().RemoveWatch(it->first, this);
/external/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager_unittest.cc242 manager()->RemoveWatch(profile(), extension()->id(), id1);
249 manager()->RemoveWatch(profile(), extension()->id(), id1);
253 manager()->RemoveWatch(profile(), extension()->id(), id2);
H A Dgallery_watch_manager.cc257 void GalleryWatchManager::RemoveWatch(BrowserContext* browser_context, function in class:GalleryWatchManager
351 RemoveWatch(it->browser_context, it->extension_id, it->gallery_id);
399 RemoveWatch(pref->profile(), extension_id, pref_id);
419 RemoveWatch(pref->profile(), *it, pref_id);
H A Dgallery_watch_manager.h68 void RemoveWatch(content::BrowserContext* browser_context,
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc1213 gallery_watch_manager()->RemoveWatch(

Completed in 1838 milliseconds