Searched defs:mediaFeature (Results 1 – 4 of 4) sorted by relevance
46 static inline bool featureWithCSSValueID(const String& mediaFeature, const CSSParserValue* value) in featureWithCSSValueID()59 static inline bool featureWithValidIdent(const String& mediaFeature, CSSValueID ident) in featureWithValidIdent()96 static inline bool featureWithValidPositiveLength(const String& mediaFeature, const CSSParserValue*… in featureWithValidPositiveLength()116 static inline bool featureWithValidDensity(const String& mediaFeature, const CSSParserValue* value) in featureWithValidDensity()126 static inline bool featureWithPositiveInteger(const String& mediaFeature, const CSSParserValue* val… in featureWithPositiveInteger()142 static inline bool featureWithPositiveNumber(const String& mediaFeature, const CSSParserValue* valu… in featureWithPositiveNumber()153 static inline bool featureWithZeroOrOne(const String& mediaFeature, const CSSParserValue* value) in featureWithZeroOrOne()162 static inline bool featureWithAspectRatio(const String& mediaFeature) in featureWithAspectRatio()172 static inline bool featureWithoutValue(const String& mediaFeature) in featureWithoutValue()218 MediaQueryExp::MediaQueryExp(const String& mediaFeature, const MediaQueryExpValue& expValue) in MediaQueryExp()[all …]
85 const String& mediaFeature() const { return m_mediaFeature; } in mediaFeature() function
275 static inline bool isResolutionMediaFeature(const String& mediaFeature) in isResolutionMediaFeature()
1457 MediaQueryExp* BisonCSSParser::createFloatingMediaQueryExp(const AtomicString& mediaFeature, CSSPar… in createFloatingMediaQueryExp()