Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h82 m_selectionBottom = selectionBottom == LayoutUnit::min() ? bottom : selectionBottom;
235 LayoutUnit m_selectionBottom; variable
DRootInlineBox.cpp58 , m_selectionBottom(0) in RootInlineBox()
186 m_selectionBottom += blockDirectionDelta; in adjustPosition()
446 LayoutUnit selectionBottom = m_selectionBottom; in selectionBottom()