Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp916 bool isPivotNode = (node == pivotPosition.anchorNode()); in startOfSentence() local
918 …if (isHTMLBRElement(node) && (!isPivotNode || pivotPosition.anchorType() == Position::PositionIsAf… in startOfSentence()
923 …size_t lastLineBreak = textNode->data().substring(0, isPivotNode ? pivotPosition.offsetInContainer… in startOfSentence()
951 bool isPivotNode = node == pivotPosition.anchorNode(); in endOfSentence() local
958 …size_t firstLineBreak = textNode->data().find('\n', isPivotNode ? pivotPosition.offsetInContainerN… in endOfSentence()