HomeSort by relevance Sort by last modified time
    Searched refs:NoRepeatFill (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 140 position->setRepeatX(style->backgroundRepeatX() != WebCore::NoRepeatFill);
141 position->setRepeatY(style->backgroundRepeatY() != WebCore::NoRepeatFill);
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 140 RepeatFill, NoRepeatFill, RoundFill, SpaceFill
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h 452 case NoRepeatFill:
470 return NoRepeatFill;
    [all...]
CSSComputedStyleDeclaration.cpp 736 if (xRepeat == RepeatFill && yRepeat == NoRepeatFill)
738 if (xRepeat == NoRepeatFill && yRepeat == RepeatFill)
    [all...]

Completed in 26 milliseconds