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());
InsertListCommand.cpp 225 Node* firstChildInList = enclosingListChild(VisiblePosition(firstPositionInNode(listNode.get())).deepEquivalent().deprecatedNode(), listNode.get());
228 moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock);
245 setEndingSelection(VisiblePosition(firstPositionInNode(newList.get())));
264 start = firstPositionInNode(listChildNode);
InsertTextCommand.cpp 62 return firstPositionInNode(textNode.get());
70 return firstPositionInNode(textNode.get());
InsertParagraphSeparatorCommand.cpp 257 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
361 positionAfterSplit = firstPositionInNode(textNode.get());
424 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
ApplyBlockElementCommand.cpp 199 start = firstPositionInNode(startText);
250 if (!style->preserveNewline() || !position.offsetInContainerNode() || !isNewLineAtPosition(firstPositionInNode(text.get())))
ReplaceSelectionCommand.cpp 502 Node* blockquoteNode = !context || isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPositionInNode(context), isMailBlockquote, CanCrossEditingBoundary);
522 && VisiblePosition(firstPositionInNode(element->parentNode())) == VisiblePosition(firstPositionInNode(element))
    [all...]
IndentOutdentCommand.cpp 147 VisiblePosition positionInEnclosingBlock = VisiblePosition(firstPositionInNode(enclosingNode));
htmlediting.h 138 return editingIgnoresContent(node) ? positionBeforeNode(node) : firstPositionInNode(node);
TypingCommand.cpp 394 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
445 if (enclosingTableCell && visibleStart == firstPositionInNode(enclosingTableCell))
markup.cpp 234 const bool useRenderedText = !enclosingNodeWithTag(firstPositionInNode(text), selectTag);
523 Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(firstPositionInNode(checkAncestor), &isElementPresentational, CanCrossEditingBoundary, constrainingAncestor);
537 if (Node *enclosingAnchor = enclosingNodeWithTag(firstPositionInNode(specialCommonAncestor ? specialCommonAncestor : commonAncestor), aTag))
561 Node* body = enclosingNodeWithTag(firstPositionInNode(commonAncestor), bodyTag);
    [all...]
htmlediting.cpp 262 if (comparePositions(position, firstPositionInNode(highestRoot)) == -1 && highestRoot->rendererIsEditable())
263 return firstPositionInNode(highestRoot);
    [all...]
CompositeEditCommand.cpp     [all...]
VisibleUnits.cpp 770 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...]
SpellChecker.cpp 124 enclosingHTMLTextFormControlElement = enclosingTextFormControl(firstPositionInNode(element));
504 RefPtr<Range> rangeToCheck = Range::create(*m_frame.document(), firstPositionInNode(node), lastPositionInNode(node));
    [all...]
ApplyStyleCommand.cpp 257 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
258 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
    [all...]
VisibleSelection.cpp 105 return VisibleSelection(firstPositionInNode(node), lastPositionInNode(node), DOWNSTREAM);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 280 // firstPositionInNode and lastPositionInNode return parent-anchored positions, lastPositionInNode construction is O(n) due to childNodeCount()
281 inline Position firstPositionInNode(Node* anchorNode)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 200 VisiblePosition start(firstPositionInNode(const_cast<SVGTextContentElement*>(this)));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 319 return VisiblePosition(firstPositionInNode(innerTextElement()), DOWNSTREAM);

Completed in 873 milliseconds