Searched refs:containsStart (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2740 bool containsStart = selectionState() == SelectionStart || selectionState() == SelectionBoth; local
2743 if (containsStart) {
2762 if (!containsStart && !lastSelectedLine && selectionState() != SelectionStart && selectionState() != SelectionBoth) {
2777 if (containsStart && !lastSelectedLine) {

Completed in 59 milliseconds