Searched refs:insertionPos (Results 1 – 6 of 6) sorted by relevance
536 …c bool handleStyleSpansBeforeInsertion(ReplacementFragment& fragment, const Position& insertionPos) in handleStyleSpansBeforeInsertion() argument553 …eDeclaration> styleAtInsertionPos = editingStyleAtPosition(rangeCompliantEquivalent(insertionPos)); in handleStyleSpansBeforeInsertion()738 Position insertionPos = selection.start(); in doApply() local739 bool startIsInsideMailBlockquote = nearestMailBlockquote(insertionPos.node()); in doApply()766 insertionPos = endingSelection().start(); in doApply()785 insertionPos = endingSelection().start(); in doApply()791 …if (startIsInsideMailBlockquote && m_preventNesting && !(enclosingNodeOfType(insertionPos, &isTabl… in doApply()797 insertionPos = positionBeforeNode(br); in doApply()802 prepareWhitespaceAtPositionForSplit(insertionPos); in doApply()807 …Node* endBR = insertionPos.downstream().node()->hasTagName(brTag) ? insertionPos.downstream().node… in doApply()[all …]
250 Position insertionPos(start.deepEquivalent().upstream()); in doApply() local252 Node* listChild = enclosingListChild(insertionPos.node()); in doApply()254 insertionPos = positionBeforeNode(listChild); in doApply()256 insertNodeAt(listElement, insertionPos); in doApply()260 if (insertionPos == start.deepEquivalent()) in doApply()
80 bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos) in shouldUseBreakElement() argument85 Position p(rangeCompliantEquivalent(insertionPos)); 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
25250 …he top level of a document (from test cases in 3947901 and 3949790). When setting insertionPos, use