Lines Matching full:caret
1056 // If the caret is in an empty quoted paragraph, and either there is nothing before that
1063 VisiblePosition caret(endingSelection().visibleStart());
1064 Node* highestBlockquote = highestEnclosingNodeOfType(caret.deepEquivalent(), &isMailBlockquote);
1068 if (!isStartOfParagraph(caret) || !isEndOfParagraph(caret))
1071 VisiblePosition previous(caret.previous(true));
1072 // Only move forward if there's nothing before the caret, or if there's unquoted content before it.
1078 // to hold the caret before the highest blockquote.
1088 if (!lineBreakExistsAtVisiblePosition(caret))
1091 Position caretPos(caret.deepEquivalent());
1115 // the caret was made.