Searched defs:stayWithin (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNodeTraversal.cpp35 Node* previousIncludingPseudo(const Node* current, const Node* stayWithin) argument
48 Node* nextIncludingPseudo(const Node* current, const Node* stayWithin) argument
66 Node* nextIncludingPseudoSkippingChildren(const Node* current, const Node* stayWithin) argument
92 Node* nextAncestorSibling(const Node* current, const Node* stayWithin) argument
105 previous(const Node* current, const Node* stayWithin) argument
118 previousSkippingChildren(const Node* current, const Node* stayWithin) argument
133 nextPostOrder(const Node* current, const Node* stayWithin) argument
145 previousAncestorSiblingPostOrder(const Node* current, const Node* stayWithin) argument
157 previousPostOrder(const Node* current, const Node* stayWithin) argument
168 previousSkippingChildrenPostOrder(const Node* current, const Node* stayWithin) argument
[all...]
H A DNodeTraversal.h122 traverseNextElementTemplate(NodeType* current, const Node* stayWithin) argument
129 next(const ContainerNode* current, const Node* stayWithin) argument
130 next(const Node* current, const Node* stayWithin) argument
144 traverseNextElementSkippingChildrenTemplate(NodeType* current, const Node* stayWithin) argument
151 nextSkippingChildren(const ContainerNode* current, const Node* stayWithin) argument
152 nextSkippingChildren(const Node* current, const Node* stayWithin) argument
154 previousIncludingPseudo(const Node* current, const Node* stayWithin) argument
162 nextIncludingPseudo(const Node* current, const Node* stayWithin) argument
170 nextIncludingPseudoSkippingChildren(const Node* current, const Node* stayWithin) argument
206 traverseNextTemplate(NodeType* current, const Node* stayWithin) argument
216 next(const Node* current, const Node* stayWithin) argument
217 next(const ContainerNode* current, const Node* stayWithin) argument
230 traverseNextSkippingChildrenTemplate(NodeType* current, const Node* stayWithin) argument
238 nextSkippingChildren(const Node* current, const Node* stayWithin) argument
239 nextSkippingChildren(const ContainerNode* current, const Node* stayWithin) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderCounter.cpp93 static RenderObject* nextInPreOrder(const RenderObject* object, const Element* stayWithin, bool skipDescendants = false) argument
330 Element* stayWithin = parentElement(object); local
H A DTextAutosizer.cpp511 RenderObject* TextAutosizer::nextInPreOrderSkippingDescendantsOfContainers(const RenderObject* current, const RenderObject* stayWithin) argument
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A Dhtmlediting.cpp628 Node* highestEnclosingNodeOfType(const Position& p, bool (*nodeIsOfType)(const Node*), EditingBoundaryCrossingRule rule, Node* stayWithin) argument

Completed in 174 milliseconds