Home
last modified time | relevance | path

Searched refs:hasControlClip (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderButton.h53 virtual bool hasControlClip() const { return true; } in hasControlClip() function
DRenderMenuList.h72 virtual bool hasControlClip() const { return true; } in hasControlClip() function
DRenderListBox.h67 virtual bool hasControlClip() const { return true; } in hasControlClip() function
DRenderTextControlSingleLine.h64 virtual bool hasControlClip() const;
DRenderTextControlSingleLine.cpp487 bool RenderTextControlSingleLine::hasControlClip() const in hasControlClip() function in WebCore::RenderTextControlSingleLine
496 ASSERT(hasControlClip()); in controlClipRect()
DRenderBox.h341 virtual bool hasControlClip() const { return false; } in hasControlClip() function
DRenderBlock.cpp1182 if (hasControlClip() && m_overflow) in layout()
3982 bool useClip = (hasControlClip() || useOverflowClip); in nodeAtPoint()
3984 …bool checkChildren = !useClip || (hasControlClip() ? controlClipRect(tx, ty).intersects(hitTestAre… in nodeAtPoint()
5940 if (!hasOverflowClip() && !hasControlClip()) { in addFocusRingRects()
DRenderBox.cpp1087 bool isControlClip = hasControlClip(); in pushContentsClip()
1110 ASSERT(hasControlClip() || (hasOverflowClip() && !layer()->isSelfPaintingLayer())); in popContentsClip()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.cpp146 ASSERT(!hasControlClip()); in layout()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1412972 …* rendering/RenderTextControl.h: (WebCore::RenderTextControl::hasControlClip): Clip for search fie…
56017 (WebCore::RenderTextControl::hasControlClip):
65382 (WebCore::RenderButton::hasControlClip):
65402 (WebCore::RenderListBox::hasControlClip):
65407 (WebCore::RenderMenuList::hasControlClip):
65415 (WebCore::RenderObject::hasControlClip):
DChangeLog-2010-05-2413605 …llow a subclass implementation of controlClipRect, removed redundant hasControlClip implementation…
15447 (WebCore::RenderTextControl::hasControlClip):
16131 …llow a subclass implementation of controlClipRect, removed redundant hasControlClip implementation…
DChangeLog-2009-06-1637780 (WebCore::RenderBox::hasControlClip):
59795 (WebCore::RenderTextControl::hasControlClip):
59864 (WebCore::RenderTextControlSingleLine::hasControlClip):
DChangeLog-2010-12-0686333 (WebCore::RenderTextControlSingleLine::hasControlClip):
114778 (WebCore::RenderTextControlSingleLine::hasControlClip):