Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp2004 RootInlineBox* lastSelectedLine = 0; in fillInlineSelectionGaps() local
2013 if (!containsStart && !lastSelectedLine && in fillInlineSelectionGaps()
2021 lastSelectedLine = curr; in fillInlineSelectionGaps()
2024 if (containsStart && !lastSelectedLine) in fillInlineSelectionGaps()
2026 lastSelectedLine = lastRootBox(); in fillInlineSelectionGaps()
2028 if (lastSelectedLine && selectionState() != SelectionEnd && selectionState() != SelectionBoth) { in fillInlineSelectionGaps()
2030 lastTop = (ty - blockY) + lastSelectedLine->bottomOverflow(); in fillInlineSelectionGaps()
2031 lastLeft = leftSelectionOffset(rootBlock, lastSelectedLine->bottomOverflow()); in fillInlineSelectionGaps()
2032 lastRight = rightSelectionOffset(rootBlock, lastSelectedLine->bottomOverflow()); in fillInlineSelectionGaps()