Home
last modified time | relevance | path

Searched refs:HistogramName (Results 1 – 25 of 83) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/tab_count_metrics/
H A Dtab_count_metrics_unittest.cc62 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, bucket), in RecordTabCountMetric()
66 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, in RecordTabCountMetric()
78 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, bucket); in ValidateHistograms()
100 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, 1)); in TEST_F()
102 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, 3)); in TEST_F()
H A Dtab_count_metrics.h52 std::string HistogramName(const std::string prefix,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/tab_count_metrics/
H A Dtab_count_metrics_unittest.cc62 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, bucket), in RecordTabCountMetric()
66 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, in RecordTabCountMetric()
78 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, bucket); in ValidateHistograms()
100 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, 1)); in TEST_F()
102 HistogramName(kTestMetricPrefix, /* live_tabs_only = */ true, 3)); in TEST_F()
H A Dtab_count_metrics.h52 std::string HistogramName(const std::string prefix,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/sharing/
H A Dclick_to_call_browsertest.cc84 std::string HistogramName(const char* suffix) { in HistogramName() function in BaseClickToCallBrowserTest
90 return histograms.GetTotalCountsForPrefix(HistogramName("")); in GetTotalHistogramCounts()
249 {HistogramName("DevicesToShow"), 1}, in IN_PROC_BROWSER_TEST_F()
250 {HistogramName("DevicesToShow.ContextMenu"), 1}, in IN_PROC_BROWSER_TEST_F()
261 {HistogramName("SelectedDeviceIndex"), 1}, in IN_PROC_BROWSER_TEST_F()
262 {HistogramName("SelectedDeviceIndex.ContextMenu"), 1}, in IN_PROC_BROWSER_TEST_F()
280 {HistogramName("DevicesToShow"), 1}, in IN_PROC_BROWSER_TEST_F()
281 {HistogramName("DevicesToShow.ContextMenu"), 1}, in IN_PROC_BROWSER_TEST_F()
292 {HistogramName("SelectedDeviceIndex"), 1}, in IN_PROC_BROWSER_TEST_F()
293 {HistogramName("SelectedDeviceIndex.ContextMenu"), 1}, in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/mac/
H A Dmac_startup_profiler.cc39 const std::string MacStartupProfiler::HistogramName(Location location) { in HistogramName() function in MacStartupProfiler
61 const std::string name(HistogramName(location)); in RecordHistogram()
H A Dmac_startup_profiler.h49 const std::string HistogramName(Location location);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/page_load_metrics/observers/
H A Dlive_tab_count_page_load_metrics_observer.cc19 tab_count_metrics::HistogramName(prefix, /* live_tabs_only = */ true, \
25 tab_count_metrics::HistogramName( \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/protos/perfetto/trace/track_event/
H A Dchrome_histogram_sample.proto21 message HistogramName { message
33 // Interned HistogramName. Only one of |name|, |name_iid| can be set.
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_fetch/storage/
H A Ddatabase_task.cc159 base::UmaHistogramEnumeration("BackgroundFetch.Storage." + HistogramName(), in ReportStorageError()
167 std::string DatabaseTask::HistogramName() const { in HistogramName() function in content::background_fetch::DatabaseTask
H A Dcleanup_task.h39 std::string HistogramName() const override;
H A Dget_developer_ids_task.h43 std::string HistogramName() const override;
H A Dget_registration_task.h47 std::string HistogramName() const override;
H A Ddelete_registration_task.h46 std::string HistogramName() const override;
H A Dget_request_blob_task.h48 std::string HistogramName() const override;
H A Dmark_registration_for_deletion_task.h47 std::string HistogramName() const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_fetch/storage/
H A Ddatabase_task.cc159 base::UmaHistogramEnumeration("BackgroundFetch.Storage." + HistogramName(), in ReportStorageError()
167 std::string DatabaseTask::HistogramName() const { in HistogramName() function in content::background_fetch::DatabaseTask
H A Dcleanup_task.h39 std::string HistogramName() const override;
H A Dget_developer_ids_task.h42 std::string HistogramName() const override;
H A Dget_registration_task.h47 std::string HistogramName() const override;
H A Dmark_registration_for_deletion_task.h47 std::string HistogramName() const override;
H A Ddelete_registration_task.h46 std::string HistogramName() const override;
H A Dget_request_blob_task.h48 std::string HistogramName() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/peerconnection/
H A Dstun_field_trial.cc61 std::string HistogramName(const std::string& prefix, in HistogramName() function
146 std::string histogram_name = HistogramName( in SaveHistogramData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/
H A Dstun_field_trial.cc61 std::string HistogramName(const std::string& prefix, in HistogramName() function
146 std::string histogram_name = HistogramName( in SaveHistogramData()

1234