Searched refs:updateHitTestResult (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGContainer.cpp172 updateHitTestResult(result, roundedIntPoint(localPoint));
H A DRenderSVGImage.cpp163 updateHitTestResult(result, roundedIntPoint(localPoint));
H A DRenderSVGRoot.cpp336 updateHitTestResult(result, pointInBorderBox);
349 updateHitTestResult(result, roundedIntPoint(localPoint));
H A DRenderSVGPath.cpp272 updateHitTestResult(result, roundedIntPoint(localPoint));
/external/webkit/Source/WebCore/rendering/
H A DEllipsisBox.cpp113 renderer()->updateHitTestResult(result, IntPoint(x - mtx, y - mty));
120 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty));
H A DRenderInline.h153 virtual void updateHitTestResult(HitTestResult&, const IntPoint&);
H A DRenderTableRow.cpp202 updateHitTestResult(result, IntPoint(x - cellPoint.x(), y - cellPoint.y()));
H A DRenderView.h138 virtual void updateHitTestResult(HitTestResult&, const IntPoint&);
H A DRenderLineBoxList.cpp306 renderer->updateHitTestResult(result, IntPoint(x - tx, y - ty));
H A DRenderTable.cpp1268 updateHitTestResult(result, IntPoint(xPos - childPoint.x(), yPos - childPoint.y()));
1278 updateHitTestResult(result, flipForWritingMode(IntPoint(xPos - tx, yPos - ty)));
H A DRenderTableSection.cpp1281 updateHitTestResult(result, IntPoint(xPos - childPoint.x(), yPos - childPoint.y()));
1325 updateHitTestResult(result, IntPoint(xPos - cellPoint.x(), yPos - cellPoint.y()));
H A DInlineFlowBox.cpp912 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty));
941 renderer()->updateHitTestResult(result, flipForWritingMode(IntPoint(x - tx, y - ty))); // Don't add in m_x or m_y here, we want coords in the containing block's space.
H A DRenderBlock.h290 virtual void updateHitTestResult(HitTestResult&, const IntPoint&);
H A DRenderObject.h537 virtual void updateHitTestResult(HitTestResult&, const IntPoint&);
H A DRenderView.cpp744 void RenderView::updateHitTestResult(HitTestResult& result, const IntPoint& point) function in class:WebCore::RenderView
H A DRootInlineBox.cpp196 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty));
H A DRenderBlock.cpp3974 updateHitTestResult(result, IntPoint(_x - tx, _y - ty));
3998 updateHitTestResult(result, IntPoint(_x - tx, _y - ty));
4004 updateHitTestResult(result, IntPoint(_x - tx, _y - ty));
4013 updateHitTestResult(result, flipForWritingMode(IntPoint(_x - tx, _y - ty)));
4042 updateHitTestResult(result, IntPoint(x - childPoint.x(), y - childPoint.y()));
5814 void RenderBlock::updateHitTestResult(HitTestResult& result, const IntPoint& point) function in class:WebCore::RenderBlock
H A DInlineTextBox.cpp356 renderer()->updateHitTestResult(result, flipForWritingMode(IntPoint(x - tx, y - ty)));
H A DRenderInline.cpp1205 void RenderInline::updateHitTestResult(HitTestResult& result, const IntPoint& point) function in class:WebCore::RenderInline
H A DRenderBox.cpp766 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
775 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
H A DRenderObject.cpp2193 void RenderObject::updateHitTestResult(HitTestResult& result, const IntPoint& point) function in class:WebCore::RenderObject
H A DRenderLayer.cpp2917 renderer()->updateHitTestResult(result, result.point());

Completed in 250 milliseconds