Searched refs:parserValue (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp2085 static bool parseBackgroundClip(CSSParserValue* parserValue, RefPtr<CSSValue>& cssValue, CSSPrimitiveValueCache* primitiveValueCache) argument
2087 if (parserValue->id == CSSValueBorderBox || parserValue->id == CSSValuePaddingBox
2088 || parserValue->id == CSSValueContentBox || parserValue->id == CSSValueWebkitText) {
2089 cssValue = primitiveValueCache->createIdentifierValue(parserValue->id);
2147 CSSParserValue* parserValue = m_valueList->current(); local
2157 if (parseBackgroundClip(parserValue, val1, primitiveValueCache()))

Completed in 154 milliseconds