HomeSort by relevance Sort by last modified time
    Searched defs:CSSPropertyParser (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 65 class CSSPropertyParser {
68 CSSPropertyParser(OwnPtr<CSSParserValueList>&,
71 ~CSSPropertyParser();
302 ImplicitScope(CSSPropertyParser* parser, PropertyType propertyType)
305 m_parser->m_implicitShorthand = propertyType == CSSPropertyParser::PropertyImplicit;
314 CSSPropertyParser* m_parser;
320 ShorthandScope(CSSPropertyParser* parser, CSSPropertyID propId) : m_parser(parser)
332 CSSPropertyParser* m_parser;
396 friend bool parseDeprecatedGradientColorStop(CSSPropertyParser*, CSSParserValue*, CSSGradientColorStop&);
397 friend PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseGradientColorOrKeyword(CSSPropertyParser*, CSSParserValue*)
    [all...]
CSSPropertyParser.cpp 28 #include "core/css/parser/CSSPropertyParser.h"
122 CSSPropertyParser::CSSPropertyParser(OwnPtr<CSSParserValueList>& valueList,
138 CSSPropertyParser::~CSSPropertyParser()
142 void CSSPropertyParser::addPropertyWithPrefixingVariant(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit)
161 void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit)
178 void CSSPropertyParser::rollbackLastProperties(int num)
185 KURL CSSPropertyParser::completeURL(const String& url) const
190 bool CSSPropertyParser::validCalculationUnit(CSSParserValue* value, Units unitflags, ReleaseParsedCalcValueCondition rele (…)
    [all...]

Completed in 2094 milliseconds