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

  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.cc 152 if (state->cached_devices) {
154 request_id, state->cached_devices->devices);
187 if (requests->empty() && state->cached_devices) {
191 routing_id(), state->cached_devices->label));
193 state->cached_devices.reset();
343 state->cached_devices.reset(new EnumerationState::CachedDevices(
media_stream_dispatcher.h 134 scoped_ptr<CachedDevices> cached_devices; member in struct:content::MediaStreamDispatcher::EnumerationState

Completed in 177 milliseconds