HomeSort by relevance Sort by last modified time
    Searched defs:histogram_value (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/syncable/
model_type_unittest.cc 94 int histogram_value = ModelTypeToHistogramInt(it.Get()); local
96 EXPECT_TRUE(histogram_values.insert(histogram_value).second)
103 EXPECT_LT(histogram_value, MODEL_TYPE_COUNT);
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.cc 161 int histogram_value = status.is_success() ? source->GetResponseCode() : local
164 histogram_value);
  /external/chromium_org/extensions/browser/
extension_function.h 69 public: static extensions::functions::HistogramValue histogram_value() \
185 extensions::functions::HistogramValue histogram_value) {
186 histogram_value_ = histogram_value; }
187 extensions::functions::HistogramValue histogram_value() const { function in class:ExtensionFunction

Completed in 96 milliseconds