Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DHitTestResult.h106 IntRect rectForPoint(int x, int y) const;
107 IntRect rectForPoint(const IntPoint&) const;
108 …static IntRect rectForPoint(const IntPoint&, unsigned topPadding, unsigned rightPadding, unsigned …
148 inline IntRect HitTestResult::rectForPoint(int x, int y) const in rectForPoint() function
150 … return rectForPoint(IntPoint(x, y), m_topPadding, m_rightPadding, m_bottomPadding, m_leftPadding); in rectForPoint()
158 inline IntRect HitTestResult::rectForPoint(const IntPoint& point) const in rectForPoint() function
160 return rectForPoint(point, m_topPadding, m_rightPadding, m_bottomPadding, m_leftPadding); in rectForPoint()
DHitTestResult.cpp562 return !rect.contains(rectForPoint(x, y)); in addNodeToRectBasedTestResult()
593 return !rect.contains(rectForPoint(x, y)); in addNodeToRectBasedTestResult()
616 IntRect HitTestResult::rectForPoint(const IntPoint& point, unsigned topPadding, unsigned rightPaddi… in rectForPoint() function in WebCore::HitTestResult
DEllipsisBox.cpp119 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(x, y))) { in nodeAtPoint()
DRenderTable.cpp1262 … if (!hasOverflowClip() || overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) { in nodeAtPoint()
1276 …action == HitTestChildBlockBackground) && boundsRect.intersects(result.rectForPoint(xPos, yPos))) { in nodeAtPoint()
DInlineFlowBox.cpp906 if (!overflowRect.intersects(result.rectForPoint(x, y))) in nodeAtPoint()
940 if (visibleToHitTesting() && rect.intersects(result.rectForPoint(x, y))) { in nodeAtPoint()
DRenderBlock.cpp3945 if (!overflowBox.intersects(result.rectForPoint(_x, _y))) in nodeAtPoint()
3959 IntRect hitTestArea(result.rectForPoint(_x, _y)); in nodeAtPoint()
3988 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(_x, _y))) { in nodeAtPoint()
4057 if (colRect.intersects(result.rectForPoint(x, y))) { in hitTestColumns()
4064 if (result.isRectBasedTest() && !colRect.contains(result.rectForPoint(x, y))) in hitTestColumns()
DRenderTableSection.cpp1263 if (hasOverflowClip() && !overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) in setCellLogicalWidths()
DInlineTextBox.cpp354 …cation != cFullTruncation && visibleToHitTesting() && rect.intersects(result.rectForPoint(x, y))) { in nodeAtPoint()
DRenderLayer.cpp3008 IntRect hitTestArea = result.rectForPoint(hitTestPoint); in hitTestLayer()
3312 … if (!localClipRect.isEmpty() && localClipRect.intersects(result.rectForPoint(hitTestPoint))) { in hitTestChildLayerColumns()
DRenderBox.cpp774 …sting() && action == HitTestForeground && boundsRect.intersects(result.rectForPoint(xPos, yPos))) { in nodeAtPoint()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1590 …IntRect touchRect(HitTestResult::rectForPoint(view->windowToContents(IntPoint(x, y)), m_topPadding… in findCandidatePointForTouch()
/external/webkit/Source/WebCore/dom/
DDocument.cpp1129 …else if (!frameView->visibleContentRect().intersects(HitTestResult::rectForPoint(point, topPadding… in nodesFromRect()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0638741 Rename HitTestResult::rectFromPoint to rectForPoint
38753 (WebCore::HitTestResult::rectForPoint):
38755 (WebCore::HitTestResult::rectForPoint):