Home
last modified time | relevance | path

Searched refs:layerRes (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.cpp333 String layerRes; in getLayeredShorthandValue() local
386 if (!layerRes.isNull()) in getLayeredShorthandValue()
387 layerRes += " "; in getLayeredShorthandValue()
390 layerRes += getValueName(CSSValueRepeatX); in getLayeredShorthandValue()
393 layerRes += getValueName(CSSValueRepeatY); in getLayeredShorthandValue()
396 layerRes += value->cssText(); in getLayeredShorthandValue()
398 layerRes += value->cssText(); in getLayeredShorthandValue()
402 if (!layerRes.isNull()) { in getLayeredShorthandValue()
405 res += layerRes; in getLayeredShorthandValue()