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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderButton.h54 virtual bool hasControlClip() const { return true; } function in class:WebCore::RenderButton
H A DRenderTextControlSingleLine.h52 virtual bool hasControlClip() const;
H A DRenderListBox.h69 virtual bool hasControlClip() const { return true; } function in class:WebCore::RenderListBox
H A DRenderMenuList.h72 virtual bool hasControlClip() const { return true; } function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp297 bool RenderTextControlSingleLine::hasControlClip() const function in class:WebCore::RenderTextControlSingleLine
305 ASSERT(hasControlClip());
H A DRenderBox.h466 virtual bool hasControlClip() const { return false; } function in class:WebCore::RenderBox
H A DRenderBlock.cpp1433 if (hasControlClip() && m_overflow && !gDelayUpdateScrollInfo)
5072 bool useClip = (hasControlClip() || useOverflowClip);
5073 bool checkChildren = !useClip || (hasControlClip() ? locationInContainer.intersects(controlClipRect(adjustedLocation)) : locationInContainer.intersects(overflowClipRect(adjustedLocation, locationInContainer.region(), IncludeOverlayScrollbarSize)));
7345 if (!hasOverflowClip() && !hasControlClip()) {
H A DRenderBox.cpp1540 bool isControlClip = hasControlClip();
1563 ASSERT(hasControlClip() || (hasOverflowClip() && !layer()->isSelfPaintingLayer()));
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGText.cpp405 ASSERT(!hasControlClip());

Completed in 281 milliseconds