HomeSort by relevance Sort by last modified time
    Searched refs:FeatureType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.h 45 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) OVERRIDE;
51 bool askIfIsEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue);
ContextFeaturesClientImpl.cpp 83 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)
WebPagePopupImpl.cpp 176 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool) OVERRIDE;
179 bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultValue)
  /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 104 milliseconds