Home
last modified time | relevance | path

Searched refs:UpdateWebRTCMethodCount (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebrtc_uma_histograms.h53 void UpdateWebRTCMethodCount(JavaScriptAPIName api_name);
77 friend void UpdateWebRTCMethodCount(JavaScriptAPIName);
Dwebrtc_uma_histograms.cc22 void UpdateWebRTCMethodCount(JavaScriptAPIName api_name) { in UpdateWebRTCMethodCount() function
Duser_media_client_impl.cc129 UpdateWebRTCMethodCount(WEBKIT_GET_USER_MEDIA); in requestUserMedia()
229 UpdateWebRTCMethodCount(WEBKIT_GET_MEDIA_DEVICES); in requestMediaDevices()
/external/chromium_org/content/renderer/media/webrtc/
Dpeer_connection_dependency_factory.cc194 UpdateWebRTCMethodCount(WEBKIT_RTC_PEER_CONNECTION); in CreateRTCPeerConnectionHandler()