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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp 153 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
BreakBlockquoteCommand.cpp 128 setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)), endingSelection().isDirectional()));
htmlediting.cpp 304 editablePosition = firstPositionInOrBeforeNode(shadowAncestor);
333 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule);
459 VisiblePosition firstInElement = VisiblePosition(firstPositionInOrBeforeNode(specialElement), DOWNSTREAM);
534 return VisiblePosition(firstPositionInOrBeforeNode(&node), DOWNSTREAM);
679 ContainerNode* root = highestEditableRoot(firstPositionInOrBeforeNode(node));
697 ContainerNode* root = highestEditableRoot(firstPositionInOrBeforeNode(node));
718 VisiblePosition firstInListChild(firstPositionInOrBeforeNode(listChildNode));
    [all...]
htmlediting.h 142 inline Position firstPositionInOrBeforeNode(Node* node)
ReplaceSelectionCommand.cpp 696 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), selectTag)
697 && !enclosingElementWithTag(firstPositionInOrBeforeNode(lastLeafInserted), scriptTag)) {
748 if (isMailPasteAsQuotationHTMLBlockQuoteElement(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailHTMLBlockquoteElement, CanCrossEditingBoundary))
    [all...]
ApplyBlockElementCommand.cpp 234 start = firstPositionInOrBeforeNode(endContainer->previousSibling());
markup.cpp 387 if (!n->renderer() && !enclosingElementWithTag(firstPositionInOrBeforeNode(n), selectTag) && m_shouldAnnotate != AnnotateForNavigationTransition) {
473 HTMLElement* commonAncestorBlock = toHTMLElement(enclosingNodeOfType(firstPositionInOrBeforeNode(commonAncestor), isHTMLBlockElement));
527 if (Node* parentListNode = enclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isListItem)) {
537 if (HTMLQuoteElement* highestMailBlockquote = toHTMLQuoteElement(highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isMailHTMLBlockquoteElement, CanCrossEditingBoundary)))
    [all...]
ApplyStyleCommand.cpp 694 if (!startNode || comparePositions(end, firstPositionInOrBeforeNode(startNode)) < 0)
    [all...]
VisibleUnits.cpp 87 while (previousNode && (!previousNode->renderer() || inSameLine(VisiblePosition(firstPositionInOrBeforeNode(previousNode)), visiblePosition)))
91 if (highestEditableRoot(firstPositionInOrBeforeNode(previousNode), editableType) != highestRoot)
109 while (nextNode && (!nextNode->renderer() || inSameLine(VisiblePosition(firstPositionInOrBeforeNode(nextNode)), visiblePosition)))
113 if (highestEditableRoot(firstPositionInOrBeforeNode(nextNode), editableType) != highestRoot)
    [all...]
DeleteSelectionCommand.cpp 335 return next ? firstPositionInOrBeforeNode(next) : Position();
516 if (comparePositions(firstPositionInOrBeforeNode(node.get()), m_downstreamEnd) >= 0) {
    [all...]
CompositeEditCommand.cpp     [all...]
EditingStyle.cpp     [all...]
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 375 visiblePos = VisiblePosition(firstPositionInOrBeforeNode(node));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 342 return firstPositionInOrBeforeNode(child);
    [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 41 #include "core/editing/htmlediting.h" // For firstPositionInOrBeforeNode
468 Position position = firstPositionInOrBeforeNode(element);
    [all...]
EventHandler.cpp 517 visiblePos = VisiblePosition(firstPositionInOrBeforeNode(innerNode), DOWNSTREAM);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp     [all...]

Completed in 1371 milliseconds