Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/metrics/
DStatisticsRecorderAndroid.java22 public static String toJson(@JSONVerbosityLevel int verbosityLevel) { in toJson()
26 private static native String nativeToJson(@JSONVerbosityLevel int verbosityLevel); in nativeToJson()
/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()
/external/libchrome/base/android/
Dstatistics_recorder_android.cc25 static_cast<JSONVerbosityLevel>(verbosityLevel))); in JNI_StatisticsRecorderAndroid_ToJson()