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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.cpp 42 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
50 m_data.access()->horizontalRule = horizontalRule;
56 , horizontalRule(StretchImageRule)
68 , horizontalRule(other.horizontalRule)
84 && 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;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 639 ENinePieceImageRule horizontalRule;
642 horizontalRule = StretchImageRule;
645 horizontalRule = RoundImageRule;
648 horizontalRule = SpaceImageRule;
651 horizontalRule = RepeatImageRule;
654 image.setHorizontalRule(horizontalRule);
StyleResourceLoader.cpp 181 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 522 horizontalRepeat = cssValuePool().createIdentifierValue(valueForRepeatRule(image.horizontalRule()));
523 if (image.horizontalRule() == image.verticalRule())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 51 milliseconds