Searched refs:histogram_json (Results 1 – 5 of 5) sorted by relevance
24 def SubtractHistogram(histogram_json, start_histogram_json): argument33 return histogram_json35 histogram = json.loads(histogram_json)74 for histogram_json in histogram_jsons:75 h = json.loads(histogram_json)95 histogram_json = tab.EvaluateJavaScript(98 if histogram_json:99 return histogram_json105 histogram_json = GetHistogram(histogram_type, histogram_name, tab)106 histogram = json.loads(histogram_json)[all …]
43 std::string* histogram_json) { in OnGetBrowserHistogram() argument58 *histogram_json = "{}"; in OnGetBrowserHistogram()60 histogram->WriteJSON(histogram_json); in OnGetBrowserHistogram()
31 std::string* histogram_json);
133 std::string histogram_json; in GetBrowserHistogram() local135 histogram_name, &histogram_json)); in GetBrowserHistogram()136 return histogram_json; in GetBrowserHistogram()
39 def GeomMeanAndStdDevFromHistogram(histogram_json): argument40 histogram = json.loads(histogram_json)