/external/chromium_org/third_party/WebKit/Source/core/editing/ |
htmlediting.cpp | 297 p = firstPositionInOrBeforeNode(shadowAncestor); 327 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule); 435 VisiblePosition firstInElement = VisiblePosition(firstPositionInOrBeforeNode(n), DOWNSTREAM); 508 return VisiblePosition(firstPositionInOrBeforeNode(node), DOWNSTREAM); 652 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); 670 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); 715 VisiblePosition firstInListChild(firstPositionInOrBeforeNode(listChildNode)); [all...] |
BreakBlockquoteCommand.cpp | 126 setEndingSelection(VisibleSelection(VisiblePosition(firstPositionInOrBeforeNode(startNode)), endingSelection().isDirectional()));
|
InsertLineBreakCommand.cpp | 176 applyStyle(typingStyle.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
|
htmlediting.h | 134 inline Position firstPositionInOrBeforeNode(Node* node)
|
ApplyStyleCommand.cpp | 679 if (!startNode || comparePositions(end, firstPositionInOrBeforeNode(startNode)) < 0) [all...] |
ReplaceSelectionCommand.cpp | 671 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(&lastLeafInserted), selectTag) 672 && !enclosingNodeWithTag(firstPositionInOrBeforeNode(&lastLeafInserted), scriptTag)) { 723 if (isMailPasteAsQuotationNode(topNode) || enclosingNodeOfType(firstPositionInOrBeforeNode(topNode), isMailBlockquote, CanCrossEditingBoundary)) [all...] |
ApplyBlockElementCommand.cpp | 229 start = firstPositionInOrBeforeNode(endContainer->previousSibling());
|
markup.cpp | 364 if (!n->renderer() && !enclosingNodeWithTag(firstPositionInOrBeforeNode(n), selectTag)) { 454 Node* commonAncestorBlock = enclosingNodeOfType(firstPositionInOrBeforeNode(commonAncestor), isHTMLBlockElement); 508 if (Node* parentListNode = enclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isListItem)) { 517 if (Node* highestMailBlockquote = highestEnclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isMailBlockquote, CanCrossEditingBoundary)) [all...] |
VisibleUnits.cpp | 85 while (previousNode && (!previousNode->renderer() || inSameLine(firstPositionInOrBeforeNode(previousNode), visiblePosition))) 89 if (highestEditableRoot(firstPositionInOrBeforeNode(previousNode), editableType) != highestRoot) 107 while (nextNode && (!nextNode->renderer() || inSameLine(firstPositionInOrBeforeNode(nextNode), visiblePosition))) 111 if (highestEditableRoot(firstPositionInOrBeforeNode(nextNode), editableType) != highestRoot) [all...] |
DeleteSelectionCommand.cpp | 341 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/ |
Frame.cpp | 410 visiblePos = firstPositionInOrBeforeNode(node);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
FocusController.cpp | 42 #include "core/editing/htmlediting.h" // For firstPositionInOrBeforeNode 401 Position position = firstPositionInOrBeforeNode(element); [all...] |
EventHandler.cpp | 602 visiblePos = VisiblePosition(firstPositionInOrBeforeNode(innerNode), DOWNSTREAM); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Position.cpp | 344 return firstPositionInOrBeforeNode(child); [all...] |
Element.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBox.cpp | [all...] |
RenderObject.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXRenderObject.cpp | [all...] |