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

  /external/chromium_org/base/metrics/
histogram.h 111 base::Histogram* histogram_pointer(reinterpret_cast<base::Histogram*>(
114 if (!histogram_pointer) {
118 histogram_pointer = base::Histogram::FactoryGet(
128 reinterpret_cast<base::subtle::AtomicWord>(histogram_pointer));
132 DCHECK(histogram_pointer->histogram_name() == constant_histogram_name);
134 histogram_pointer->Add(sample);
150 base::HistogramBase* histogram_pointer( \
153 if (!histogram_pointer) { \
154 histogram_pointer = histogram_factory_get_invocation; \
156 reinterpret_cast<base::subtle::AtomicWord>(histogram_pointer)); \
    [all...]
  /external/chromium_org/content/child/
site_isolation_policy.cc 79 base::HistogramBase* histogram_pointer = base::Histogram::FactoryGet( local
81 histogram_pointer->Add(1);
88 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet( local
94 histogram_pointer->Add(sample);
  /external/chromium_org/chrome/browser/net/
network_stats.cc 90 // not create a static histogram_pointer.
94 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet( local
100 histogram_pointer->Add(sample);
105 base::HistogramBase* histogram_pointer = base::Histogram::FactoryTimeGet( local
111 histogram_pointer->AddTime(sample);
119 base::HistogramBase* histogram_pointer = base::Histogram::FactoryGet( local
122 histogram_pointer->Add(sample);
646 base::HistogramBase* histogram_pointer = base::BooleanHistogram::FactoryGet( local
648 histogram_pointer->Add(packets_received_mask_.any());
733 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet local
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 174 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet( local
178 histogram_pointer->Add(value);
180 histogram_pointer = base::LinearHistogram::FactoryGet(
185 histogram_pointer->Add(GetGpuBlacklistHistogramValueWin(value));
    [all...]
  /external/chromium_org/chrome/renderer/
page_load_histograms.cc 70 base::HistogramBase* histogram_pointer = base::Histogram::FactoryTimeGet( local
73 histogram_pointer->AddTime(sample);
    [all...]

Completed in 354 milliseconds