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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DTypedElementDescendantIterator.h50 class TypedElementDescendantIteratorAdapter { class in namespace:WebCore
52 TypedElementDescendantIteratorAdapter(ContainerNode& root);
81 template <typename ElementType> TypedElementDescendantIteratorAdapter<ElementType> descendantsOfType(ContainerNode&);
125 // TypedElementDescendantIteratorAdapter
128 inline TypedElementDescendantIteratorAdapter<ElementType>::TypedElementDescendantIteratorAdapter(ContainerNode& root) function in class:WebCore::TypedElementDescendantIteratorAdapter
134 inline TypedElementDescendantIterator<ElementType> TypedElementDescendantIteratorAdapter<ElementType>::begin()
140 inline TypedElementDescendantIterator<ElementType> TypedElementDescendantIteratorAdapter<ElementType>::end()
146 inline TypedElementDescendantIterator<ElementType> TypedElementDescendantIteratorAdapter<ElementType>::beginAt(ElementType& descendant)
153 inline TypedElementDescendantIterator<ElementType> TypedElementDescendantIteratorAdapter<ElementTyp
[all...]

Completed in 63 milliseconds