Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp554 …c bool handleStyleSpansBeforeInsertion(ReplacementFragment& fragment, const Position& insertionPos) in handleStyleSpansBeforeInsertion() argument
571 …RefPtr<EditingStyle> styleAtInsertionPos = EditingStyle::create(insertionPos.parentAnchoredEquival… in handleStyleSpansBeforeInsertion()
842 Position insertionPos = selection.start(); in doApply() local
843 …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 …]
DInsertListCommand.cpp368 Position insertionPos(start.deepEquivalent().upstream()); in listifyParagraph() local
370 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()
DInsertLineBreakCommand.cpp79 bool InsertLineBreakCommand::shouldUseBreakElement(const Position& insertionPos) in shouldUseBreakElement() argument
84 Position p(insertionPos.parentAnchoredEquivalent()); in shouldUseBreakElement()
/external/webkit/Source/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-2010-05-2419167 insertionPos under the same enclosing list. Because the next and the previous list elements
DChangeLog-2005-08-2325250 …he top level of a document (from test cases in 3947901 and 3949790). When setting insertionPos, use