Home
last modified time | relevance | path

Searched refs:visibleToHitTesting (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/html/shadow/
DTextControlInnerElements.cpp196 if (renderer() && renderer()->visibleToHitTesting()) { in defaultEventHandler()
404 if (renderer() && renderer()->visibleToHitTesting()) { in defaultEventHandler()
417 if (m_capturing && renderer() && renderer()->visibleToHitTesting()) { in defaultEventHandler()
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp119 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(x, y))) { in nodeAtPoint()
DHitTestResult.cpp558 if (currInline->visibleToHitTesting() && currInline->node()) in addNodeToRectBasedTestResult()
589 if (currInline->visibleToHitTesting() && currInline->node()) in addNodeToRectBasedTestResult()
DInlineBox.h299 …bool visibleToHitTesting() const { return renderer()->style()->visibility() == VISIBLE && renderer… in visibleToHitTesting() function
DRootInlineBox.cpp194 if (hasEllipsisBox() && visibleToHitTesting()) { in nodeAtPoint()
DRenderObject.h759 …bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEven… in visibleToHitTesting() function
DRenderTable.cpp1277 …if (visibleToHitTesting() && (action == HitTestBlockBackground || action == HitTestChildBlockBackg… in nodeAtPoint()
DInlineTextBox.cpp355 …if (m_truncation != cFullTruncation && visibleToHitTesting() && rect.intersects(result.rectForPoin… in nodeAtPoint()
DInlineFlowBox.cpp940 if (visibleToHitTesting() && rect.intersects(result.rectForPoint(x, y))) { in nodeAtPoint()
DRenderBox.cpp774 …if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPo… in nodeAtPoint()
DRenderBlock.cpp4012 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(_x, _y))) { in nodeAtPoint()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1639374 (WebCore::InlineBox::visibleToHitTesting):
58299 (WebCore::InlineBox::visibleToHitTesting):
58313 (WebCore::RenderObject::visibleToHitTesting):