Home
last modified time | relevance | path

Searched refs:controlClipRect (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderButton.h54 virtual IntRect controlClipRect(int /*tx*/, int /*ty*/) const;
DRenderMenuList.h73 virtual IntRect controlClipRect(int tx, int ty) const;
DRenderButton.cpp178 IntRect RenderButton::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderButton
DRenderListBox.h69 virtual IntRect controlClipRect(int tx, int ty) const;
DRenderTextControlSingleLine.h65 virtual IntRect controlClipRect(int tx, int ty) const;
DRenderListBox.cpp429 itemRect.intersect(controlClipRect(tx, ty)); in paintItemBackground()
689 IntRect RenderListBox::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderListBox
DRenderMenuList.cpp233 IntRect RenderMenuList::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderMenuList
DRenderBox.h342 virtual IntRect controlClipRect(int /*tx*/, int /*ty*/) const { return IntRect(); } in controlClipRect() function
DRenderTextControlSingleLine.cpp493 IntRect RenderTextControlSingleLine::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderTextControlSingleLine
DRenderBox.cpp1100 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty)); in pushContentsClip()
DRenderBlock.cpp3984 …bool checkChildren = !useClip || (hasControlClip() ? controlClipRect(tx, ty).intersects(hitTestAre… in nodeAtPoint()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2412750 (WebCore::RenderTextControlSingleLine::controlClipRect):
13604 …* rendering/RenderTextControl.cpp: moved controlClipRect implementation to RenderTextControlSingle…
13605 …w a subclass implementation of controlClipRect, removed redundant hasControlClip implementation, a…
13608 …(WebCore::RenderTextControlSingleLine::controlClipRect): use the set location of the anonymous inn…
13609 …* rendering/RenderTextControlSingleLine.h: allow for an implementation of controlClipRect for <inp…
15445 (WebCore::RenderTextControl::controlClipRect):
16130 …* rendering/RenderTextControl.cpp: moved controlClipRect implementation to RenderTextControlSingle…
16131 …w a subclass implementation of controlClipRect, removed redundant hasControlClip implementation, a…
16134 …(WebCore::RenderTextControlSingleLine::controlClipRect): use the set location of the anonymous inn…
16135 …* rendering/RenderTextControlSingleLine.h: allow for an implementation of controlClipRect for <inp…
DChangeLog-2007-10-147961 (WebCore::RenderMenuList::controlClipRect): Use correct coordinates for
12974 …(WebCore::RenderTextControl::controlClipRect): Added a control clip so the search field's cancel b…
14231 …(WebCore::RenderMenuList::controlClipRect): Clip to the intersection of the inner content box and …
62030 (WebCore::RenderListBox::controlClipRect): Changed to return the content box since
65380 (WebCore::RenderButton::controlClipRect):
65400 (WebCore::RenderListBox::controlClipRect):
65405 (WebCore::RenderMenuList::controlClipRect):
65416 (WebCore::RenderObject::controlClipRect):
DChangeLog-2009-06-1637781 (WebCore::RenderBox::controlClipRect):
50958 (WebCore::RenderButton::controlClipRect):
51028 (WebCore::RenderListBox::controlClipRect):
51046 (WebCore::RenderMenuList::controlClipRect):
51184 (WebCore::RenderTextControl::controlClipRect):
DChangeLog-2010-12-06114779 (WebCore::RenderTextControlSingleLine::controlClipRect):