Searched refs:HistogramCustomCounts (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_uma.cc28 uma_interface_->HistogramCustomCounts(name, 10, 1, 100, 50);
29 uma_interface_->HistogramCustomCounts(name, 30, 1, 100, 50);
30 uma_interface_->HistogramCustomCounts(name, 20, 1, 100, 50);
31 uma_interface_->HistogramCustomCounts(name, 40, 1, 100, 50);
/external/chromium_org/ppapi/c/private/
H A Dppb_uma_private.h44 * HistogramCustomCounts is a pointer to a function which records a sample
48 void (*HistogramCustomCounts)(struct PP_Var name, member in struct:PPB_UMA_Private_0_1
/external/chromium_org/ppapi/api/private/
H A Dppb_uma_private.idl29 * HistogramCustomCounts is a pointer to a function which records a sample
33 void HistogramCustomCounts([in] PP_Var name,
/external/chromium_org/content/renderer/pepper/
H A Dppb_uma_private_impl.cc47 void HistogramCustomCounts(PP_Var name, function in namespace:content::__anon8539
88 &HistogramCustomCounts,
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_coordinator.cc155 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
167 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
179 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
H A Dplugin.cc156 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3704 iface->HistogramCustomCounts(*name, sample, min, max, bucket_count);
5056 .HistogramCustomCounts = (void (*)(struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count))&Pnacl_M18_PPB_UMA_Private_HistogramCustomCounts,

Completed in 158 milliseconds