Searched defs:mediaFeature (Results 1 – 4 of 4) sorted by relevance
45 static inline bool featureWithCSSValueID(const String& mediaFeature, const CSSParserValue* value) in featureWithCSSValueID()55 static inline bool featureWithValidIdent(const String& mediaFeature, CSSValueID ident) in featureWithValidIdent()70 static inline bool featureWithValidPositiveLength(const String& mediaFeature, const CSSParserValue*… in featureWithValidPositiveLength()90 static inline bool featureWithValidDensity(const String& mediaFeature, const CSSParserValue* value) in featureWithValidDensity()100 static inline bool featureWithPositiveInteger(const String& mediaFeature, const CSSParserValue* val… in featureWithPositiveInteger()116 static inline bool featureWithPositiveNumber(const String& mediaFeature, const CSSParserValue* valu… in featureWithPositiveNumber()127 static inline bool featureWithZeroOrOne(const String& mediaFeature, const CSSParserValue* value) in featureWithZeroOrOne()136 static inline bool featureWithAspectRatio(const String& mediaFeature) in featureWithAspectRatio()146 static inline bool featureWithoutValue(const String& mediaFeature) in featureWithoutValue()190 MediaQueryExp::MediaQueryExp(const String& mediaFeature, const MediaQueryExpValue& expValue) in MediaQueryExp()[all …]
87 const String& mediaFeature() const { return m_mediaFeature; } in mediaFeature() function
279 static inline bool isResolutionMediaFeature(const String& mediaFeature) in isResolutionMediaFeature()
1504 MediaQueryExp* BisonCSSParser::createFloatingMediaQueryExp(const AtomicString& mediaFeature, CSSPar… in createFloatingMediaQueryExp()