HomeSort by relevance Sort by last modified time
    Searched refs:firstPositionInOrBeforeNode (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 245 RefPtr<Range> range = Range::create(node->document(), firstPositionInOrBeforeNode(parentNode), firstPositionInOrBeforeNode(node));
269 RefPtr<Range> range = Range::create(node->document(), firstPositionInOrBeforeNode(parentNode), lastPositionInOrAfterNode(node));
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 308 p = firstPositionInOrBeforeNode(shadowAncestor);
333 return static_cast<Element*>(enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule));
439 VisiblePosition firstInElement = VisiblePosition(firstPositionInOrBeforeNode(n), DOWNSTREAM);
532 return VisiblePosition(firstPositionInOrBeforeNode(node), DOWNSTREAM);
675 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node));
693 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node));
738 VisiblePosition firstInListChild(firstPositionInOrBeforeNode(listChildNode));
    [all...]
BreakBlockquoteCommand.cpp 124 setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode))));
InsertLineBreakCommand.cpp 174 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
SpellChecker.cpp 162 PositionIterator start = firstPositionInOrBeforeNode(m_requestNode.get());
ApplyBlockElementCommand.cpp 196 start = firstPositionInOrBeforeNode(start.deprecatedNode());
227 start = firstPositionInOrBeforeNode(end.deprecatedNode()->previousSibling());
htmlediting.h 119 inline Position firstPositionInOrBeforeNode(Node* node)
ApplyStyleCommand.cpp 665 if (!startNode || comparePositions(end, firstPositionInOrBeforeNode(startNode)) < 0)
    [all...]
ReplaceSelectionCommand.cpp 500 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), selectTag)
501 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(m_lastLeafInserted.get()), scriptTag)) {
540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag);
560 if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailBlockquote, CanCrossEditingBoundary))
    [all...]
DeleteSelectionCommand.cpp 344 return next ? firstPositionInOrBeforeNode(next) : Position();
493 if (comparePositions(firstPositionInOrBeforeNode(node.get()), m_downstreamEnd) >= 0) {
    [all...]
markup.cpp 341 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) {
491 if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isMailBlockquote, CanCrossEditingBoundary))
    [all...]
visible_units.cpp 538 if (highestEditableRoot(firstPositionInOrBeforeNode(n)) != highestRoot)
649 if (highestEditableRoot(firstPositionInOrBeforeNode(n)) != highestRoot)
    [all...]
CompositeEditCommand.cpp     [all...]
SelectionController.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Position.cpp 169 return firstPositionInOrBeforeNode(m_anchorNode.get());
292 return firstPositionInOrBeforeNode(child);
    [all...]
Element.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FocusController.cpp 58 #include "htmlediting.h" // For firstPositionInOrBeforeNode
299 Position position = firstPositionInOrBeforeNode(node);
Frame.cpp 799 visiblePos = firstPositionInOrBeforeNode(node);
    [all...]
EventHandler.cpp 403 visiblePos = VisiblePosition(firstPositionInOrBeforeNode(innerNode), DOWNSTREAM);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 145 if (enclosingAnchor && comparePositions(firstPositionInOrBeforeNode(selectedRange->startPosition().anchorNode()), selectedRange->startPosition()) >= 0)
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 341 return firstPositionInOrBeforeNode(startRenderer->node());
    [all...]
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 426 milliseconds