Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp2307 EBorderStyle ruleStyle = style()->columnRuleStyle(); in paintColumnRules() local
2310 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent && ruleWidth <= colGap; in paintColumnRules()
2341 … style()->isLeftToRightDirection() ? BSLeft : BSRight, ruleColor, ruleStyle, 0, 0); in paintColumnRules()