Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlMultiLine.cpp40 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
42 …erTextControl::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, hitTestAction)) in nodeAtPoint()
DRenderFlowThread.cpp146 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
148 if (hitTestAction == HitTestBlockBackground) in nodeAtPoint()
150 …nderBlockFlow::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, hitTestAction); in nodeAtPoint()
DRenderLineBoxList.cpp195 …tion& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) const in hitTest()
197 if (hitTestAction != HitTestForeground) in hitTest()
DRenderTextControlSingleLine.cpp196 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
198 …erTextControl::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, hitTestAction)) in nodeAtPoint()
DRenderImage.cpp357 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
360 …rReplaced::nodeAtPoint(request, tempResult, locationInContainer, accumulatedOffset, hitTestAction); in nodeAtPoint()
DRenderBlock.cpp2367 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
2382 if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) in nodeAtPoint()
2429 …TestContents(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hitTestAction)) { in nodeAtPoint()
2433 …if (hitTestAction == HitTestFloat && hitTestFloats(request, result, locationInContainer, toLayoutP… in nodeAtPoint()
2435 …tTestColumns(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hitTestAction)) { in nodeAtPoint()
2451 if (hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) { in nodeAtPoint()
2522 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in hitTestColumns() argument
2539 …ntents(request, result, locationInContainer, finalLocation, hitTestAction) || (hitTestAction == Hi… in hitTestColumns()
2541 hitTestContents(request, result, locationInContainer, finalLocation, hitTestAction); in hitTestColumns()
2559 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in hitTestContents() argument
[all …]
DRenderInline.cpp792 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
794 … m_lineBoxes.hitTest(this, request, result, locationInContainer, accumulatedOffset, hitTestAction); in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGForeignObject.cpp129 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
132 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGRoot.cpp415 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
430 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtPoint()
440 …if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) && v… in nodeAtPoint()
DRenderSVGImage.cpp157 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
160 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGContainer.cpp170 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
181 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtFloatPoint()
DRenderSVGShape.cpp304 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
307 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGText.cpp425 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
441 … return RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), hitTestAction); in nodeAtFloatPoint()