Searched refs:controlClipRect (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderButton.h | 54 virtual IntRect controlClipRect(int /*tx*/, int /*ty*/) const;
|
D | RenderMenuList.h | 73 virtual IntRect controlClipRect(int tx, int ty) const;
|
D | RenderButton.cpp | 178 IntRect RenderButton::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderButton
|
D | RenderListBox.h | 69 virtual IntRect controlClipRect(int tx, int ty) const;
|
D | RenderTextControlSingleLine.h | 65 virtual IntRect controlClipRect(int tx, int ty) const;
|
D | RenderListBox.cpp | 429 itemRect.intersect(controlClipRect(tx, ty)); in paintItemBackground() 689 IntRect RenderListBox::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderListBox
|
D | RenderMenuList.cpp | 233 IntRect RenderMenuList::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderMenuList
|
D | RenderBox.h | 342 virtual IntRect controlClipRect(int /*tx*/, int /*ty*/) const { return IntRect(); } in controlClipRect() function
|
D | RenderTextControlSingleLine.cpp | 493 IntRect RenderTextControlSingleLine::controlClipRect(int tx, int ty) const in controlClipRect() function in WebCore::RenderTextControlSingleLine
|
D | RenderBox.cpp | 1100 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty)); in pushContentsClip()
|
D | RenderBlock.cpp | 3984 …bool checkChildren = !useClip || (hasControlClip() ? controlClipRect(tx, ty).intersects(hitTestAre… in nodeAtPoint()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 12750 (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…
|
D | ChangeLog-2007-10-14 | 7961 (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):
|
D | ChangeLog-2009-06-16 | 37781 (WebCore::RenderBox::controlClipRect): 50958 (WebCore::RenderButton::controlClipRect): 51028 (WebCore::RenderListBox::controlClipRect): 51046 (WebCore::RenderMenuList::controlClipRect): 51184 (WebCore::RenderTextControl::controlClipRect):
|
D | ChangeLog-2010-12-06 | 114779 (WebCore::RenderTextControlSingleLine::controlClipRect):
|