Home | History | Annotate | Download | only in nav

Lines Matching refs:hasClip

1071         bool hasClip = false;
1104 hasClip = nodeRenderer->hasOverflowClip();
1125 if ((hasClip != false || columns != NULL) && lastChild) {
1133 clip.mHasClip = hasClip;
1265 IntRect clip = hasClip ? bounds : absBounds;
1276 if (hasClip == false && type == ANCHOR_CACHEDNODETYPE)
1280 hasClip = true;
1282 if (hasClip) {
2929 bool hasClip = renderer->hasOverflowClip();
2932 if (hasClip || --clipIndex > 0) {
2933 clipBounds = hasClip ? renderer->absoluteBoundingBoxRect() :