Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h259 bool hasEndBorderAdjoiningTable() const;
DRenderTableCell.cpp482 bool RenderTableCell::hasEndBorderAdjoiningTable() const in hasEndBorderAdjoiningTable() function in blink::RenderTableCell
624 bool endBorderAdjoinsTable = hasEndBorderAdjoiningTable(); in computeCollapsedEndBorder()