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

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.h 223 struct EnumerationCache {
224 EnumerationCache();
225 ~EnumerationCache();
277 void ClearEnumerationCache(EnumerationCache* cache);
283 bool EnumerationRequired(EnumerationCache* cache, MediaStreamType type);
403 EnumerationCache audio_enumeration_cache_;
404 EnumerationCache video_enumeration_cache_;
media_stream_manager.cc 355 MediaStreamManager::EnumerationCache::EnumerationCache()
359 MediaStreamManager::EnumerationCache::~EnumerationCache() {
719 EnumerationCache* cache;
    [all...]

Completed in 2053 milliseconds