Home
last modified time | relevance | path

Searched refs:HitTestLocation (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestLocation.cpp27 HitTestLocation::HitTestLocation() in HitTestLocation() function in blink::HitTestLocation
33 HitTestLocation::HitTestLocation(const LayoutPoint& point) in HitTestLocation() function in blink::HitTestLocation
43 HitTestLocation::HitTestLocation(const FloatPoint& point) in HitTestLocation() function in blink::HitTestLocation
53 HitTestLocation::HitTestLocation(const FloatPoint& point, const FloatQuad& quad) in HitTestLocation() function in blink::HitTestLocation
63 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned righ… in HitTestLocation() function in blink::HitTestLocation
73 HitTestLocation::HitTestLocation(const HitTestLocation& other, const LayoutSize& offset) in HitTestLocation() function in blink::HitTestLocation
84 HitTestLocation::HitTestLocation(const HitTestLocation& other) in HitTestLocation() function in blink::HitTestLocation
94 HitTestLocation::~HitTestLocation() in ~HitTestLocation()
98 HitTestLocation& HitTestLocation::operator=(const HitTestLocation& other) in operator =()
110 void HitTestLocation::move(const LayoutSize& offset) in move()
[all …]
DHitTestLocation.h36 class HitTestLocation {
41 HitTestLocation();
42 HitTestLocation(const LayoutPoint&);
43 HitTestLocation(const FloatPoint&);
44 HitTestLocation(const FloatPoint&, const FloatQuad&);
46HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsign…
47 HitTestLocation(const HitTestLocation&, const LayoutSize& offset);
48 HitTestLocation(const HitTestLocation&);
49 ~HitTestLocation();
50 HitTestLocation& operator=(const HitTestLocation&);
DHitTestResult.h58 HitTestResult(const HitTestLocation&);
97 const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; } in hitTestLocation()
123 …bool addNodeToRectBasedTestResult(Node*, const HitTestRequest&, const HitTestLocation& pointInCont…
124 …bool addNodeToRectBasedTestResult(Node*, const HitTestRequest&, const HitTestLocation& pointInCont…
139 HitTestLocation m_hitTestLocation;
DRenderLayer.h232 bool hitTest(const HitTestRequest&, const HitTestLocation&, HitTestResult&);
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&,
608 …itTestRequest&, HitTestResult&, const LayoutRect& layerBounds, const HitTestLocation&, HitTestFilt…
609 …(const LayerFragments&, const HitTestRequest&, HitTestResult&, const HitTestLocation&, HitTestFilt…
611 …const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double…
DClipRect.h34 class HitTestLocation; variable
70 bool intersects(const HitTestLocation&) const;
DRenderPart.cpp88 …eAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInCo… in nodeAtPoint()
103 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset); in nodeAtPoint()
DClipRect.cpp33 bool ClipRect::intersects(const HitTestLocation& hitTestLocation) const in intersects()
DHitTestResult.cpp69 HitTestResult::HitTestResult(const HitTestLocation& other) in HitTestResult()
381 …RectBasedTestResult(Node* node, const HitTestRequest& request, const HitTestLocation& locationInCo… in addNodeToRectBasedTestResult()
398 …RectBasedTestResult(Node* node, const HitTestRequest& request, const HitTestLocation& locationInCo… in addNodeToRectBasedTestResult()
458 m_hitTestLocation = HitTestLocation(resolvedPointInMainFrame); in resolveRectBasedTest()
DRenderPart.h40 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderLineBoxList.h66 …(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInCo…
DRenderTextControlMultiLine.h39 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderWidget.h54 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DEllipsisBox.cpp132 …eAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInCo… in nodeAtPoint()
150 …if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locati… in nodeAtPoint()
DRenderBlock.h233 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
374 …bool hitTestColumns(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContai…
375 …bool hitTestContents(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInConta…
377 …virtual bool hitTestFloats(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const La… in hitTestFloats() argument
DEllipsisBox.h44 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderInline.h99 …bool hitTestCulledInline(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
139 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderTextControlMultiLine.cpp40 …eAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInCo… in nodeAtPoint()
DRenderTextControlSingleLine.h57 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderImage.h103 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderLayer.cpp2406 bool RenderLayer::hitTest(const HitTestRequest& request, const HitTestLocation& hitTestLocation, Hi… in hitTest()
2476 … const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, in createLocalTransformState()
2540 … const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, bool appliedTransform, in hitTestLayer()
2694 const HitTestLocation& hitTestLocation, HitTestFilter hitTestFilter, bool& insideClipRect) const in hitTestContentsForFragments()
2713 …const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformSt… in hitTestTransformedLayerInFragments()
2750 …const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformSt… in hitTestLayerByApplyingTransform()
2769 HitTestLocation newHitTestLocation; in hitTestLayerByApplyingTransform()
2771 newHitTestLocation = HitTestLocation(localPoint, localPointQuad); in hitTestLayerByApplyingTransform()
2773 newHitTestLocation = HitTestLocation(localPoint); in hitTestLayerByApplyingTransform()
2779 …request, HitTestResult& result, const LayoutRect& layerBounds, const HitTestLocation& hitTestLocat… in hitTestContents()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGBlock.h61 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderSVGBlock.cpp109 bool RenderSVGBlock::nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation&, con… in nodeAtPoint() argument
DRenderSVGModelObject.h79 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DSVGInlineTextBox.h77 …virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInC…
DRenderSVGModelObject.cpp115 bool RenderSVGModelObject::nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation in nodeAtPoint() argument

1234