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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderButton.h53 virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE;
H A DRenderButton.cpp87 LayoutRect RenderButton::controlClipRect(const LayoutPoint& additionalOffset) const function in class:blink::RenderButton
H A DRenderTextControlSingleLine.h51 virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE FINAL;
H A DRenderMenuList.h70 virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE;
H A DRenderTextControlSingleLine.cpp271 LayoutRect RenderTextControlSingleLine::controlClipRect(const LayoutPoint& additionalOffset) const function in class:blink::RenderTextControlSingleLine
H A DRenderMenuList.cpp320 LayoutRect RenderMenuList::controlClipRect(const LayoutPoint& additionalOffset) const function in class:blink::RenderMenuList
H A DRenderBox.h505 virtual LayoutRect controlClipRect(const LayoutPoint&) const { return LayoutRect(); } function in class:blink::RenderBox
H A DRenderBlock.cpp2412 checkChildren = locationInContainer.intersects(controlClipRect(adjustedLocation));
H A DRenderBox.cpp1370 LayoutRect clipRect = isControlClip ? controlClipRect(accumulatedOffset) : overflowClipRect(accumulatedOffset);
1824 // its controlClipRect will be wrong. For overflow clip we use the values cached by the layer.

Completed in 556 milliseconds