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

  /external/chromium_org/content/child/
site_isolation_policy.cc 106 base::HistogramBase* histogram_pointer = base::Histogram::FactoryGet( local
108 histogram_pointer->Add(1);
115 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet( local
121 histogram_pointer->Add(sample);
  /external/chromium_org/chrome/browser/net/
network_stats.cc 89 // not create a static histogram_pointer.
93 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet( local
99 histogram_pointer->Add(sample);
104 base::HistogramBase* histogram_pointer = base::Histogram::FactoryTimeGet( local
110 histogram_pointer->AddTime(sample);
118 base::HistogramBase* histogram_pointer = base::Histogram::FactoryGet( local
121 histogram_pointer->Add(sample);
643 base::HistogramBase* histogram_pointer = base::BooleanHistogram::FactoryGet( local
645 histogram_pointer->Add(packets_received_mask_.any());
730 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet local
    [all...]
  /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/browser/gpu/
gpu_data_manager_impl_private.cc 182 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet( local
186 histogram_pointer->Add(value);
188 histogram_pointer = base::LinearHistogram::FactoryGet(
193 histogram_pointer->Add(GetGpuBlacklistHistogramValueWin(value));
    [all...]

Completed in 632 milliseconds