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 224 struct EnumerationCache {
225 EnumerationCache();
226 ~EnumerationCache();
278 void ClearEnumerationCache(EnumerationCache* cache);
284 bool EnumerationRequired(EnumerationCache* cache, MediaStreamType type);
380 EnumerationCache audio_enumeration_cache_;
381 EnumerationCache video_enumeration_cache_;
media_stream_manager.cc 351 MediaStreamManager::EnumerationCache::EnumerationCache()
355 MediaStreamManager::EnumerationCache::~EnumerationCache() {
713 EnumerationCache* cache;
    [all...]

Completed in 507 milliseconds