OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleFeature
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/features/
simple_feature.h
22
class
SimpleFeature
: public Feature {
24
SimpleFeature
();
25
SimpleFeature
(const
SimpleFeature
& other);
26
virtual ~
SimpleFeature
();
38
bool Equals(const
SimpleFeature
& other) const;
simple_feature.cc
238
SimpleFeature
::
SimpleFeature
()
247
SimpleFeature
::
SimpleFeature
(const
SimpleFeature
& other)
261
SimpleFeature
::~
SimpleFeature
() {
264
bool
SimpleFeature
::Equals(const
SimpleFeature
& other) const {
278
std::string
SimpleFeature
::Parse(const base::DictionaryValue* value)
[
all
...]
/external/chromium_org/tools/json_schema_compiler/
model.py
42
return
SimpleFeature
(name, model)
43
return ComplexFeature(name, [
SimpleFeature
(name, child) for child in model])
59
class
SimpleFeature
(object):
Completed in 82 milliseconds