Searched refs:devices_info_cache_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc163 devices_info_cache_);
239 DeviceInfo* found = FindDeviceInfoById(entry->id, devices_info_cache_);
448 FindDeviceInfoById(it->second.id, devices_info_cache_);
561 devices_info_cache_ = new_devices_info_cache;
563 // Walk the |devices_info_cache_| and transform from VCD::Name to
566 for (DeviceInfos::const_iterator it = devices_info_cache_.begin();
567 it != devices_info_cache_.end(); ++it) {
H A Dvideo_capture_manager.h263 DeviceInfos devices_info_cache_; member in class:content::VideoCaptureManager

Completed in 218 milliseconds