Searched refs:LayoutRect (Results 226 - 250 of 280) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp338 LayoutRect bounds = elementRect();
453 LayoutRect rect = elementRect();
H A DAXNodeObject.cpp1251 LayoutRect AXNodeObject::elementRect() const
1260 LayoutRect rect;
1281 LayoutRect boundingBox;
1285 LayoutRect parentRect = positionProvider->elementRect();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTraceEvents.cpp275 static void localToPageQuad(const RenderObject& renderer, const LayoutRect& rect, FloatQuad* quad)
304 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorPaintEvent::data(RenderObject* renderer, const LayoutRect& clipRect, const GraphicsLayer* graphicsLayer)
H A DInspectorLayerTreeAgent.cpp201 void InspectorLayerTreeAgent::didPaint(RenderObject*, const GraphicsLayer* graphicsLayer, GraphicsContext*, const LayoutRect& rect)
H A DInspectorInstrumentation.idl257 void didPaint([Keep] RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.cpp19 Vector<LayoutRect> focusRingRects;
28 void ObjectPainter::paintOutline(PaintInfo& paintInfo, const LayoutRect& paintRect)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h314 , rect(LayoutRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight()))
320 LayoutRect rect;
H A DRenderFrameSet.cpp147 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
156 paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOffset.y() + yPos, width(), borderThickness)));
H A DInlineBox.cpp334 void InlineBox::flipForWritingMode(LayoutRect& rect)
H A DRenderTable.cpp626 void RenderTable::subtractCaptionRect(LayoutRect& rect) const
1275 LayoutRect RenderTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy)
1277 LayoutRect rect = RenderBlock::overflowClipRect(location, relevancy);
1316 LayoutRect boundsRect(adjustedLocation, size());
H A DRenderBlockFlow.cpp565 LayoutRect oldRect = child->frameRect();
797 LayoutRect overflow = line->logicalVisualOverflowRect(line->lineTop(), line->lineBottom());
824 LayoutRect logicalVisualOverflow = lineBox->logicalVisualOverflowRect(lineBox->lineTop(), lineBox->lineBottom());
1895 LayoutRect borderBox = child->borderBoxRect();
2090 LayoutRect paintInvalidationRect;
2092 paintInvalidationRect = LayoutRect(paintInvalidationLogicalLeft, m_paintInvalidationLogicalTop, paintInvalidationLogicalRight - paintInvalidationLogicalLeft, m_paintInvalidationLogicalBottom - m_paintInvalidationLogicalTop);
2094 paintInvalidationRect = LayoutRect(m_paintInvalidationLogicalTop, paintInvalidationLogicalLeft, m_paintInvalidationLogicalBottom - m_paintInvalidationLogicalTop, paintInvalidationLogicalRight - paintInvalidationLogicalLeft);
2104 paintInvalidationRect.intersect(LayoutRect(LayoutPoint(), size()));
2133 LayoutRect floatBox(offsetFromRootBlock.width() + xPositionForFloatIncludingMargin(floatingObject),
2767 LayoutRect logicalRec
[all...]
H A DHitTestResult.cpp381 bool HitTestResult::addNodeToRectBasedTestResult(Node* node, const HitTestRequest& request, const HitTestLocation& locationInContainer, const LayoutRect& rect)
H A DInlineBox.h292 void flipForWritingMode(LayoutRect&);
H A DRenderBlockLineLayout.cpp1049 LayoutRect logicalLayoutOverflow(0, blockLogicalHeight, 1, bottomLayoutOverflow - blockLogicalHeight);
1050 LayoutRect logicalVisualOverflow(0, blockLogicalHeight, 1, bottomVisualOverflow - blockLogicalHeight);
1898 LayoutRect visualOverflow = curr->visualOverflowRect(curr->lineTop(), curr->lineBottom());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.h108 virtual LayoutRect boundingBox() const OVERRIDE FINAL;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp160 LayoutRect boundingRect = enclosingLayoutRect(childRect);
H A DRenderSVGText.cpp97 void RenderSVGText::mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect& rect, const PaintInvalidationState* paintInvalidationState) const
H A DSVGInlineTextBox.cpp144 LayoutRect SVGInlineTextBox::localSelectionRect(int startPosition, int endPosition)
150 return LayoutRect();
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.cpp32 #include "platform/geometry/LayoutRect.h"
45 FloatRect::FloatRect(const LayoutRect& r) : m_location(r.location()), m_size(r.size())
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h31 #include "platform/geometry/LayoutRect.h"
167 LayoutRect viewportConstrainedVisibleContentRect() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp966 RoundedRect RenderStyle::getRoundedBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
978 RoundedRect RenderStyle::getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
990 RoundedRect RenderStyle::getRoundedInnerBorderFor(const LayoutRect& borderRect,
993 LayoutRect innerRect(borderRect.x() + leftWidth,
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp35 #include "platform/geometry/LayoutRect.h"
626 LayoutRect TransformationMatrix::clampedBoundsOfProjectedQuad(const FloatQuad& q) const
645 return LayoutRect(LayoutUnit::clamp(left), LayoutUnit::clamp(top), LayoutUnit::clamp(right - left), LayoutUnit::clamp(bottom - top));
693 LayoutRect TransformationMatrix::mapRect(const LayoutRect& r) const
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp332 void HTMLCanvasElement::paint(GraphicsContext* context, const LayoutRect& r)
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp635 LayoutRect contentBoxRect = toRenderSVGRoot(renderer())->contentBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp1099 if (startCaretRect == LayoutRect())
1103 if (endCaretRect == LayoutRect())

Completed in 414 milliseconds

1234567891011>>