OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
191
const std::vector<std::string>& BaseFeatureProvider::
GetAllFeatureNames
() {
/external/chromium_org/chrome/renderer/extensions/
api_definitions_natives.cc
28
feature_provider->
GetAllFeatureNames
();
dispatcher.cc
742
api_feature_provider->
GetAllFeatureNames
();
[
all
...]
/external/chromium_org/extensions/common/
manifest.cc
151
manifest_feature_provider->
GetAllFeatureNames
();
extension_api.cc
286
provider->second->
GetAllFeatureNames
();
Completed in 173 milliseconds