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

  /external/libchrome/base/metrics/
statistics_recorder.h 142 static std::string ToJSON(const std::string& query);
statistics_recorder_unittest.cc 360 TEST_P(StatisticsRecorderTest, ToJSON) {
370 std::string json(StatisticsRecorder::ToJSON(std::string()));
396 json = StatisticsRecorder::ToJSON(query);
419 json = StatisticsRecorder::ToJSON(query);
statistics_recorder.cc 246 std::string StatisticsRecorder::ToJSON(const std::string& query) {

Completed in 59 milliseconds