OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ManifestFeature
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/features/
manifest_feature.h
12
class
ManifestFeature
: public SimpleFeature {
14
ManifestFeature
();
15
virtual ~
ManifestFeature
();
manifest_feature.cc
11
ManifestFeature
::
ManifestFeature
() {
14
ManifestFeature
::~
ManifestFeature
() {
17
Feature::Availability
ManifestFeature
::IsAvailableToContext(
37
std::string
ManifestFeature
::Parse(const base::DictionaryValue* value) {
base_feature_provider.cc
66
&CreateFeature<
ManifestFeature
>,
Completed in 64 milliseconds