Searched refs:insertionPos (Results 1 – 7 of 7) sorted by relevance
554 …c bool handleStyleSpansBeforeInsertion(ReplacementFragment& fragment, const Position& insertionPos) in handleStyleSpansBeforeInsertion() argument571 …RefPtr<EditingStyle> styleAtInsertionPos = EditingStyle::create(insertionPos.parentAnchoredEquival… in handleStyleSpansBeforeInsertion()842 Position insertionPos = selection.start(); in doApply() local843 …bool startIsInsideMailBlockquote = enclosingNodeOfType(insertionPos, isMailBlockquote, CanCrossEdi… in doApply()868 insertionPos = endingSelection().start(); in doApply()887 insertionPos = endingSelection().start(); in doApply()893 …if (startIsInsideMailBlockquote && m_preventNesting && !(enclosingNodeOfType(insertionPos, &isTabl… in doApply()899 insertionPos = positionInParentBeforeNode(br); in doApply()904 prepareWhitespaceAtPositionForSplit(insertionPos); in doApply()907 if (!insertionPos.downstream().deprecatedNode()) in doApply()[all …]
368 Position insertionPos(start.deepEquivalent().upstream()); in listifyParagraph() local370 Node* listChild = enclosingListChild(insertionPos.deprecatedNode()); in listifyParagraph()372 insertionPos = positionInParentBeforeNode(listChild); in listifyParagraph()374 insertNodeAt(listElement, insertionPos); in listifyParagraph()379 if (insertionPos == start.deepEquivalent()) { in listifyParagraph()
79 bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos) in shouldUseBreakElement() argument84 Position p(insertionPos.parentAnchoredEquivalent()); in shouldUseBreakElement()
2289 If we've already inserted content during the start merge, insertionPos will be 2290 the position just after that content, so inserting new content before insertionPos 6790 is to insert a paragraph separator if insertionPos.next() is null or outside of the current 6796 this code is also used to ensure that the aforementioned insertionPos will be at the end of
34920 around insertionPos before insertion because the content might 38466 Don't track startPos in addition to insertionPos. It was never used.38470 Adjust insertionPos before insertion (not during) and do not consult wasBlock38475 Replaced some uses of insertionPos with endOfInsertedContent.41398 a newline character, removed unneeded code to set insertionPos after all code that uses
19167 insertionPos under the same enclosing list. Because the next and the previous list elements
25250 …he top level of a document (from test cases in 3947901 and 3949790). When setting insertionPos, use