Searched refs:FeatureType (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContextFeatures.h48 enum FeatureType { enum in class:blink::FINAL::ContextFeatures
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/chromium_org/third_party/WebKit/Source/web/
H A DContextFeaturesClientImpl.cpp83 Entry& entryFor(ContextFeatures::FeatureType type)
123 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
138 bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
H A DContextFeaturesClientImpl.h45 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) OVERRIDE;
51 bool askIfIsEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue);
H A DWebPagePopupImpl.cpp176 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool) OVERRIDE;
179 bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultValue)
/external/icu/icu4c/source/layout/
H A DMorphTables.h25 typedef le_int16 FeatureType; typedef
30 FeatureType featureType;

Completed in 281 milliseconds