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

  /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 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);
645 base::HistogramBase* histogram_pointer = base::BooleanHistogram::FactoryGet( local
647 histogram_pointer->Add(packets_received_mask_.any());
732 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 173 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet( local
177 histogram_pointer->Add(value);
179 histogram_pointer = base::LinearHistogram::FactoryGet(
184 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 382 milliseconds