/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderReplaced.cpp | 109 void RenderReplaced::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 116 LayoutPoint adjustedPaintOffset = paintOffset + location(); 181 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 194 LayoutPoint adjustedPaintOffset = paintOffset + location(); 521 PositionWithAffinity RenderReplaced::positionForPoint(const LayoutPoint& point) 571 return LayoutRect(LayoutPoint(), size());
|
InlineFlowBox.h | 112 void paintBoxDecorations(PaintInfo&, const LayoutPoint&); 113 void paintMask(PaintInfo&, const LayoutPoint&); 117 virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom); 118 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
|
RenderButton.cpp | 110 LayoutRect RenderButton::controlClipRect(const LayoutPoint& additionalOffset) const
|
RenderMenuList.h | 65 virtual LayoutRect controlClipRect(const LayoutPoint&) const;
|
RenderTextFragment.cpp | 135 void RenderTextFragment::updateHitTestResult(HitTestResult& result, const LayoutPoint& point)
|
ScrollBehavior.cpp | 143 return LayoutRect(LayoutPoint(x, y), visibleRect.size());
|
RenderBox.cpp | 589 void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const 673 void RenderBox::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*) 687 void RenderBox::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const 689 LayoutPoint adjustedLayerOffset = layerOffset + locationOffset(); 693 void RenderBox::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const [all...] |
InlineTextBox.h | 121 virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom); 122 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
|
RenderFieldset.cpp | 138 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 189 void RenderFieldset::paintMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
RenderFileUploadControl.cpp | 89 void RenderFileUploadControl::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 200 PositionWithAffinity RenderFileUploadControl::positionForPoint(const LayoutPoint&)
|
RenderScrollbarPart.cpp | 60 setLocation(LayoutPoint()); // We don't worry about positioning ourselves. We're just determining our minimum width/height. 177 void RenderScrollbarPart::paintIntoRect(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset, const LayoutRect& rect)
|
RenderBlock.cpp | [all...] |
RenderTableSection.cpp | [all...] |
RenderRegion.cpp | 174 void RenderRegion::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 192 m_flowThread->paintFlowThreadPortionInRegion(paintInfo, this, flowThreadPortionRect(), flowThreadPortionOverflowRect(), LayoutPoint(paintOffset.x() + borderLeft() + paddingLeft(), paintOffset.y() + borderTop() + paddingTop())); 197 bool RenderRegion::hitTestFlowThreadContents(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction action) 206 locationInContainer, LayoutPoint(accumulatedOffset.x() + borderLeft() + paddingLeft(), accumulatedOffset.y() + borderTop() + paddingTop()))) 326 void RenderRegion::repaintFlowThreadContentRectangle(const LayoutRect& repaintRect, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& regionLocation) const
|
RenderTableCell.cpp | 167 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const 169 LayoutPoint adjustedLayerOffset = layerOffset; 310 LayoutSize RenderTableCell::offsetFromContainer(RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const 360 LayoutPoint location(max<LayoutUnit>(left, -visualOverflowRect().x()), max<LayoutUnit>(top, -visualOverflowRect().y())); [all...] |
RenderView.cpp | 439 void RenderView::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint&) const 444 rects.append(LayoutRect(LayoutPoint::zero(), frameView()->contentsSize())); 473 void RenderView::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 478 ASSERT(LayoutPoint(IntPoint(paintOffset.x(), paintOffset.y())) == paintOffset); 510 void RenderView::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint&) 651 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const [all...] |
RenderMultiColumnSet.cpp | 306 void RenderMultiColumnSet::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 324 void RenderMultiColumnSet::paintColumnRules(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 473 LayoutPoint translationOffset;
|
RenderBlockFlow.cpp | [all...] |
RenderVideo.cpp | 151 void RenderVideo::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.h | 39 #include "platform/geometry/LayoutPoint.h" 108 HitTestResult hitTestResultAtPoint(const LayoutPoint&, 235 HitTestResult hitTestResultInFrame(Frame*, const LayoutPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent); 310 LayoutPoint m_dragStartPos;
|
SpatialNavigation.cpp | 52 static void entryAndExitPointsForDirection(FocusDirection, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint& entryPoint); 122 LayoutPoint center(rect.center()); 540 void entryAndExitPointsForDirection(FocusDirection direction, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint& entryPoint) 635 LayoutPoint exitPoint; 636 LayoutPoint entryPoint;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRootInlineBox.cpp | 36 void SVGRootInlineBox::paint(PaintInfo& paintInfo, const LayoutPoint&, LayoutUnit, LayoutUnit) 63 child->paint(paintInfo, LayoutPoint(), 0, 0); 193 InlineBox* SVGRootInlineBox::closestLeafChildForPosition(const LayoutPoint& point)
|
RenderSVGImage.cpp | 125 void RenderSVGImage::paint(PaintInfo& paintInfo, const LayoutPoint&) 224 void RenderSVGImage::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*)
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Caret.cpp | 231 void CaretBase::paintCaret(Node* node, GraphicsContext* context, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const 259 void DragCaretController::paintDragCaret(Frame* frame, GraphicsContext* p, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
MediaControlElements.cpp | 83 void MediaControlPanelElement::startDrag(const LayoutPoint& eventLocation) 106 void MediaControlPanelElement::continueDrag(const LayoutPoint& eventLocation) 156 void MediaControlPanelElement::setPosition(const LayoutPoint& position) 217 LayoutPoint location = toMouseEvent(event)->absoluteLocation();
|