Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h140 RepeatFill, NoRepeatFill, RoundFill, SpaceFill enumerator
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h452 case NoRepeatFill: in CSSPrimitiveValue()
470 return NoRepeatFill; in EFillRepeat()
DCSSComputedStyleDeclaration.cpp748 if (xRepeat == RepeatFill && yRepeat == NoRepeatFill) in fillRepeatToCSSValue()
750 if (xRepeat == NoRepeatFill && yRepeat == RepeatFill) in fillRepeatToCSSValue()