Home
last modified time | relevance | path

Searched refs:insertionPos (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp536 …c bool handleStyleSpansBeforeInsertion(ReplacementFragment& fragment, const Position& insertionPos) in handleStyleSpansBeforeInsertion() argument
553 …eDeclaration> styleAtInsertionPos = editingStyleAtPosition(rangeCompliantEquivalent(insertionPos)); in handleStyleSpansBeforeInsertion()
738 Position insertionPos = selection.start(); in doApply() local
739 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 …]
DInsertListCommand.cpp250 Position insertionPos(start.deepEquivalent().upstream()); in doApply() local
252 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()
DInsertLineBreakCommand.cpp80 bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos) in shouldUseBreakElement() argument
85 Position p(rangeCompliantEquivalent(insertionPos)); in shouldUseBreakElement()
/external/webkit/WebCore/
DChangeLog-2006-05-102289 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
DChangeLog-2006-12-3134920 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 wasBlock
38475 Replaced some uses of insertionPos with endOfInsertedContent.
41398 a newline character, removed unneeded code to set insertionPos after all code that uses
DChangeLog-2005-08-2325250 …he top level of a document (from test cases in 3947901 and 3949790). When setting insertionPos, use