Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRootInlineBox.h120 int selectionBottom() { return m_overflow ? m_overflow->m_selectionBottom : m_y + height(); } in selectionBottom() function
DInlineFlowBox.cpp352 int selectionBottom = heightOfBlock; in verticallyAlignBoxes() local
483 … int& topPosition, int& bottomPosition, int& selectionTop, int& selectionBottom) in placeBoxesVertically()