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

  /external/chromium_org/content/renderer/media/
webrtc_uma_histograms.h 53 void UpdateWebRTCMethodCount(JavaScriptAPIName api_name);
62 // The UpdateWebRTCMethodCount function above uses this class to log a
77 friend void UpdateWebRTCMethodCount(JavaScriptAPIName);
86 // Called by UpdateWebRTCMethodCount above. Protected rather than
webrtc_uma_histograms.cc 22 void UpdateWebRTCMethodCount(JavaScriptAPIName api_name) {
user_media_client_impl.cc 129 UpdateWebRTCMethodCount(WEBKIT_GET_USER_MEDIA);
229 UpdateWebRTCMethodCount(WEBKIT_GET_MEDIA_DEVICES);
285 // We don't call UpdateWebRTCMethodCount() here to track the API count in UMA
    [all...]
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.cc 194 UpdateWebRTCMethodCount(WEBKIT_RTC_PEER_CONNECTION);

Completed in 440 milliseconds