Home
last modified time | relevance | path

Searched refs:selectionBottom (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp409 …int prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore() + bloc… in selectionTop()
425 int RootInlineBox::selectionBottom() const in selectionBottom() function in WebCore::RootInlineBox
427 int selectionBottom = m_lineBottom; in selectionBottom() local
430selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjus… in selectionBottom()
433 return selectionBottom; in selectionBottom()
436 if (nextTop > selectionBottom && block()->containsFloats()) { in selectionBottom()
442 int newLeft = block()->logicalLeftOffsetForLine(selectionBottom, false); in selectionBottom()
443 int newRight = block()->logicalRightOffsetForLine(selectionBottom, false); in selectionBottom()
445 return selectionBottom; in selectionBottom()
DRootInlineBox.h57 int selectionBottom() const;
58 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); } in selectionHeight()
DRenderReplaced.cpp293 int bottom = root->selectionBottom(); in positionForPoint()
339 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
DInlineTextBox.cpp102 int InlineTextBox::selectionBottom() in selectionBottom() function in WebCore::InlineTextBox
104 return root()->selectionBottom(); in selectionBottom()
824 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintSelection()
849 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintCompositionBackground()
1011 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintSpellingOrGrammarMarker()
1054 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintTextMatchMarker()
DInlineTextBox.h94 int selectionBottom();
DRenderText.cpp484 …if (firstTextBox() && pointBlockDirection < firstTextBox()->root()->selectionBottom() && pointLin… in positionForPoint()
501 int bottom = rootBox->selectionBottom(); in positionForPoint()
DRenderListMarker.cpp1099 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
DRenderBlock.cpp2949 …alTop = blockDirectionOffset(rootBlock, offsetFromRootBlock) + lastSelectedLine->selectionBottom(); in inlineSelectionGaps()
2950 … lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()
2951 … lastLogicalRight = logicalRightSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()
4184 if (pointInLogicalContents.y() < root->selectionBottom()) { in positionForPointWithInlineChildren()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1639388 Account for annotations in selectionTop() and selectionBottom().
39392 (WebCore::RootInlineBox::selectionBottom):
DChangeLog-2010-12-0617214 …avior. I got rid of the verticalClickFudgeFactor and now just use selectionTop and selectionBottom
17218 …and selectionBottom is the right behavior I think. One editing test has been updated after this c…
17237 (WebCore::InlineTextBox::selectionBottom):
17267 (WebCore::RootInlineBox::selectionBottom):
DChangeLog-2006-05-108396 (WebCore::RootInlineBox::selectionBottom):
DChangeLog-2007-10-1450135 (WebCore::RootInlineBox::selectionBottom):
DChangeLog-2009-06-1640208 (WebCore::RootInlineBox::selectionBottom):
DChangeLog-2010-01-2969548 (WebCore::RootInlineBox::selectionBottom):