Searched defs:descendant (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderAncestorIterator.h173 inline RenderAncestorIteratorAdapter<T> ancestorsOfType(RenderObject& descendant) argument
180 inline RenderAncestorConstIteratorAdapter<T> ancestorsOfType(const RenderObject& descendant) argument
H A DRenderMultiColumnFlowThread.cpp245 static bool isValidColumnSpanner(RenderMultiColumnFlowThread* flowThread, RenderObject* descendant) argument
277 void RenderMultiColumnFlowThread::flowThreadDescendantInserted(RenderObject* descendant) argument
443 flowThreadDescendantBoxLaidOut(RenderBox* descendant) argument
[all...]
H A DTextAutosizer.cpp205 RenderObject* descendant = nextInPreOrderSkippingDescendantsOfContainers(subtreeRoot, subtreeRoot); local
494 RenderObject* descendant = nextInPreOrderSkippingDescendantsOfContainers(container, container); local
[all...]
H A DRenderBlock.cpp2193 void RenderBlock::insertIntoTrackedRendererMaps(RenderBox& descendant, TrackedDescendantsMap*& descendantsMap, TrackedContainerMap*& containerMap) argument
2221 removeFromTrackedRendererMaps(RenderBox& descendant, TrackedDescendantsMap*& descendantsMap, TrackedContainerMap*& containerMap) argument
2302 addPercentHeightDescendant(RenderBox& descendant) argument
2307 removePercentHeightDescendant(RenderBox& descendant) argument
2322 hasPercentHeightDescendant(RenderBox& descendant) argument
2331 removePercentHeightDescendantIfNeeded(RenderBox& descendant) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElementAncestorIterator.h174 inline ElementAncestorIteratorAdapter<Element> elementAncestors(Element* descendant) argument
179 inline ElementAncestorConstIteratorAdapter<Element> elementAncestors(const Element* descendant) argument
201 inline ElementAncestorIteratorAdapter<ElementType> ancestorsOfType(Element& descendant) argument
208 ancestorsOfType(const Element& descendant) argument
[all...]
H A DTypedElementDescendantIterator.h146 inline TypedElementDescendantIterator<ElementType> TypedElementDescendantIteratorAdapter<ElementType>::beginAt(ElementType& descendant) argument
153 inline TypedElementDescendantIterator<ElementType> TypedElementDescendantIteratorAdapter<ElementType>::from(Element& descendant) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFrameSetElement.cpp166 HTMLFrameSetElement* HTMLFrameSetElement::findContaining(Element* descendant) argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.cpp2416 static bool isObjectAncestorContainerOf(RenderObject* ancestor, RenderObject* descendant) argument

Completed in 209 milliseconds