Home
last modified time | relevance | path

Searched defs:styleForCellFlow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp939 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); in borderHalfLeft() local
947 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); in borderHalfRight() local
955 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); in borderHalfTop() local
963 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); in borderHalfBottom() local
1122 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); in paintCollapsedBorders() local
DRenderTableCell.h175 const RenderStyle* styleForCellFlow() const in styleForCellFlow() function