Searched defs:GetHistogramName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_histograms.cc35 std::string GetHistogramName(Origin origin, uint8 experiment_id, function in namespace:prerender::__anon4463
106 std::string name = GetHistogramName(origin, experiment, wash, \
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy.cc228 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CONTENT_SCRIPT),
230 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(READ_DOM),
232 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(MODIFIED_DOM),
234 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(DOM_METHOD),
236 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(DOCUMENT_WRITE),
238 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(INNER_HTML),
240 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_SCRIPT),
242 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_IFRAME),
244 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_DIV),
246 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_LIN
413 const char* UmaPolicy::GetHistogramName(PageStatus status) { function in class:extensions::UmaPolicy
[all...]

Completed in 110 milliseconds