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

  /external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager.cc 257 void GalleryWatchManager::RemoveWatch(BrowserContext* browser_context,
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);
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 47 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) {
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);

Completed in 3928 milliseconds