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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTableRow.h72 const BorderValue& borderAdjoiningTableStart() const function in class:WebCore::RenderTableRow
H A DRenderTableCell.h175 const BorderValue& borderAdjoiningTableStart() const function in class:WebCore::RenderTableCell
H A DRenderTableSection.h123 const BorderValue& borderAdjoiningTableStart() const function in class:WebCore::RenderTableSection
H A DRenderTable.cpp982 const BorderValue& sectionAdjoiningBorder = topNonEmptySection->borderAdjoiningTableStart();
991 const BorderValue& startCellAdjoiningBorder = adjoiningStartCell->borderAdjoiningTableStart();
995 const BorderValue& firstRowAdjoiningBorder = adjoiningStartCell->row()->borderAdjoiningTableStart();

Completed in 122 milliseconds