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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
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 570 ENinePieceImageRule horizontalRule;
573 horizontalRule = StretchImageRule;
576 horizontalRule = RoundImageRule;
579 horizontalRule = SpaceImageRule;
582 horizontalRule = RepeatImageRule;
585 image.setHorizontalRule(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 

Completed in 207 milliseconds