Home
last modified time | relevance | path

Searched defs:cssParserMode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h104 CSSParserMode cssParserMode() const { return static_cast<CSSParserMode>(m_cssParserMode); } in cssParserMode() function
132 StylePropertySet(CSSParserMode cssParserMode) in StylePropertySet()
138 StylePropertySet(CSSParserMode cssParserMode, unsigned immutableArraySize) in StylePropertySet()
DStylePropertySet.cpp48 …tylePropertySet::create(const CSSProperty* properties, unsigned count, CSSParserMode cssParserMode) in create()
67 MutableStylePropertySet::MutableStylePropertySet(CSSParserMode cssParserMode) in MutableStylePropertySet()
80 …utableStylePropertySet(const CSSProperty* properties, unsigned length, CSSParserMode cssParserMode) in ImmutableStylePropertySet()
586 …rWillBeRawPtr<MutableStylePropertySet> MutableStylePropertySet::create(CSSParserMode cssParserMode) in create()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser-in.cpp228 …ation, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) in parseColorValue()
323 …ation, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) in parseSimpleLengthValue()
895 …SSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleS… in parseValue()
DCSSPropertyParser.cpp249 …er::shouldAcceptUnitLessValues(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode) in shouldAcceptUnitLessValues()
255 …pertyParser::validUnit(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode, Releas… in validUnit()