Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlMultiLine.cpp42 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
44 …erTextControl::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, hitTestAction)) in nodeAtPoint()
DRenderLineBoxList.cpp240 …tion& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) const in hitTest()
242 if (hitTestAction != HitTestForeground) in hitTest()
DRenderTextControlSingleLine.cpp212 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
214 …erTextControl::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, hitTestAction)) in nodeAtPoint()
DRenderBlock.cpp3077 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
3091 …if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) && i… in nodeAtPoint()
3110 …TestContents(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hitTestAction)) { in nodeAtPoint()
3114 …if (hitTestAction == HitTestFloat && hitTestFloats(request, result, locationInContainer, toLayoutP… in nodeAtPoint()
3116 …tTestColumns(request, result, locationInContainer, toLayoutPoint(scrolledOffset), hitTestAction)) { in nodeAtPoint()
3132 if (hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) { in nodeAtPoint()
3203 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in hitTestColumns() argument
3220 …ntents(request, result, locationInContainer, finalLocation, hitTestAction) || (hitTestAction == Hi… in hitTestColumns()
3222 hitTestContents(request, result, locationInContainer, finalLocation, hitTestAction); in hitTestColumns()
3240 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in hitTestContents() argument
[all …]
DRenderImage.cpp534 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
537 …rReplaced::nodeAtPoint(request, tempResult, locationInContainer, accumulatedOffset, hitTestAction); in nodeAtPoint()
DRenderFlowThread.cpp318 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
320 if (hitTestAction == HitTestBlockBackground) in nodeAtPoint()
322 …n RenderBlock::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, hitTestAction); in nodeAtPoint()
DRenderListBox.cpp702 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
704 …(!RenderBlock::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, hitTestAction)) in nodeAtPoint()
DRenderInline.cpp759 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
761 … m_lineBoxes.hitTest(this, request, result, locationInContainer, accumulatedOffset, hitTestAction); in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGContainer.cpp171 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
183 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtFloatPoint()
DRenderSVGForeignObject.cpp168 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
171 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGImage.cpp179 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
182 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGRoot.cpp394 …stLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) in nodeAtPoint() argument
406 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtPoint()
415 if (hitTestAction == HitTestBlockBackground && visibleToHitTestRequest(request)) { in nodeAtPoint()
DRenderSVGShape.cpp313 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
316 if (hitTestAction != HitTestForeground) in nodeAtFloatPoint()
DRenderSVGText.cpp438 …uest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) in nodeAtFloatPoint() argument
454 … return RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), hitTestAction); in nodeAtFloatPoint()