Searched defs:cssParserMode (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| D | StylePropertySet.h | 104 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()
|
| D | StylePropertySet.cpp | 48 …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/ |
| D | BisonCSSParser-in.cpp | 228 …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()
|
| D | CSSPropertyParser.cpp | 249 …er::shouldAcceptUnitLessValues(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode) in shouldAcceptUnitLessValues() 255 …pertyParser::validUnit(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode, Releas… in validUnit()
|