Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h253 void distributeExtraRowSpanHeightToAutoRows(RenderTableCell*, int, int&, Vector<int>&);
DRenderTableSection.cpp331 void RenderTableSection::distributeExtraRowSpanHeightToAutoRows(RenderTableCell* cell, int totalAut… in distributeExtraRowSpanHeightToAutoRows() function in WebCore::RenderTableSection
573distributeExtraRowSpanHeightToAutoRows(cell, totalAutoRowsHeight, extraRowSpanningHeight, spanning… in distributeRowSpanHeightToRows()