HomeSort by relevance Sort by last modified time
    Searched refs:isStartOfParagraph (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/editing/
visible_units.h 74 bool isStartOfParagraph(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
ReplaceSelectionCommand.cpp 380 if (isStartOfParagraph(startOfInsertedContent) && selectionStartWasInsideMailBlockquote && hasMatchingQuoteLevel(prev, positionAtEndOfInsertedContent()))
385 && isStartOfParagraph(startOfInsertedContent)
735 bool mergeForward = !(inSameParagraph(startOfInsertedContent, endOfInsertedContent) && !isStartOfParagraph(startOfInsertedContent));
    [all...]
FormatBlockCommand.cpp 94 if (wasEndOfParagraph && !isEndOfParagraph(lastParagraphInBlockNode) && !isStartOfParagraph(lastParagraphInBlockNode))