Home
last modified time | relevance | path

Searched refs:hitTestRect (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h586 … 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…
DRenderLayer.cpp2476 … 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 …]
DRenderTableSection.cpp1537 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/
Dnew_tab_button.mm43 return [buttonMask hitTestRect:pointRect
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm170 if ([left hitTestRect:pointRect withImageDestinationRect:imageRect
182 if ([right hitTestRect:pointRect withImageDestinationRect:imageRect