Home
last modified time | relevance | path

Searched refs:UNSPECIFIED_LOCATION (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/extensions/features/
Dsimple_feature_unittest.cc44 Feature::UNSPECIFIED_LOCATION, Feature::UNSPECIFIED_PLATFORM, -1, in TEST_F()
47 Feature::UNSPECIFIED_LOCATION, Feature::UNSPECIFIED_PLATFORM, -1, in TEST_F()
50 Feature::UNSPECIFIED_LOCATION, Feature::UNSPECIFIED_PLATFORM, -1, in TEST_F()
53 Feature::UNSPECIFIED_LOCATION, Feature::UNSPECIFIED_PLATFORM, -1, in TEST_F()
59 Feature::UNSPECIFIED_LOCATION, Feature::CHROMEOS_PLATFORM, -1, in TEST_F()
62 Feature::UNSPECIFIED_LOCATION, Feature::UNSPECIFIED_PLATFORM, 25, in TEST_F()
87 kIdFoo, Manifest::TYPE_UNKNOWN, Feature::UNSPECIFIED_LOCATION, -1, in TEST_F()
90 kIdBar, Manifest::TYPE_UNKNOWN, Feature::UNSPECIFIED_LOCATION, -1, in TEST_F()
94 kIdBaz, Manifest::TYPE_UNKNOWN, Feature::UNSPECIFIED_LOCATION, -1, in TEST_F()
100 Feature::UNSPECIFIED_LOCATION, in TEST_F()
[all …]
Dcomplex_feature_unittest.cc64 Feature::UNSPECIFIED_LOCATION, in TEST_F()
72 Feature::UNSPECIFIED_LOCATION, in TEST_F()
80 Feature::UNSPECIFIED_LOCATION, in TEST_F()
85 Feature::UNSPECIFIED_LOCATION, in TEST_F()
120 Feature::UNSPECIFIED_LOCATION, in TEST_F()
131 Feature::UNSPECIFIED_LOCATION, in TEST_F()
142 Feature::UNSPECIFIED_LOCATION, in TEST_F()
Dbase_feature_provider_unittest.cc172 Feature::UNSPECIFIED_LOCATION, in TEST()
177 Feature::UNSPECIFIED_LOCATION, in TEST()
185 Feature::UNSPECIFIED_LOCATION, in TEST()
190 Feature::UNSPECIFIED_LOCATION, in TEST()
Dsimple_feature.cc239 : location_(UNSPECIFIED_LOCATION), in SimpleFeature()
348 if (location_ != UNSPECIFIED_LOCATION && location_ != location) in IsAvailableToManifest()
/external/chromium_org/extensions/common/features/
Dfeature.cc36 return UNSPECIFIED_LOCATION; in ConvertLocation()
Dfeature.h51 UNSPECIFIED_LOCATION, enumerator
/external/chromium_org/chrome/common/extensions/api/
Dextension_api_unittest.cc722 EXPECT_EQ(Feature::UNSPECIFIED_LOCATION, feature->location()); in TEST()