HomeSort by relevance Sort by last modified time
    Searched refs:GetAllFeatureNames (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/extensions/common/features/
feature_provider.h 28 virtual const std::vector<std::string>& GetAllFeatureNames() = 0;
  /external/chromium_org/chrome/common/extensions/features/
base_feature_provider.h 37 virtual const std::vector<std::string>& GetAllFeatureNames() OVERRIDE;
base_feature_provider.cc 47 virtual const std::vector<std::string>& GetAllFeatureNames() OVERRIDE {
48 return GetBaseFeatureProvider()->GetAllFeatureNames();
223 const std::vector<std::string>& BaseFeatureProvider::GetAllFeatureNames() {
  /external/chromium_org/chrome/renderer/extensions/
api_definitions_natives.cc 28 feature_provider->GetAllFeatureNames();
dispatcher.cc 685 feature_provider->GetAllFeatureNames();
    [all...]
  /external/chromium_org/chrome/common/extensions/
manifest.cc 147 provider->GetAllFeatureNames();
  /external/chromium_org/chrome/common/extensions/api/
extension_api.cc 292 provider->second->GetAllFeatureNames();

Completed in 91 milliseconds