Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGContainer.cpp159 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
171 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtFloatPoint()
DRenderSVGForeignObject.cpp145 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
154 …k::nodeAtPoint(request, result, roundedLocalPoint.x(), roundedLocalPoint.y(), 0, 0, hitTestAction); in nodeAtFloatPoint()
DRenderSVGImage.cpp147 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
150 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGRoot.cpp318 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
334 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtPoint()
344 if (hitTestAction == HitTestBlockBackground) { in nodeAtPoint()
DRenderSVGText.cpp185 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
197 …Block::nodeAtPoint(request, result, (int)localPoint.x(), (int)localPoint.y(), 0, 0, hitTestAction); in nodeAtFloatPoint()
DRenderSVGPath.cpp252 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
255 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
/external/webkit/Source/WebCore/rendering/
DRenderTextControlMultiLine.cpp63 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
65 if (!RenderTextControl::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction)) in nodeAtPoint()
DRenderLineBoxList.cpp277 …t& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) const in hitTest()
279 if (hitTestAction != HitTestForeground) in hitTest()
DRenderImage.cpp411 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
414 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction); in nodeAtPoint()
DRenderBlock.cpp3936 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
3949 …if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) && i… in nodeAtPoint()
3973 if (hitTestContents(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) { in nodeAtPoint()
3977 … if (hitTestAction == HitTestFloat && hitTestFloats(request, result, _x, _y, scrolledX, scrolledY)) in nodeAtPoint()
3979 } else if (hitTestColumns(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) { in nodeAtPoint()
3986 if (hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) { in nodeAtPoint()
4027 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in hitTestColumns() argument
4065 hitTestContents(request, result, x, y, finalX, finalY, hitTestAction); in hitTestColumns()
4067 …turn hitTestContents(request, result, x, y, finalX, finalY, hitTestAction) || (hitTestAction == Hi… in hitTestColumns()
4074 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in hitTestContents() argument
[all …]
DRenderListBox.cpp666 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
668 if (!RenderBlock::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction)) in nodeAtPoint()
DRenderTextControlSingleLine.cpp335 …t& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
343 if (!RenderTextControl::nodeAtPoint(request, result, xPos, yPos, tx, ty, hitTestAction)) in nodeAtPoint()
DRenderInline.cpp715 int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
717 return m_lineBoxes.hitTest(this, request, result, x, y, tx, ty, hitTestAction); in nodeAtPoint()