Searched refs:includeSelf (Results 1 – 5 of 5) sorted by relevance
103 public DTMAxisIterator includeSelf() in includeSelf() method in DTMAxisIteratorBase
131 return ((new TypedAncestorIterator(type)).includeSelf()); in getTypedAxisIterator()138 iterator = (new TypedDescendantIterator(type)).includeSelf(); in getTypedAxisIterator()198 return ((new AncestorIterator()).includeSelf()); in getAxisIterator()205 iterator = (new DescendantIterator()).includeSelf(); in getAxisIterator()
369 RenderLayer* enclosingCompositingLayer(bool includeSelf = true) const;
845 RenderLayer* RenderLayer::enclosingCompositingLayer(bool includeSelf) const in enclosingCompositingLayer()847 if (includeSelf && isComposited()) in enclosingCompositingLayer()
62580 if 'includeSelf' is true.