Searched refs:updateBaselineForCell (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h278 void updateBaselineForCell(RenderTableCell*, unsigned row, LayoutUnit& baselineDescent);
H A DRenderTableSection.cpp677 void RenderTableSection::updateBaselineForCell(RenderTableCell* cell, unsigned row, LayoutUnit& baselineDescent) function in class:blink::RenderTableSection
753 updateBaselineForCell(cell, r, baselineDescent);
769 updateBaselineForCell(cell, r, baselineDescent);

Completed in 230 milliseconds