Searched refs:borderAdjoiningTableStart (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.h72 const BorderValue& borderAdjoiningTableStart() const function in class:WebCore::FINAL
H A DRenderTableCell.h175 const BorderValue& borderAdjoiningTableStart() const function in class:WebCore::FINAL
H A DRenderTableSection.h140 const BorderValue& borderAdjoiningTableStart() const function in class:WebCore::FINAL
H A DRenderTable.cpp994 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableStart();
1003 const BorderValue& startCellAdjoiningBorder = adjoiningStartCell->borderAdjoiningTableStart();
1007 const BorderValue& firstRowAdjoiningBorder = adjoiningStartCell->row()->borderAdjoiningTableStart();

Completed in 35 milliseconds