Home
last modified time | relevance | path

Searched refs:MatchesManifestLocation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/features/
Dsimple_feature.h125 bool MatchesManifestLocation(Manifest::Location manifest_location) const;
Dsimple_feature.cc357 if (!MatchesManifestLocation(location)) in IsAvailableToManifest()
549 bool SimpleFeature::MatchesManifestLocation( in MatchesManifestLocation() function in extensions::SimpleFeature