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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
MultiColumnSetPainter.cpp 41 bool ruleTransparent = blockStyle->columnRuleIsTransparent();
45 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent;
BlockPainter.cpp 264 bool ruleTransparent = m_renderBlock.style()->columnRuleIsTransparent();
268 bool renderRule = ruleStyle > BHIDDEN && !ruleTransparent;

Completed in 88 milliseconds