Searched refs:hitTestRect (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.h | 586 … const LayoutRect& hitTestRect, const HitTestLocation&, bool appliedTransform, 589 …const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double… 592 const LayoutRect& hitTestRect, const HitTestLocation&, 596 const LayoutRect& hitTestRect, const HitTestLocation&, 599 const LayoutRect& hitTestRect, const HitTestLocation&, 604 const LayoutRect& hitTestRect, const HitTestLocation&, 611 …const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double…
|
D | RenderLayer.cpp | 2476 … const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, in createLocalTransformState() argument 2489 …ate(hitTestLocation.transformedPoint(), hitTestLocation.transformedRect(), FloatQuad(hitTestRect)); in createLocalTransformState() 2540 … const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, bool appliedTransform, in hitTestLayer() argument 2551 …ransformedLayerInFragments(rootLayer, containerLayer, request, result, hitTestRect, hitTestLocatio… in hitTestLayer() 2561 …stLayerByApplyingTransform(rootLayer, containerLayer, request, result, hitTestRect, hitTestLocatio… in hitTestLayer() 2575 …localTransformState = createLocalTransformState(rootLayer, containerLayer, hitTestRect, hitTestLoc… in hitTestLayer() 2616 … = hitTestChildren(PositiveZOrderChildren, rootLayer, request, result, hitTestRect, hitTestLocatio… in hitTestLayer() 2625 …hitLayer = hitTestChildren(NormalFlowChildren, rootLayer, request, result, hitTestRect, hitTestLoc… in hitTestLayer() 2635 …collectFragments(layerFragments, rootLayer, hitTestRect, RootRelativeClipRects, IncludeOverlayScro… in hitTestLayer() 2663 …hitLayer = hitTestChildren(NegativeZOrderChildren, rootLayer, request, result, hitTestRect, hitTes… in hitTestLayer() [all …]
|
D | RenderTableSection.cpp | 1537 LayoutRect hitTestRect = locationInContainer.boundingBox(); in nodeAtPoint() local 1538 hitTestRect.moveBy(-adjustedLocation); in nodeAtPoint() 1540 LayoutRect tableAlignedRect = logicalRectForWritingModeAndDirection(hitTestRect); in nodeAtPoint()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | new_tab_button.mm | 43 return [buttonMask hitTestRect:pointRect
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
D | tab_view.mm | 170 if ([left hitTestRect:pointRect withImageDestinationRect:imageRect 182 if ([right hitTestRect:pointRect withImageDestinationRect:imageRect
|