Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTextControlMultiLine.cpp61 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
63 if (!RenderTextControl::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction)) in nodeAtPoint()
DRenderForeignObject.cpp109 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
112 …, result, static_cast<int>(localPoint.x()), static_cast<int>(localPoint.y()), 0, 0, hitTestAction); in nodeAtFloatPoint()
DRenderSVGContainer.cpp158 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
167 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtFloatPoint()
DTextControlInnerElements.cpp53 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
61 …oint(request, result, x, y, tx, ty, placeholderIsVisible ? HitTestBlockBackground : hitTestAction); in nodeAtPoint()
DRenderSVGText.cpp99 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
107 …Block::nodeAtPoint(request, result, (int)localPoint.x(), (int)localPoint.y(), 0, 0, hitTestAction); in nodeAtFloatPoint()
DRenderSVGModelObject.h65 …, int yInContainer, int dxParentToContainer, int dyParentToContainer, HitTestAction hitTestAction);
DRenderSVGImage.cpp179 …tTestRequest&, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
182 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGRoot.cpp277 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
298 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtPoint()
DRenderLineBoxList.cpp217 …t& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) const in hitTest()
219 if (hitTestAction != HitTestForeground) in hitTest()
DRenderPath.cpp218 …tTestRequest&, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
221 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderImage.cpp452 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
455 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction); in nodeAtPoint()
DRenderBlock.cpp3332 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
3345 …if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) && i… in nodeAtPoint()
3362 …if (!hasColumns() && hitTestContents(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) in nodeAtPoint()
3366 … if (hasColumns() && hitTestColumns(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) in nodeAtPoint()
3370 if (hitTestAction == HitTestFloat && m_floatingObjects) { in nodeAtPoint()
3392 if (hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) { in nodeAtPoint()
3403 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in hitTestColumns() argument
3422 return hitTestContents(request, result, x, y, finalX, finalY, hitTestAction); in hitTestColumns()
3437 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in hitTestContents() argument
3441 if (m_lineBoxes.hitTest(this, request, result, x, y, tx, ty, hitTestAction)) { in hitTestContents()
[all …]
DRenderListBox.cpp583 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
585 if (!RenderBlock::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction)) in nodeAtPoint()
DRenderTextControlSingleLine.cpp267 …t& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
275 if (!RenderTextControl::nodeAtPoint(request, result, xPos, yPos, tx, ty, hitTestAction)) in nodeAtPoint()
DRenderInline.cpp506 int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
508 return m_lineBoxes.hitTest(this, request, result, x, y, tx, ty, hitTestAction); in nodeAtPoint()