Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMultiColumnSet.cpp331 bool ruleTransparent = blockStyle->columnRuleIsTransparent(); in paintColumnRules() local
335 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent; in paintColumnRules()
DRenderBlock.cpp1969 bool ruleTransparent = style()->columnRuleIsTransparent(); in paintColumnRules() local
1973 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent; in paintColumnRules()