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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.cpp 44 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
52 m_data.access()->horizontalRule = horizontalRule;
58 , horizontalRule(StretchImageRule)
70 , horizontalRule(other.horizontalRule)
86 && horizontalRule == other.horizontalRule
NinePieceImage.h 48 unsigned horizontalRule : 2; // ENinePieceImageRule
64 const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule);
85 ENinePieceImageRule horizontalRule() const { return static_cast<ENinePieceImageRule>(m_data->horizontalRule); }
86 void setHorizontalRule(ENinePieceImageRule rule) { m_data.access()->horizontalRule = rule; }
109 m_data.access()->horizontalRule = other.m_data->horizontalRule;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/
doxia-sink-api-1.0-alpha-7.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 568 ENinePieceImageRule horizontalRule;
571 horizontalRule = StretchImageRule;
574 horizontalRule = RoundImageRule;
577 horizontalRule = SpaceImageRule;
580 horizontalRule = RepeatImageRule;
583 image.setHorizontalRule(horizontalRule);
StyleResourceLoader.cpp 174 reflection->setMask(NinePieceImage(loadedImage.release(), maskImage.imageSlices(), maskImage.fill(), maskImage.borderSlices(), maskImage.outset(), maskImage.horizontalRule(), maskImage.verticalRule()));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 507 horizontalRepeat = cssValuePool().createIdentifierValue(valueForRepeatRule(image.horizontalRule()));
508 if (image.horizontalRule() == image.verticalRule())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]

Completed in 595 milliseconds