Searched defs:cssParserMode (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertySet.h | 103 CSSParserMode cssParserMode() const { return static_cast<CSSParserMode>(m_cssParserMode); } in cssParserMode() function 131 StylePropertySet(CSSParserMode cssParserMode) in StylePropertySet() 137 StylePropertySet(CSSParserMode cssParserMode, unsigned immutableArraySize) in StylePropertySet()
|
D | StylePropertySet.cpp | 50 …tylePropertySet::create(const CSSProperty* properties, unsigned count, CSSParserMode cssParserMode) in create() 65 MutableStylePropertySet::MutableStylePropertySet(CSSParserMode cssParserMode) in MutableStylePropertySet() 78 …utableStylePropertySet(const CSSProperty* properties, unsigned length, CSSParserMode cssParserMode) in ImmutableStylePropertySet() 683 PassRefPtr<MutableStylePropertySet> MutableStylePropertySet::create(CSSParserMode cssParserMode) in create()
|
D | CSSParser-in.cpp | 320 …ation, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) in parseColorValue() 416 …ation, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) in parseSimpleLengthValue() 1082 …SSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleS… in parseValue() 1421 …er::shouldAcceptUnitLessValues(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode) in shouldAcceptUnitLessValues() 1427 bool CSSParser::validUnit(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode, Rele… in validUnit()
|