/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BasicShapes.cpp | 53 void BasicShapeRectangle::path(Path& path, const FloatRect& boundingBox) in path() 85 void BasicShapeCircle::path(Path& path, const FloatRect& boundingBox) in path() 112 void BasicShapeEllipse::path(Path& path, const FloatRect& boundingBox) in path() 140 void BasicShapePolygon::path(Path& path, const FloatRect& boundingBox) in path() 181 void BasicShapeInsetRectangle::path(Path& path, const FloatRect& boundingBox) in path()
|
D | RenderStyle.cpp | 872 void RenderStyle::applyTransform(TransformationMatrix& transform, const FloatRect& boundingBox, App… in applyTransform() argument
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestLocation.h | 67 IntRect boundingBox() const { return m_boundingBox; } in boundingBox() function
|
D | RenderInline.h | 157 IntRect boundingBox = linesBoundingBox(); in borderBoundingBox() local
|
D | RenderNamedFlowThread.cpp | 622 LayoutRect boundingBox; in getRanges() local
|
D | RenderLayer.cpp | 1853 LayoutRect boundingBox = layer->boundingBox(rootLayer); in performOverlapTests() local 3486 LayoutRect RenderLayer::boundingBox(const RenderLayer* ancestorLayer, CalculateLayerBoundsFlags fla… in boundingBox() function in WebCore::RenderLayer
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatPolygon.h | 62 FloatRect boundingBox() const { return m_boundingBox; } in boundingBox() function
|
D | FloatQuad.cpp | 84 FloatRect FloatQuad::boundingBox() const in boundingBox() function in WebCore::FloatQuad
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | TouchDisambiguation.cpp | 71 static float scoreTouchTarget(IntPoint touchPoint, int padding, IntRect boundingBox) in scoreTouchTarget()
|
D | PrintContext.cpp | 298 IntRect boundingBox = renderer->absoluteBoundingBoxRect(); in outputLinkedDestinations() local
|
D | TouchAdjustment.cpp | 57 IntRect boundingBox() const { return m_quad.enclosingBoundingBox(); } in boundingBox() function in WebCore::TouchAdjustment::SubtargetGeometry
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGImage.cpp | 132 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint() local
|
D | SVGRenderingContext.cpp | 277 FloatRect boundingBox = m_object->objectBoundingBox(); in bufferForeground() local
|
D | RenderSVGInlineText.cpp | 130 FloatRect boundingBox; in floatLinesBoundingBox() local
|
D | RenderSVGShape.cpp | 250 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint() local
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | LinkHighlightTest.cpp | 221 …IntRect boundingBox(touchEvent.x - touchEvent.data.tap.width / 2, touchEvent.y - touchEvent.data.t… in TEST() local
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 153 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in buildNodeQuads() local 553 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in drawNodeHighlight() local
|
D | InspectorDOMAgent.cpp | 1362 …IntRect boundingBox = pixelSnappedIntRect(view->contentsToRootView(renderer->absoluteBoundingBoxRe… in getBoxModel() local
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
D | display_options.js | 721 var boundingBox = {left: 0, right: 0, top: 0, bottom: 0}; variable
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ContainerNode.cpp | 777 LayoutRect ContainerNode::boundingBox() const in boundingBox() function in WebCore::ContainerNode
|
D | Range.cpp | 1516 IntRect Range::boundingBox() const in boundingBox() function in WebCore::Range
|
D | Node.cpp | 616 LayoutRect Node::boundingBox() const in boundingBox() function in WebCore::Node
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | PolygonShape.cpp | 453 const FloatRect boundingBox = polygon.boundingBox(); in firstIncludedIntervalLogicalTop() local
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXNodeObject.cpp | 1266 LayoutRect boundingBox; in elementRect() local
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 780 PassRefPtr<ClientRect> Internals::boundingBox(Element* element, ExceptionState& exceptionState) in boundingBox() function in WebCore::Internals
|