HomeSort by relevance Sort by last modified time
    Searched refs:HistogramCustomCounts (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/tests/
test_uma.cc 28 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/
ppb_uma_private.h 44 * HistogramCustomCounts is a pointer to a function which records a sample
48 void (*HistogramCustomCounts)(struct PP_Var name,
  /external/chromium_org/ppapi/api/private/
ppb_uma_private.idl 29 * HistogramCustomCounts is a pointer to a function which records a sample
33 void HistogramCustomCounts([in] PP_Var name,
  /external/chromium_org/content/renderer/pepper/
ppb_uma_private_impl.cc 47 void HistogramCustomCounts(PP_Var name,
88 &HistogramCustomCounts,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 155 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
167 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
179 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
plugin.cc 156 ptr->HistogramCustomCounts(pp::Var(name).pp_var(),
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 535 milliseconds