Home
last modified time | relevance | path

Searched refs:FeatureType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContextFeatures.h40 enum FeatureType { enum
59 bool isEnabled(Document*, FeatureType, bool) const;
84 …virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) { return defaul… in isEnabled() argument
96 inline bool ContextFeatures::isEnabled(Document* document, FeatureType type, bool defaultValue) con… in isEnabled()
/external/chromium_org/third_party/WebKit/Source/web/
DContextFeaturesClientImpl.h46 …virtual bool isEnabled(WebCore::Document*, WebCore::ContextFeatures::FeatureType, bool defaultValu…
51 … bool askIfIsEnabled(WebCore::Document*, WebCore::ContextFeatures::FeatureType, bool defaultValue);
DContextFeaturesClientImpl.cpp84 Entry& entryFor(ContextFeatures::FeatureType type) in entryFor()
124 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bo… in isEnabled()
137 bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType typ… in askIfIsEnabled()
DWebPagePopupImpl.cpp145 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool) OVERRIDE;
148 bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultV… in isEnabled()
/external/icu4c/layout/
DMorphTables.h24 typedef le_int16 FeatureType; typedef
29 FeatureType featureType;
/external/chromium_org/third_party/WebKit/Source/bindings/
DIDLExtendedAttributes.txt73 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h