Searched refs:boundary_value (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dppb_uma_private_impl.cc68 int32_t boundary_value) {
69 RETURN_IF_BAD_ARGS(name, sample, 1, boundary_value, boundary_value + 1);
78 boundary_value,
79 boundary_value + 1,
66 HistogramEnumeration(PP_Var name, int32_t sample, int32_t boundary_value) argument
/external/chromium_org/ppapi/c/private/
H A Dppb_uma_private.h57 * by |boundary_value|, that is, sample < boundary_value always.
61 int32_t boundary_value);
/external/chromium_org/ppapi/api/private/
H A Dppb_uma_private.idl43 * by |boundary_value|, that is, sample < boundary_value always.
47 [in] int32_t boundary_value);
/external/chromium/net/disk_cache/
H A Dhistogram_macros.h56 #define CACHE_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \
60 name, 1, boundary_value, boundary_value + 1, \
/external/chromium_org/chrome/browser/ui/webui/
H A Dmetrics_handler.cc53 double boundary_value; local
56 !args->GetDouble(2, &boundary_value)) {
62 int int_boundary_value = static_cast<int>(boundary_value);
/external/chromium_org/net/disk_cache/
H A Dhistogram_macros.h55 #define CACHE_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \
59 name, 1, boundary_value, boundary_value + 1, \
/external/chromium/chrome/browser/autofill/
H A Dautofill_metrics.cc128 int boundary_value) {
136 boundary_value,
137 boundary_value + 1,
/external/chromium_org/base/metrics/
H A Dhistogram.h201 // strictly less than |boundary_value| -- this prevents you from running into
206 #define HISTOGRAM_ENUMERATION(name, sample, boundary_value) \
208 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
209 boundary_value + 1, base::HistogramBase::kNoFlags))
238 #define DHISTOGRAM_ENUMERATION(name, sample, boundary_value) \
239 HISTOGRAM_ENUMERATION(name, sample, boundary_value)
283 #define DHISTOGRAM_ENUMERATION(name, sample, boundary_value) \
284 DISCARD_3_ARGUMENTS(name, sample, boundary_value)
343 // The samples should always be strictly less than |boundary_value|. For more
345 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \
[all...]
/external/chromium/base/metrics/
H A Dhistogram.h110 // less than boundary_value.
112 #define HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \
115 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
116 boundary_value + 1, base::Histogram::kNoFlags); \
145 #define DHISTOGRAM_ENUMERATION(name, sample, boundary_value) \
146 HISTOGRAM_ENUMERATION(name, sample, boundary_value)
161 #define DHISTOGRAM_ENUMERATION(name, sample, boundary_value) do {} while (0)
241 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \
244 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
245 boundary_value
[all...]
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h53 const char* name, int sample, int boundary_value);
H A Dwebkitclient_impl.cc275 const char* name, int sample, int boundary_value) {
279 base::LinearHistogram::FactoryGet(name, 1, boundary_value,
280 boundary_value + 1, base::Histogram::kUmaTargetedHistogramFlag);
274 histogramEnumeration( const char* name, int sample, int boundary_value) argument
/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.h86 void LogIntegerPrefChange(int boundary_value,
H A Dpref_metrics_service.cc219 void PrefMetricsService::LogIntegerPrefChange(int boundary_value, argument
228 boundary_value,
229 boundary_value + 1,
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics.cc202 int boundary_value) {
203 DCHECK_LT(sample, boundary_value);
210 boundary_value,
211 boundary_value + 1,
200 LogUMAHistogramEnumeration(const std::string& name, int sample, int boundary_value) argument
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc165 Histogram::Sample boundary_value) {
174 counter_name, 1, boundary_value, boundary_value + 1,
204 Histogram::Sample boundary_value) {
205 Histogram* counter = GetEnumsHistogramForConfig(config, name, boundary_value);
162 GetEnumsHistogramForConfig( const WebSocketExperimentTask::Config& config, const std::string& name, Histogram::Sample boundary_value) argument
200 UpdateHistogramEnums( const WebSocketExperimentTask::Config& config, const std::string& name, Histogram::Sample sample, Histogram::Sample boundary_value) argument
/external/chromium_org/webkit/child/
H A Dwebkitplatformsupport_impl.h73 const char* name, int sample, int boundary_value);
H A Dwebkitplatformsupport_impl.cc411 const char* name, int sample, int boundary_value) {
415 base::LinearHistogram::FactoryGet(name, 1, boundary_value,
416 boundary_value + 1, base::HistogramBase::kUmaTargetedHistogramFlag);
410 histogramEnumeration( const char* name, int sample, int boundary_value) argument
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc88 uint32 boundary_value) {
92 boundary_value,
93 boundary_value + 1,
86 DynamicHistogramEnumeration(const std::string& name, uint32 sample, uint32 boundary_value) argument
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc942 int boundary_value) {
945 1, boundary_value, boundary_value + 1,
939 EmeUMAHistogramEnumeration(const WebKit::WebString& key_system, const std::string& method, int sample, int boundary_value) argument
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_impl.cc660 int boundary_value) {
663 1, boundary_value, boundary_value + 1,
657 EmeUMAHistogramEnumeration(const WebKit::WebString& key_system, const std::string& method, int sample, int boundary_value) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3494 static void Pnacl_M18_PPB_UMA_Private_HistogramEnumeration(struct PP_Var* name, int32_t sample, int32_t boundary_value) { argument
3496 iface->HistogramEnumeration(*name, sample, boundary_value);
4829 .HistogramEnumeration = (void (*)(struct PP_Var name, int32_t sample, int32_t boundary_value))&Pnacl_M18_PPB_UMA_Private_HistogramEnumeration

Completed in 948 milliseconds