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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextFragment.h70 virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE;
H A DRenderTextFragment.cpp145 void RenderTextFragment::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) function in class:blink::RenderTextFragment
150 RenderObject::updateHitTestResult(result, point);
H A DEllipsisBox.cpp142 renderer().updateHitTestResult(result, locationInContainer.point() - LayoutSize(mtx, mty));
151 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
H A DRenderInline.h171 virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE FINAL;
H A DRenderTableRow.cpp214 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint));
H A DRenderView.h117 virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE;
H A DRenderLineBoxList.cpp222 renderer->updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset));
H A DHitTestResult.cpp468 resolvedInnerNode->renderer()->updateHitTestResult(*this, LayoutPoint());
H A DRenderBlock.h300 virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) OVERRIDE;
H A DRenderInline.cpp829 updateHitTestResult(result, tmpLocation.point());
1214 void RenderInline::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) function in class:blink::RenderInline
H A DRenderTable.cpp1308 updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint));
1318 updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjustedLocation)));
H A DRenderBlock.cpp2385 updateHitTestResult(result, locationInContainer.point() - localOffset);
2430 updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - localOffset));
2436 updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - localOffset));
2454 updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - localOffset));
3949 void RenderBlock::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) function in class:blink::RenderBlock
H A DInlineFlowBox.cpp1056 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset));
1092 renderer().updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffset))); // Don't add in m_x or m_y here, we want coords in the containing block's space.
H A DRenderTableSection.cpp1527 updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint));
1558 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint));
H A DRenderView.cpp808 void RenderView::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) function in class:blink::RenderView
H A DRootInlineBox.cpp171 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset));
H A DInlineTextBox.cpp349 renderer().updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffset)));
H A DRenderObject.h734 virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&);
H A DRenderLayer.cpp2427 renderer()->updateHitTestResult(result, toRenderView(renderer())->flipForWritingMode(hitTestLocation.point()));
2638 renderer()->updateHitTestResult(result, hitTestLocation.point());
H A DRenderObject.cpp2595 void RenderObject::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) function in class:blink::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.cpp182 updateHitTestResult(result, roundedLayoutPoint(localPoint));
191 updateHitTestResult(result, roundedLayoutPoint(localPoint));
H A DRenderSVGImage.cpp172 updateHitTestResult(result, roundedLayoutPoint(localPoint));
H A DRenderSVGRoot.cpp431 updateHitTestResult(result, pointInBorderBox);
447 updateHitTestResult(result, pointInBorderBox);
H A DRenderSVGShape.cpp316 updateHitTestResult(result, roundedLayoutPoint(localPoint));
H A DSVGInlineTextBox.cpp757 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset));

Completed in 365 milliseconds

12