Home
last modified time | relevance | path

Searched refs:full_histogram_name (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/base/
H A Ddata_type_histogram.cc37 std::string full_histogram_name = in SyncRecordModelTypeUpdateDropReason() local
40 base::UmaHistogramEnumeration(full_histogram_name, in SyncRecordModelTypeUpdateDropReason()
46 std::string full_histogram_name = in SyncRecordModelTypeMemoryHistogram() local
48 base::UmaHistogramCounts1M(full_histogram_name, bytes / 1024); in SyncRecordModelTypeMemoryHistogram()
53 std::string full_histogram_name = in SyncRecordModelTypeCountHistogram() local
55 base::UmaHistogramCounts1M(full_histogram_name, count); in SyncRecordModelTypeCountHistogram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/preferences/tracked/
H A Dtracked_preference_helper.cc99 std::string full_histogram_name(histogram_name); in ReportValidationResult() local
101 base::StrAppend(&full_histogram_name, {".", validation_type_suffix}); in ReportValidationResult()
107 full_histogram_name, 1, reporting_ids_count_, reporting_ids_count_ + 1, in ReportValidationResult()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/preferences/tracked/
H A Dtracked_preference_helper.cc98 std::string full_histogram_name(histogram_name); in ReportValidationResult() local
100 base::StrAppend(&full_histogram_name, {".", validation_type_suffix}); in ReportValidationResult()
106 full_histogram_name, 1, reporting_ids_count_, reporting_ids_count_ + 1, in ReportValidationResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/tracked/
H A Dpref_hash_browsertest.cc117 std::string full_histogram_name(histogram_name); in GetTrackedPrefHistogramCount() local
119 full_histogram_name.append(".").append(histogram_suffix); in GetTrackedPrefHistogramCount()
121 base::StatisticsRecorder::FindHistogram(full_histogram_name); in GetTrackedPrefHistogramCount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/tracked/
H A Dpref_hash_browsertest.cc102 std::string full_histogram_name(histogram_name); in GetTrackedPrefHistogramCount() local
104 full_histogram_name.append(".").append(histogram_suffix); in GetTrackedPrefHistogramCount()
106 base::StatisticsRecorder::FindHistogram(full_histogram_name); in GetTrackedPrefHistogramCount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Ddatabase.cc1608 std::string full_histogram_name = name + "." + histogram_tag_; in AddTaggedHistogram() local
1610 full_histogram_name, base::HistogramBase::kUmaTargetedHistogramFlag); in AddTaggedHistogram()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/blob/
H A Dblob_memory_controller.cc1024 std::string full_histogram_name = in OnEvictionComplete() local
1027 full_histogram_name, in OnEvictionComplete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/blob/
H A Dblob_memory_controller.cc1034 std::string full_histogram_name = in OnEvictionComplete() local
1037 full_histogram_name, in OnEvictionComplete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Ddatabase.cc1683 std::string full_histogram_name = name + "." + histogram_tag_; in AddTaggedHistogram() local
1685 full_histogram_name, base::HistogramBase::kUmaTargetedHistogramFlag); in AddTaggedHistogram()