Searched refs:APIFeature (Results 1 – 6 of 6) sorted by relevance
9 APIFeature::APIFeature() in APIFeature() function in extensions::APIFeature12 APIFeature::~APIFeature() { in ~APIFeature()15 bool APIFeature::IsInternal() const { in IsInternal()19 std::string APIFeature::Parse(const base::DictionaryValue* value) { in Parse()
14 class APIFeature : public SimpleFeature {16 APIFeature();17 virtual ~APIFeature();
70 CreateFeature<APIFeature>)); in CreateFeatureProvider()
110 CreateFeature<APIFeature>)); in CreateFeatureProvider()
129 CreateFeature<APIFeature>)); in CreateFeatureProvider()
36 return new APIFeature(); in CreateAPIFeature()