/external/webkit/Source/WebCore/editing/ |
D | BreakBlockquoteCommand.cpp | 81 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()
|
D | InsertListCommand.cpp | 305 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()
|
D | InsertLineBreakCommand.cpp | 123 VisiblePosition endingPosition(positionBeforeNode(nodeToInsert.get())); in doApply() 129 if (!isStartOfParagraph(positionBeforeNode(nodeToInsert.get()))) in doApply()
|
D | InsertParagraphSeparatorCommand.cpp | 345 …if (VisiblePosition(insertionPosition) != VisiblePosition(positionBeforeNode(blockToInsert.get()))… in doApply() 353 … if (comparePositions(VisiblePosition(insertionPosition), positionBeforeNode(n)) <= 0) in doApply()
|
D | htmlediting.h | 123 return editingIgnoresContent(node) ? positionBeforeNode(node) : firstPositionInNode(node); in firstPositionInOrBeforeNode()
|
D | IndentOutdentCommand.cpp | 179 …h(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.… in outdentParagraph()
|
D | VisibleSelection.cpp | 533 p = positionBeforeNode(shadowAncestor); in adjustSelectionToAvoidCrossingEditingBoundaries() 539 p = positionBeforeNode(shadowAncestor); in adjustSelectionToAvoidCrossingEditingBoundaries()
|
D | visible_units.cpp | 383 … : 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()
|
D | ApplyBlockElementCommand.cpp | 105 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM)); in formatSelection()
|
D | ReplaceSelectionCommand.cpp | 745 destination = VisiblePosition(positionBeforeNode(placeholder.get())); in mergeEndIfNeeded() 916 … originalVisPosBeforeEndBR = VisiblePosition(positionBeforeNode(endBR), DOWNSTREAM).previous(); in doApply() 1176 VisiblePosition visiblePos(positionBeforeNode(endBR)); in shouldRemoveEndBR()
|
D | ApplyStyleCommand.cpp | 776 …|| (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement… in removeStyleFromRunBeforeApplyingStyle() 1372 insertNodeAt(dummyElement, positionBeforeNode(startNode.get())); in addInlineStyleIfNeeded() 1373 positionForStyleComparison = positionBeforeNode(dummyElement.get()); in addInlineStyleIfNeeded()
|
D | TypingCommand.cpp | 521 …setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTRE… in deleteKeyPressed()
|
D | DeleteSelectionCommand.cpp | 116 start = positionBeforeNode(start.deprecatedNode()); in initializeStartEnd()
|
D | CompositeEditCommand.cpp | 1125 VisiblePosition atBR(positionBeforeNode(br.get())); in breakOutOfEmptyMailBlockquotedParagraph()
|
D | TextIterator.cpp | 914 VisiblePosition currPos = VisiblePosition(positionBeforeNode(m_node), DOWNSTREAM); in shouldRepresentNodeOffsetZero()
|
/external/webkit/Source/WebCore/dom/ |
D | PositionIterator.cpp | 43 return positionBeforeNode(m_anchorNode); in operator Position()
|
D | Position.h | 228 inline Position positionBeforeNode(Node* anchorNode) in positionBeforeNode() function
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 2629 VisiblePosition startPosition = VisiblePosition(positionBeforeNode(node), DOWNSTREAM); in objectAndOffsetUnignored()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 60341 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)
|
D | ChangeLog-2005-08-23 | 20754 (khtml::positionBeforeNode): 20775 (khtml::positionBeforeNode): made static 21086 (khtml::positionBeforeNode): Returns the DOM position immediately
|
D | ChangeLog-2011-02-16 | 25787 positionBeforeNode for a text node. 27754 when the specified node can have children for editing purpose and return positionBeforeNode
|
D | ChangeLog-2006-05-10 | 28256 (WebCore::positionBeforeNode):
|
D | ChangeLog-2005-12-19 | 6996 (khtml::positionBeforeNode):
|
D | ChangeLog-2006-12-31 | 43086 (WebCore::rangeCompliantEquivalent): Convert [node, 0] positions to positionBeforeNode(node)
|
D | ChangeLog-2009-06-16 | 28631 (WebCore::positionBeforeNode):
|