Searched refs:pastEndNode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp698 Node* pastEndNode = end.deprecatedNode(); local
700 pastEndNode = NodeTraversal::nextSkippingChildren(*end.deprecatedNode());
705 pastEndNode = NodeTraversal::next(*start.deprecatedNode());
717 applyInlineStyleToNodeRange(style, startNode, pastEndNode);
737 InlineRunToApplyStyle(Node* start, Node* end, Node* pastEndNode) argument
740 , pastEndNode(pastEndNode)
754 visitor->trace(pastEndNode);
761 RefPtrWillBeMember<Node> pastEndNode; member in class:blink::InlineRunToApplyStyle
773 void ApplyStyleCommand::applyInlineStyleToNodeRange(EditingStyle* style, PassRefPtrWillBeRawPtr<Node> startNode, PassRefPtrWillBeRawPtr<Node> pastEndNode) argument
829 Node* pastEndNode = NodeTraversal::nextSkippingChildren(*runEnd); local
864 shouldApplyInlineStyleToRun(EditingStyle* style, Node* runStart, Node* pastEndNode) argument
880 removeConflictingInlineStyleFromRun(EditingStyle* style, RefPtrWillBeMember<Node>& runStart, RefPtrWillBeMember<Node>& runEnd, PassRefPtrWillBeRawPtr<Node> pastEndNode) argument
[all...]
H A DApplyStyleCommand.h81 bool shouldApplyInlineStyleToRun(EditingStyle*, Node* runStart, Node* pastEndNode);
82 void removeConflictingInlineStyleFromRun(EditingStyle*, RefPtrWillBeMember<Node>& runStart, RefPtrWillBeMember<Node>& runEnd, PassRefPtrWillBeRawPtr<Node> pastEndNode);
99 void applyInlineStyleToNodeRange(EditingStyle*, PassRefPtrWillBeRawPtr<Node> startNode, PassRefPtrWillBeRawPtr<Node> pastEndNode);
H A DReplaceSelectionCommand.cpp488 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); local
490 for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) {
639 RefPtrWillBeRawPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); local
641 for (RefPtrWillBeRawPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) {

Completed in 84 milliseconds