OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FeatureType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContextFeatures.h
48
enum
FeatureType
{
63
bool isEnabled(Document*,
FeatureType
, bool) const;
84
virtual bool isEnabled(Document*, ContextFeatures::
FeatureType
, bool defaultValue) { return defaultValue; }
96
inline bool ContextFeatures::isEnabled(Document* document,
FeatureType
type, bool defaultValue) const
/external/icu/icu4c/source/layout/
MorphTables.h
25
typedef le_int16
FeatureType
;
30
FeatureType
featureType
;
Completed in 735 milliseconds