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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DApplyBlockElementCommand.cpp120 m_endOfLastParagraph = endOfParagraph(endOfSelection).deepEquivalent();
125 if (endOfCurrentParagraph.deepEquivalent() == m_endOfLastParagraph)
135 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent);
190 bool isStartAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && start.containerNode() == m_endOfLastParagraph.containerNode();
207 ASSERT(m_endOfLastParagraph.offsetInContainerNode() >= startOffset);
208 m_endOfLastParagraph = Position(startText, m_endOfLastParagraph.offsetInContainerNode() - startOffset);
214 bool isEndAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && end.deprecatedNode() == m_endOfLastParagraph
[all...]
H A DApplyBlockElementCommand.h56 Position m_endOfLastParagraph; member in class:WebCore::ApplyBlockElementCommand

Completed in 172 milliseconds