OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APIFeature
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/extensions/features/
api_feature.h
12
class
APIFeature
: public SimpleFeature {
14
APIFeature
();
15
virtual ~
APIFeature
();
api_feature.cc
9
APIFeature
::
APIFeature
() : internal_(false) {
12
APIFeature
::~
APIFeature
() {
15
bool
APIFeature
::IsInternal() const {
19
std::string
APIFeature
::Parse(const base::DictionaryValue* value) {
base_feature_provider.cc
58
&CreateFeature<
APIFeature
>,
/external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc
36
return new
APIFeature
();
[
all
...]
Completed in 42 milliseconds