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

  /external/chromium_org/content/renderer/media/
webrtc_uma_histograms.h 33 enum JavaScriptAPIName {
53 void UpdateWebRTCMethodCount(JavaScriptAPIName api_name);
77 friend void UpdateWebRTCMethodCount(JavaScriptAPIName);
84 virtual void LogUsage(JavaScriptAPIName api_name);
88 void LogUsageOnlyOnce(JavaScriptAPIName api_name);
webrtc_uma_histograms.cc 22 void UpdateWebRTCMethodCount(JavaScriptAPIName api_name) {
52 void PerSessionWebRTCAPIMetrics::LogUsage(JavaScriptAPIName api_name) {
58 void PerSessionWebRTCAPIMetrics::LogUsageOnlyOnce(JavaScriptAPIName api_name) {
webrtc_uma_histograms_unittest.cc 20 MOCK_METHOD1(LogUsage, void(JavaScriptAPIName));

Completed in 535 milliseconds