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

12

/external/chromium_org/net/disk_cache/blockfile/
H A Dhistogram_macros.h50 #define CACHE_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \
52 name, 1, boundary_value, boundary_value + 1, \
H A Dhistogram_macros_v3.h53 #define CACHE_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \
57 name, 1, boundary_value, boundary_value + 1, \
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager_metrics_util.cc90 int boundary_value) {
91 DCHECK_LT(sample, boundary_value);
98 boundary_value,
99 boundary_value + 1,
88 LogUMAHistogramEnumeration(const std::string& name, int sample, int boundary_value) argument
H A Dpassword_manager_metrics_util.h75 int boundary_value);
/external/chromium_org/ppapi/c/private/
H A Dppb_uma_private.h61 * by |boundary_value|, that is, sample < boundary_value always.
66 int32_t boundary_value);
/external/chromium_org/ppapi/cpp/private/
H A Duma_private.h39 int32_t boundary_value);
H A Duma_private.cc63 int32_t boundary_value) {
68 sample, boundary_value);
61 HistogramEnumeration(const std::string& name, int32_t sample, int32_t boundary_value) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_uma_private_thunk.cc59 int32_t boundary_value) {
67 boundary_value);
56 HistogramEnumeration(PP_Instance instance, struct PP_Var name, int32_t sample, int32_t boundary_value) argument
H A Dppb_uma_singleton_api.h35 int32_t boundary_value) = 0;
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_uma_host.cc180 int32_t boundary_value) {
184 RETURN_IF_BAD_ARGS(0, boundary_value, boundary_value + 1);
189 boundary_value,
190 boundary_value + 1,
176 OnHistogramEnumeration( ppapi::host::HostMessageContext* context, const std::string& name, int32_t sample, int32_t boundary_value) argument
H A Dpepper_uma_host.h61 int32_t boundary_value);
/external/chromium_org/chrome/browser/ui/webui/
H A Dmetrics_handler.cc54 double boundary_value; local
57 !args->GetDouble(2, &boundary_value)) {
63 int int_boundary_value = static_cast<int>(boundary_value);
/external/chromium_org/ppapi/api/private/
H A Dppb_uma_private.idl50 * by |boundary_value|, that is, sample < boundary_value always.
56 [in] int32_t boundary_value);
/external/chromium_org/ppapi/proxy/
H A Duma_private_resource.cc78 int32_t boundary_value) {
84 boundary_value));
74 HistogramEnumeration( PP_Instance instance, struct PP_Var name, int32_t sample, int32_t boundary_value) argument
H A Duma_private_resource.h45 int32_t boundary_value) OVERRIDE;
/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.h79 void LogIntegerPrefChange(int boundary_value,
H A Dpref_metrics_service.cc195 void PrefMetricsService::LogIntegerPrefChange(int boundary_value, argument
204 boundary_value,
205 boundary_value + 1,
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics.cc188 int boundary_value) {
189 DCHECK_LT(sample, boundary_value);
196 boundary_value,
197 boundary_value + 1,
186 LogUMAHistogramEnumeration(const std::string& name, int sample, int boundary_value) argument
/external/chromium_org/components/nacl/renderer/
H A Dhistogram.h22 int32_t boundary_value);
H A Dhistogram.cc31 int32_t boundary_value) {
36 boundary_value,
37 boundary_value + 1,
29 HistogramEnumerate(const std::string& name, int32_t sample, int32_t boundary_value) argument
/external/chromium_org/base/metrics/
H A Dhistogram.h207 // strictly less than |boundary_value| -- this prevents you from running into
212 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \
214 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
215 boundary_value + 1, base::HistogramBase::kNoFlags))
288 // The samples should always be strictly less than |boundary_value|. For more
290 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \
291 HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary_value, \
297 #define UMA_STABILITY_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \
298 HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary_value, \
/external/chromium_org/content/child/
H A Dsite_isolation_policy.cc86 uint32 boundary_value) {
91 boundary_value,
92 boundary_value + 1,
84 IncrementHistogramEnum(const std::string& name, uint32 sample, uint32 boundary_value) argument
H A Dblink_platform_impl.h98 const char* name, int sample, int boundary_value);
/external/chromium_org/content/renderer/media/crypto/
H A Dencrypted_media_player_support_impl.cc66 int boundary_value) {
69 1, boundary_value, boundary_value + 1,
63 EmeUMAHistogramEnumeration(const std::string& key_system, const std::string& method, int sample, int boundary_value) argument
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc93 uint32 boundary_value) {
97 boundary_value,
98 boundary_value + 1,
91 DynamicHistogramEnumeration(const std::string& name, uint32 sample, uint32 boundary_value) argument

Completed in 370 milliseconds

12