Searched refs:POLICY_LOCATION (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/features/
H A Dsimple_feature.h39 POLICY_LOCATION, enumerator in enum:extensions::SimpleFeature::Location
H A Dsimple_feature_unittest.cc368 LocationIsAvailable(SimpleFeature::POLICY_LOCATION, Manifest::COMPONENT));
385 EXPECT_TRUE(LocationIsAvailable(SimpleFeature::POLICY_LOCATION,
387 EXPECT_TRUE(LocationIsAvailable(SimpleFeature::POLICY_LOCATION,
391 EXPECT_FALSE(LocationIsAvailable(SimpleFeature::POLICY_LOCATION,
394 LocationIsAvailable(SimpleFeature::POLICY_LOCATION, Manifest::UNPACKED));
395 EXPECT_FALSE(LocationIsAvailable(SimpleFeature::POLICY_LOCATION,
H A Dsimple_feature.cc62 locations["policy"] = SimpleFeature::POLICY_LOCATION;
557 case SimpleFeature::POLICY_LOCATION:

Completed in 105 milliseconds