Home
last modified time | relevance | path

Searched defs:selectionTop (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.h43 virtual int selectionTop() { return m_y; } in selectionTop() function
/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp399 int RootInlineBox::selectionTop() const in selectionTop() function in WebCore::RootInlineBox
401 int selectionTop = m_lineTop; in selectionTop() local
DInlineTextBox.cpp96 int InlineTextBox::selectionTop() in selectionTop() function in WebCore::InlineTextBox