Searched refs:ToJSON (Results 1 – 4 of 4) sorted by relevance
24 env, base::StatisticsRecorder::ToJSON( in JNI_StatisticsRecorderAndroid_ToJson()
109 static std::string ToJSON(JSONVerbosityLevel verbosity_level);
349 TEST_P(StatisticsRecorderTest, ToJSON) { in TEST_P() argument359 std::string json(StatisticsRecorder::ToJSON(JSON_VERBOSITY_LEVEL_FULL)); in TEST_P()388 json = StatisticsRecorder::ToJSON(JSON_VERBOSITY_LEVEL_OMIT_BUCKETS); in TEST_P()
163 std::string StatisticsRecorder::ToJSON(JSONVerbosityLevel verbosity_level) { in ToJSON() function in base::StatisticsRecorder