OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFeature
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/json_schema_compiler/
features_compiler.py
17
from model import
CreateFeature
33
feature_list.append(
CreateFeature
(feature_def, feature))
model.py
40
def
CreateFeature
(name, model):
/external/chromium_org/chrome/common/extensions/features/
base_feature_provider.cc
25
SimpleFeature*
CreateFeature
() {
58
&
CreateFeature
<APIFeature>,
62
&
CreateFeature
<PermissionFeature>,
66
&
CreateFeature
<ManifestFeature>,
99
static_cast<FeatureFactory>(&
CreateFeature
<SimpleFeature>)) {
Completed in 40 milliseconds