Searched refs:visibleParagraphEnd (Results 1 – 2 of 2) sorted by relevance
349 … VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity)); in setStartAndEndFromBaseAndExtentRespectingGranularity() local353 VisiblePosition end(visibleParagraphEnd.next()); in setStartAndEndFromBaseAndExtentRespectingGranularity()362 end = visibleParagraphEnd; in setStartAndEndFromBaseAndExtentRespectingGranularity()366 end = visibleParagraphEnd; in setStartAndEndFromBaseAndExtentRespectingGranularity()
709 VisiblePosition visibleParagraphEnd = endOfParagraph(visiblePos); in moveParagraphContentsToNewBlockIfNecessary() local710 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()