OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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