Searched refs:UNSPECIFIED_LOCATION (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/common/features/
H A Dsimple_feature.h37 UNSPECIFIED_LOCATION, enumerator in enum:extensions::SimpleFeature::Location
H A Dsimple_feature.cc254 : location_(UNSPECIFIED_LOCATION),
552 case SimpleFeature::UNSPECIFIED_LOCATION:
H A Dsimple_feature_unittest.cc344 feature.set_location(SimpleFeature::UNSPECIFIED_LOCATION);
369 EXPECT_TRUE(LocationIsAvailable(SimpleFeature::UNSPECIFIED_LOCATION,
483 EXPECT_EQ(SimpleFeature::UNSPECIFIED_LOCATION, feature->location());
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc746 EXPECT_EQ(SimpleFeature::UNSPECIFIED_LOCATION, feature->location());

Completed in 1264 milliseconds