Searched refs:IncludeSelf (Results 1 – 4 of 4) sorted by relevance
444 bool IncludeSelf = false) {447 if (!IncludeSelf)458 bool IncludeSelf = false) {461 if (!IncludeSelf)559 bool IncludeSelf; variable566 bool IncludeSelf) in MCRegAliasIterator() argument567 : Reg(Reg), MCRI(MCRI), IncludeSelf(IncludeSelf) { in MCRegAliasIterator()573 if (!(!IncludeSelf && Reg == *SI)) in MCRegAliasIterator()610 while (!IncludeSelf && isValid() && *SI == Reg);
75 enum IncludeSelfOrNot { IncludeSelf, ExcludeSelf }; enumerator220 RenderLayer* enclosingOverflowClipLayer(IncludeSelfOrNot = IncludeSelf) const;224 RenderLayer* enclosingCompositingLayer(IncludeSelfOrNot = IncludeSelf) const;225 RenderLayer* enclosingCompositingLayerForRepaint(IncludeSelfOrNot = IncludeSelf) const;232 RenderLayer* enclosingFilterLayer(IncludeSelfOrNot = IncludeSelf) const;
555 const RenderLayer* layer = (includeSelf == IncludeSelf) ? this : parent(); in enclosingOverflowClipLayer()1098 …if ((includeSelf == IncludeSelf) && compositingState() != NotComposited && compositingState() != P… in enclosingCompositingLayer()1113 if ((includeSelf == IncludeSelf) && isRepaintContainer()) in enclosingCompositingLayerForRepaint()1137 const RenderLayer* curr = (includeSelf == IncludeSelf) ? this : parent(); in enclosingFilterLayer()
846 bool IncludeSelf = false)851 if (!IncludeSelf)