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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp 145 Position endingPosition = firstPositionInNode(textNode);
160 endingPosition = firstPositionInNode(nbspNode.get());
InsertParagraphSeparatorCommand.cpp 248 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
346 positionAfterSplit = firstPositionInNode(textNode.get());
404 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
InsertListCommand.cpp 221 Node* firstChildInList = enclosingListChild(VisiblePosition(firstPositionInNode(listNode.get())).deepEquivalent().deprecatedNode(), listNode.get());
224 moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock);
241 setEndingSelection(VisiblePosition(firstPositionInNode(newList.get())));
260 start = firstPositionInNode(listChildNode);
InsertTextCommand.cpp 62 return firstPositionInNode(textNode.get());
70 return firstPositionInNode(textNode.get());
ApplyBlockElementCommand.cpp 201 start = firstPositionInNode(startText);
250 if (!style->preserveNewline() || !position.offsetInContainerNode() || !isNewLineAtPosition(firstPositionInNode(text.get())))
ReplaceSelectionCommand.cpp 504 Node* blockquoteNode = !context || isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPositionInNode(context), isMailBlockquote, CanCrossEditingBoundary);
523 && VisiblePosition(firstPositionInNode(element->parentNode())) == VisiblePosition(firstPositionInNode(element))
    [all...]
IndentOutdentCommand.cpp 137 VisiblePosition positionInEnclosingBlock = VisiblePosition(firstPositionInNode(enclosingNode));
htmlediting.h 138 return editingIgnoresContent(node) ? positionBeforeNode(node) : firstPositionInNode(node);
TypingCommand.cpp 399 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
450 if (enclosingTableCell && visibleStart == firstPositionInNode(enclosingTableCell))
markup.cpp 233 const bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(text), selectTag);
522 Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &isElementPresentational, CanCrossEditingBoundary, constrainingAncestor);
536 if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag))
561 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag);
    [all...]
htmlediting.cpp 266 if (comparePositions(position, firstPositionInNode(highestRoot)) == -1 && highestRoot->rendererIsEditable())
267 return firstPositionInNode(highestRoot);
    [all...]
CompositeEditCommand.cpp     [all...]
VisibleUnits.cpp 769 return firstPositionInNode(editableRoot);
    [all...]
DeleteSelectionCommand.cpp 55 return VisiblePosition(firstPositionInNode(cell)) == VisiblePosition(lastPositionInNode(cell));
392 if (node == m_startBlock && !isEndOfBlock(VisiblePosition(firstPositionInNode(m_startBlock.get())).previous()))
    [all...]
ApplyStyleCommand.cpp 256 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
257 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
    [all...]
VisibleSelection.cpp 103 return VisibleSelection(firstPositionInNode(node), lastPositionInNode(node), DOWNSTREAM);
Editor.cpp 423 RefPtr<Range> rangeToCheck = Range::create(m_frame->document(), firstPositionInNode(nodeToCheck), lastPositionInNode(nodeToCheck));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 279 // firstPositionInNode and lastPositionInNode return parent-anchored positions, lastPositionInNode construction is O(n) due to childNodeCount()
280 inline Position firstPositionInNode(Node* anchorNode)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 202 VisiblePosition start(firstPositionInNode(const_cast<SVGTextContentElement*>(this)));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 332 return VisiblePosition(firstPositionInNode(innerTextElement()), DOWNSTREAM);

Completed in 229 milliseconds