FeatureType        59 Source/core/dom/ContextFeatures.h     bool isEnabled(Document*, FeatureType, bool) const;
FeatureType        84 Source/core/dom/ContextFeatures.h     virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) { return defaultValue; }
FeatureType        96 Source/core/dom/ContextFeatures.h inline bool ContextFeatures::isEnabled(Document* document, FeatureType type, bool defaultValue) const
FeatureType        84 Source/web/ContextFeaturesClientImpl.cpp     Entry& entryFor(ContextFeatures::FeatureType type)
FeatureType       124 Source/web/ContextFeaturesClientImpl.cpp bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
FeatureType       139 Source/web/ContextFeaturesClientImpl.cpp bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
FeatureType        42 Source/web/ContextFeaturesClientImpl.h     virtual bool isEnabled(WebCore::Document*, WebCore::ContextFeatures::FeatureType, bool defaultValue) OVERRIDE;
FeatureType        46 Source/web/ContextFeaturesClientImpl.h     bool askIfIsEnabled(WebCore::Document*, WebCore::ContextFeatures::FeatureType, bool defaultValue);
FeatureType       155 Source/web/WebPagePopupImpl.cpp     virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool) OVERRIDE;
FeatureType       158 Source/web/WebPagePopupImpl.cpp bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultValue)