Searched refs:HitTestLocation (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRect.cpp29 #include "core/rendering/HitTestLocation.h"
33 bool ClipRect::intersects(const HitTestLocation& hitTestLocation) const
H A DHitTestLocation.h36 class HitTestLocation { class in namespace:WebCore
39 HitTestLocation();
40 HitTestLocation(const LayoutPoint&);
41 HitTestLocation(const FloatPoint&);
42 HitTestLocation(const FloatPoint&, const FloatQuad&);
44 HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
45 HitTestLocation(const HitTestLocation&, const LayoutSize& offset);
46 HitTestLocation(const HitTestLocation
[all...]
H A DHitTestLocation.cpp23 #include "core/rendering/HitTestLocation.h"
27 HitTestLocation::HitTestLocation() function in class:WebCore::HitTestLocation
33 HitTestLocation::HitTestLocation(const LayoutPoint& point) function in class:WebCore::HitTestLocation
43 HitTestLocation::HitTestLocation(const FloatPoint& point) function in class:WebCore::HitTestLocation
53 HitTestLocation::HitTestLocation(const FloatPoint& point, const FloatQuad& quad) function in class:WebCore::HitTestLocation
63 HitTestLocation function in class:WebCore::HitTestLocation
73 HitTestLocation::HitTestLocation(const HitTestLocation& other, const LayoutSize& offset) function in class:WebCore::HitTestLocation
84 HitTestLocation::HitTestLocation(const HitTestLocation& other) function in class:WebCore::HitTestLocation
[all...]
H A DHitTestResult.h25 #include "core/rendering/HitTestLocation.h"
56 HitTestResult(const HitTestLocation&);
69 // Forwarded from HitTestLocation
90 const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; }
119 bool addNodeToRectBasedTestResult(Node*, const HitTestRequest&, const HitTestLocation& pointInContainer, const LayoutRect& = LayoutRect());
120 bool addNodeToRectBasedTestResult(Node*, const HitTestRequest&, const HitTestLocation& pointInContainer, const FloatRect&);
135 HitTestLocation m_hitTestLocation;
H A DRenderPart.h40 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
H A DRenderLineBoxList.h67 bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const;
H A DRenderTextControlMultiLine.h39 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
H A DRenderWidget.h55 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
H A DRenderPart.cpp90 bool RenderPart::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction action)
105 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset);
H A DEllipsisBox.h44 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
H A DRenderLayer.h251 bool hitTest(const HitTestRequest&, const HitTestLocation&, HitTestResult&);
556 const LayoutRect& hitTestRect, const HitTestLocation&, bool appliedTransform,
559 const LayoutRect& hitTestRect, const HitTestLocation&, const HitTestingTransformState* = 0, double* zOffset = 0,
562 const LayoutRect& hitTestRect, const HitTestLocation&,
566 const LayoutRect& hitTestRect, const HitTestLocation&,
569 const LayoutRect& hitTestRect, const HitTestLocation&,
574 const LayoutRect& hitTestRect, const HitTestLocation&,
578 bool hitTestContents(const HitTestRequest&, HitTestResult&, const LayoutRect& layerBounds, const HitTestLocation&, HitTestFilter) const;
579 bool hitTestContentsForFragments(const LayerFragments&, const HitTestRequest&, HitTestResult&, const HitTestLocation&, HitTestFilter, bool& insideClipRect) const;
581 const LayoutRect& hitTestRect, const HitTestLocation
[all...]
H A DRenderTextControlMultiLine.cpp40 bool RenderTextControlMultiLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction)
H A DRenderImage.h99 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
H A DRenderTableRow.h94 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
H A DRenderTextControlSingleLine.h57 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
H A DClipRect.h40 class HitTestLocation;
76 bool intersects(const HitTestLocation&) const;
H A DEllipsisBox.cpp159 bool EllipsisBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom)
177 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
H A DRenderInline.h99 bool hitTestCulledInline(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset);
139 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
H A DHitTestResult.cpp70 HitTestResult::HitTestResult(const HitTestLocation& other)
401 bool HitTestResult::addNodeToRectBasedTestResult(Node* node, const HitTestRequest& request, const HitTestLocation& locationInContainer, const LayoutRect& rect)
421 bool HitTestResult::addNodeToRectBasedTestResult(Node* node, const HitTestRequest& request, const HitTestLocation& locationInContainer, const FloatRect& rect)
H A DRenderBlock.h247 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
392 bool hitTestColumns(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction);
393 bool hitTestContents(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction);
395 virtual bool hitTestFloats(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const LayoutPoint&) { return false; } argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGBlock.cpp109 bool RenderSVGBlock::nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction) argument
H A DRenderSVGBlock.h61 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
H A DRenderSVGModelObject.h81 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
H A DRenderSVGModelObject.cpp114 bool RenderSVGModelObject::nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction) argument
H A DSVGInlineTextBox.h87 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;

Completed in 209 milliseconds

1234