/external/webkit/Source/WebCore/accessibility/gtk/ |
D | WebKitAccessibleHyperlink.cpp | 245 …> range = Range::create(node->document(), firstPositionInOrBeforeNode(parentNode), firstPositionIn… in webkitAccessibleHyperlinkGetStartIndex() 269 …RefPtr<Range> range = Range::create(node->document(), firstPositionInOrBeforeNode(parentNode), las… in webkitAccessibleHyperlinkGetEndIndex()
|
D | AccessibilityObjectWrapperAtk.cpp | 1624 nodeRangeStart = firstPositionInOrBeforeNode(firstLeafNode); in getSelectionOffsetsForObject() 1639 Position parentFirstPosition = firstPositionInOrBeforeNode(node); in getSelectionOffsetsForObject()
|
/external/webkit/Source/WebCore/editing/ |
D | htmlediting.cpp | 308 p = firstPositionInOrBeforeNode(shadowAncestor); in lastEditablePositionBeforePositionInRoot() 333 …return static_cast<Element*>(enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule)… in enclosingBlock() 439 … VisiblePosition firstInElement = VisiblePosition(firstPositionInOrBeforeNode(n), DOWNSTREAM); in firstInSpecialElement() 532 return VisiblePosition(firstPositionInOrBeforeNode(node), DOWNSTREAM); in visiblePositionBeforeNode() 675 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); in enclosingList() 693 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); in enclosingListChild() 738 VisiblePosition firstInListChild(firstPositionInOrBeforeNode(listChildNode)); in enclosingEmptyListItem()
|
D | ApplyBlockElementCommand.cpp | 196 start = firstPositionInOrBeforeNode(start.deprecatedNode()); in rangeForParagraphSplittingTextNodesIfNeeded() 227 start = firstPositionInOrBeforeNode(end.deprecatedNode()->previousSibling()); in rangeForParagraphSplittingTextNodesIfNeeded()
|
D | SpellChecker.cpp | 162 PositionIterator start = firstPositionInOrBeforeNode(m_requestNode.get()); in didCheck()
|
D | InsertLineBreakCommand.cpp | 174 …applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAft… in doApply()
|
D | BreakBlockquoteCommand.cpp | 124 … setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)))); in doApply()
|
D | htmlediting.h | 119 inline Position firstPositionInOrBeforeNode(Node* node) in firstPositionInOrBeforeNode() function
|
D | ApplyStyleCommand.cpp | 665 if (!startNode || comparePositions(end, firstPositionInOrBeforeNode(startNode)) < 0) in fixRangeAndApplyInlineStyle() 924 Node* unsplittableElement = unsplittableElementForPosition(firstPositionInOrBeforeNode(node)); in highestAncestorWithConflictingInlineStyle() 1074 s = firstPositionInOrBeforeNode(next.get()); in removeInlineStyle() 1104 return comparePositions(firstPositionInOrBeforeNode(node), start) >= 0 in nodeFullySelected() 1114 bool isFullyAfterEnd = comparePositions(firstPositionInOrBeforeNode(node), end) > 0; in nodeFullyUnselected() 1375 positionForStyleComparison = firstPositionInOrBeforeNode(startNode.get()); in addInlineStyleIfNeeded()
|
D | ReplaceSelectionCommand.cpp | 500 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), selectTag) in removeUnrenderedTextNodesAtEnds() 501 … && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), scriptTag)) { in removeUnrenderedTextNodesAtEnds() 540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag); in positionAtEndOfInsertedContent() 560 …if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode… in handleStyleSpansBeforeInsertion()
|
D | DeleteSelectionCommand.cpp | 344 return next ? firstPositionInOrBeforeNode(next) : Position(); in firstEditablePositionInNode() 493 if (comparePositions(firstPositionInOrBeforeNode(node.get()), m_downstreamEnd) >= 0) { in handleGeneralDelete()
|
D | markup.cpp | 341 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) { in serializeNodes() 491 …if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->fi… in highestAncestorToWrapMarkup()
|
D | visible_units.cpp | 538 if (highestEditableRoot(firstPositionInOrBeforeNode(n)) != highestRoot) in previousLinePosition() 649 if (highestEditableRoot(firstPositionInOrBeforeNode(n)) != highestRoot) in nextLinePosition()
|
D | CompositeEditCommand.cpp | 1236 VisiblePosition positionInNode = firstPositionInOrBeforeNode(node.get()); in splitTreeToNode()
|
D | SelectionController.cpp | 1855 setSelection(VisibleSelection(firstPositionInOrBeforeNode(node), DOWNSTREAM)); in setSelectionFromNone()
|
/external/webkit/Source/WebCore/dom/ |
D | Position.cpp | 169 return firstPositionInOrBeforeNode(m_anchorNode.get()); in parentAnchoredEquivalent() 292 return firstPositionInOrBeforeNode(child); in next()
|
D | Element.cpp | 1611 … VisibleSelection newSelection = VisibleSelection(firstPositionInOrBeforeNode(this), DOWNSTREAM); in updateFocusAppearance()
|
/external/webkit/Source/WebCore/page/ |
D | FocusController.cpp | 299 Position position = firstPositionInOrBeforeNode(node); in advanceFocusInDocumentOrder()
|
D | Frame.cpp | 799 visiblePos = firstPositionInOrBeforeNode(node); in visiblePositionForPoint()
|
D | EventHandler.cpp | 403 visiblePos = VisiblePosition(firstPositionInOrBeforeNode(innerNode), DOWNSTREAM); in handleMousePressEventSingleClick()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityObject.cpp | 341 return firstPositionInOrBeforeNode(startRenderer->node()); in startOfStyleRange()
|
D | AccessibilityRenderObject.cpp | 2420 VisiblePosition startPos = firstPositionInOrBeforeNode(node); in visiblePositionRange() 2480 return VisiblePosition(firstPositionInOrBeforeNode(node), DOWNSTREAM); in visiblePositionForIndex()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBox.cpp | 3170 return createVisiblePosition(node() ? firstPositionInOrBeforeNode(node()) : Position(0, 0)); in positionForPoint() 3181 return createVisiblePosition(firstPositionInOrBeforeNode(node())); in positionForPoint() 3253 return createVisiblePosition(firstPositionInOrBeforeNode(node())); in positionForPoint()
|
D | RenderObject.cpp | 2578 return VisiblePosition(firstPositionInOrBeforeNode(node), DOWNSTREAM); in createVisiblePosition() 2592 return VisiblePosition(firstPositionInOrBeforeNode(node), DOWNSTREAM); in createVisiblePosition()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PasteboardMac.mm | 145 …if (enclosingAnchor && comparePositions(firstPositionInOrBeforeNode(selectedRange->startPosition()…
|