Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DVisibleSelection.cpp349 … VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity)); in setStartAndEndFromBaseAndExtentRespectingGranularity() local
353 VisiblePosition end(visibleParagraphEnd.next()); in setStartAndEndFromBaseAndExtentRespectingGranularity()
362 end = visibleParagraphEnd; in setStartAndEndFromBaseAndExtentRespectingGranularity()
366 end = visibleParagraphEnd; in setStartAndEndFromBaseAndExtentRespectingGranularity()
DCompositeEditCommand.cpp709 VisiblePosition visibleParagraphEnd = endOfParagraph(visiblePos); in moveParagraphContentsToNewBlockIfNecessary() local
710 VisiblePosition next = visibleParagraphEnd.next(); in moveParagraphContentsToNewBlockIfNecessary()
711 VisiblePosition visibleEnd = next.isNotNull() ? next : visibleParagraphEnd; in moveParagraphContentsToNewBlockIfNecessary()
749 bool endWasBr = visibleParagraphEnd.deepEquivalent().deprecatedNode()->hasTagName(brTag); in moveParagraphContentsToNewBlockIfNecessary()
751 …moveParagraphs(visibleParagraphStart, visibleParagraphEnd, VisiblePosition(firstPositionInNode(new… in moveParagraphContentsToNewBlockIfNecessary()