Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_base.h48 enum JSONVerbosityLevel { enum
246 void WriteJSON(std::string* output, JSONVerbosityLevel verbosity_level) const;
Dstatistics_recorder.h109 static std::string ToJSON(JSONVerbosityLevel verbosity_level);
Dhistogram_base.cc145 JSONVerbosityLevel verbosity_level) const { in WriteJSON()
Dstatistics_recorder.cc163 std::string StatisticsRecorder::ToJSON(JSONVerbosityLevel verbosity_level) { in ToJSON()