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

  /external/chromium/base/
histogram_unittest.cc 22 scoped_refptr<Histogram> histogram = Histogram::FactoryGet(
24 scoped_refptr<Histogram> histogram1 = Histogram::FactoryGet(
27 scoped_refptr<Histogram> linear_histogram = LinearHistogram::FactoryGet(
29 scoped_refptr<Histogram> linear_histogram1 = LinearHistogram::FactoryGet(
64 scoped_refptr<Histogram> histogram = Histogram::FactoryGet(
69 scoped_refptr<Histogram> histogram1 = Histogram::FactoryGet(
75 scoped_refptr<Histogram> linear_histogram = LinearHistogram::FactoryGet(
77 scoped_refptr<Histogram> linear_histogram1 = LinearHistogram::FactoryGet(
113 scoped_refptr<Histogram> histogram = Histogram::FactoryGet(
124 scoped_refptr<Histogram> short_histogram = Histogram::FactoryGet(
    [all...]
histogram.h 61 static scoped_refptr<Histogram> counter = Histogram::FactoryGet( \
72 static scoped_refptr<Histogram> counter = Histogram::FactoryGet( \
79 static scoped_refptr<Histogram> counter = Histogram::FactoryGet( \
88 static scoped_refptr<Histogram> counter = LinearHistogram::FactoryGet( \
146 static scoped_refptr<Histogram> counter = Histogram::FactoryGet( \
153 static scoped_refptr<Histogram> counter = Histogram::FactoryGet( \
168 static scoped_refptr<Histogram> counter = Histogram::FactoryGet( \
183 static scoped_refptr<Histogram> counter = LinearHistogram::FactoryGet( \
283 static scoped_refptr<Histogram> FactoryGet(const std::string& name,
285 static scoped_refptr<Histogram> FactoryGet(const std::string& name
    [all...]
histogram.cc 23 scoped_refptr<Histogram> Histogram::FactoryGet(const std::string& name,
51 scoped_refptr<Histogram> Histogram::FactoryGet(const std::string& name,
54 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
444 render_histogram = Histogram::FactoryGet(
447 render_histogram = LinearHistogram::FactoryGet(
450 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags);
577 scoped_refptr<Histogram> LinearHistogram::FactoryGet(
604 scoped_refptr<Histogram> LinearHistogram::FactoryGet(const std::string& name,
607 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
672 scoped_refptr<Histogram> BooleanHistogram::FactoryGet(const std::string& name
    [all...]
message_loop.cc 534 message_histogram_ = LinearHistogram::FactoryGet("MsgLoop:" + thread_name_,
  /external/chromium/net/base/
mime_sniffer.cc 216 LinearHistogram::FactoryGet(name, 1, array_size - 1, array_size,

Completed in 1145 milliseconds