Searched refs:hitTestPoint (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.h | 531 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, bool appliedTransform, 534 const IntRect& hitTestRect, const IntPoint& hitTestPoint, 538 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, 541 const IntRect& hitTestRect, const IntPoint& hitTestPoint, 546 const IntRect& hitTestRect, const IntPoint& hitTestPoint, 549 …Request&, HitTestResult&, const IntRect& layerBounds, const IntPoint& hitTestPoint, HitTestFilter)…
|
D | RenderLayer.cpp | 2963 const IntRect& hitTestRect, const IntPoint& hitTestPoint, in scrollTo() argument 2976 transformState = HitTestingTransformState::create(hitTestPoint, FloatQuad(hitTestRect)); in scrollTo() 3026 … const IntRect& hitTestRect, const IntPoint& hitTestPoint, bool appliedTransform, in scrollTo() argument 3037 IntRect hitTestArea = result.rectForPoint(hitTestPoint); in scrollTo() 3050 …e = createLocalTransformState(rootLayer, containerLayer, hitTestRect, hitTestPoint, transformState… in scrollTo() 3087 …e = createLocalTransformState(rootLayer, containerLayer, hitTestRect, hitTestPoint, transformState… in scrollTo() 3140 …yer* hitLayer = hitTestList(m_posZOrderList, rootLayer, request, result, hitTestRect, hitTestPoint, in scrollTo() 3149 hitLayer = hitTestList(m_normalFlowList, rootLayer, request, result, hitTestRect, hitTestPoint, in scrollTo() 3161 if (hitTestContents(request, tempResult, layerBounds, hitTestPoint, HitTestDescendants) && in scrollTo() 3176 hitLayer = hitTestList(m_negZOrderList, rootLayer, request, result, hitTestRect, hitTestPoint, in scrollTo() [all …]
|