Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h241 const CollapsedBorderValue* currentBorderValue() const { return m_currentBorder; } in currentBorderValue() function
DRenderTableCell.cpp1119 if (!table()->currentBorderValue() || graphicsContext->paintingDisabled()) in paintCollapsedBorders()
1160 if (border->borderValue.isSameIgnoringColor(*table()->currentBorderValue())) { in paintCollapsedBorders()