Home
last modified time | relevance | path

Searched refs:positionBeforeNode (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/editing/
DBreakBlockquoteCommand.cpp81 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply()
91 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply()
197 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM)); in doApply()
DInsertListCommand.cpp305 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get())); in unlistifyParagraph()
348 insertNodeAt(listItemElement, positionBeforeNode(nextList)); in listifyParagraph()
359 start = positionBeforeNode(placeholder.get()); in listifyParagraph()
385 moveParagraph(start, end, positionBeforeNode(placeholder.get()), true); in listifyParagraph()
DInsertLineBreakCommand.cpp123 VisiblePosition endingPosition(positionBeforeNode(nodeToInsert.get())); in doApply()
129 if (!isStartOfParagraph(positionBeforeNode(nodeToInsert.get()))) in doApply()
DInsertParagraphSeparatorCommand.cpp345 …if (VisiblePosition(insertionPosition) != VisiblePosition(positionBeforeNode(blockToInsert.get()))… in doApply()
353 … if (comparePositions(VisiblePosition(insertionPosition), positionBeforeNode(n)) <= 0) in doApply()
Dhtmlediting.h123 return editingIgnoresContent(node) ? positionBeforeNode(node) : firstPositionInNode(node); in firstPositionInOrBeforeNode()
DIndentOutdentCommand.cpp179 …h(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.… in outdentParagraph()
DVisibleSelection.cpp533 p = positionBeforeNode(shadowAncestor); in adjustSelectionToAvoidCrossingEditingBoundaries()
539 p = positionBeforeNode(shadowAncestor); in adjustSelectionToAvoidCrossingEditingBoundaries()
Dvisible_units.cpp383 … : VisiblePosition(positionBeforeNode(startNode), DOWNSTREAM); in startPositionForLine()
431 pos = positionBeforeNode(endNode); in endPositionForLine()
752 return positionBeforeNode(startNode); in startOfParagraph()
1068 … : VisiblePosition(positionBeforeNode(logicalStartNode), DOWNSTREAM); in logicalStartPositionForLine()
1104 pos = positionBeforeNode(logicalEndNode); in logicalEndPositionForLine()
DApplyBlockElementCommand.cpp105 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM)); in formatSelection()
DReplaceSelectionCommand.cpp745 destination = VisiblePosition(positionBeforeNode(placeholder.get())); in mergeEndIfNeeded()
916 … originalVisPosBeforeEndBR = VisiblePosition(positionBeforeNode(endBR), DOWNSTREAM).previous(); in doApply()
1176 VisiblePosition visiblePos(positionBeforeNode(endBR)); in shouldRemoveEndBR()
DApplyStyleCommand.cpp776 …|| (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement… in removeStyleFromRunBeforeApplyingStyle()
1372 insertNodeAt(dummyElement, positionBeforeNode(startNode.get())); in addInlineStyleIfNeeded()
1373 positionForStyleComparison = positionBeforeNode(dummyElement.get()); in addInlineStyleIfNeeded()
DTypingCommand.cpp521 …setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTRE… in deleteKeyPressed()
DDeleteSelectionCommand.cpp116 start = positionBeforeNode(start.deprecatedNode()); in initializeStartEnd()
DCompositeEditCommand.cpp1125 VisiblePosition atBR(positionBeforeNode(br.get())); in breakOutOfEmptyMailBlockquotedParagraph()
DTextIterator.cpp914 VisiblePosition currPos = VisiblePosition(positionBeforeNode(m_node), DOWNSTREAM); in shouldRepresentNodeOffsetZero()
/external/webkit/Source/WebCore/dom/
DPositionIterator.cpp43 return positionBeforeNode(m_anchorNode); in operator Position()
DPosition.h228 inline Position positionBeforeNode(Node* anchorNode) in positionBeforeNode() function
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp2629 VisiblePosition startPosition = VisiblePosition(positionBeforeNode(node), DOWNSTREAM); in objectAndOffsetUnignored()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2960341 positionBeforeNode, positionAfterNode
60353 (WebCore::positionBeforeNode):
60368 Rename positionBeforeNode to positionInParentBeforeNode
60370 in preparation for adding a positionBeforeNode
60429 (WebCore::positionBeforeNode):
84481 (WebCore::positionBeforeNode): added ASSERT(node)
DChangeLog-2005-08-2320754 (khtml::positionBeforeNode):
20775 (khtml::positionBeforeNode): made static
21086 (khtml::positionBeforeNode): Returns the DOM position immediately
DChangeLog-2011-02-1625787 positionBeforeNode for a text node.
27754 when the specified node can have children for editing purpose and return positionBeforeNode
DChangeLog-2006-05-1028256 (WebCore::positionBeforeNode):
DChangeLog-2005-12-196996 (khtml::positionBeforeNode):
DChangeLog-2006-12-3143086 (WebCore::rangeCompliantEquivalent): Convert [node, 0] positions to positionBeforeNode(node)
DChangeLog-2009-06-1628631 (WebCore::positionBeforeNode):