hasControlClip   1295 Source/core/rendering/RenderBlock.cpp     if (hasControlClip() && m_overflow)
hasControlClip   1740 Source/core/rendering/RenderBlock.cpp     if (hasOverflowClip() && !hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret())
hasControlClip   2768 Source/core/rendering/RenderBlock.cpp     bool useClip = (hasControlClip() || useOverflowClip);
hasControlClip   2769 Source/core/rendering/RenderBlock.cpp     bool checkChildren = !useClip || (hasControlClip() ? locationInContainer.intersects(controlClipRect(adjustedLocation)) : locationInContainer.intersects(overflowClipRect(adjustedLocation, IncludeOverlayScrollbarSize)));
hasControlClip   4610 Source/core/rendering/RenderBlock.cpp     if (!hasOverflowClip() && !hasControlClip()) {
hasControlClip   1630 Source/core/rendering/RenderBox.cpp     bool isControlClip = hasControlClip();
hasControlClip   1673 Source/core/rendering/RenderBox.cpp     ASSERT(hasControlClip() || (hasOverflowClip() && !layer()->isSelfPaintingLayer()));
hasControlClip    506 Source/core/rendering/RenderBox.h     virtual bool hasControlClip() const { return false; }
hasControlClip     56 Source/core/rendering/RenderButton.h     virtual bool hasControlClip() const OVERRIDE { return true; }
hasControlClip     71 Source/core/rendering/RenderListBox.h     virtual bool hasControlClip() const OVERRIDE { return true; }
hasControlClip     67 Source/core/rendering/RenderMenuList.h     virtual bool hasControlClip() const OVERRIDE { return true; }
hasControlClip    290 Source/core/rendering/RenderTextControlSingleLine.cpp     ASSERT(hasControlClip());
hasControlClip     51 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool hasControlClip() const OVERRIDE FINAL;
hasControlClip    379 Source/core/rendering/svg/RenderSVGText.cpp     ASSERT(!hasControlClip());