bounds            139 Source/bindings/templates/methods.cpp     {# IDL type is used for clamping, for the right bounds, since different
bounds             76 Source/core/accessibility/AXInlineTextBox.cpp     return m_inlineTextBox->bounds();
bounds            340 Source/core/accessibility/AXObject.cpp     LayoutRect bounds = elementRect();
bounds            341 Source/core/accessibility/AXObject.cpp     if (bounds.size().width() > bounds.size().height())
bounds            343 Source/core/accessibility/AXObject.cpp     if (bounds.size().height() > bounds.size().width())
bounds           1272 Source/core/accessibility/AXRenderObject.cpp     LayoutRect bounds = elementRect();
bounds           1273 Source/core/accessibility/AXRenderObject.cpp     return IntPoint(bounds.x() + (bounds.width() / 2), bounds.y() - (bounds.height() / 2));
bounds            455 Source/core/dom/Element.cpp     LayoutRect bounds = boundingBox();
bounds            458 Source/core/dom/Element.cpp         renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways);
bounds            460 Source/core/dom/Element.cpp         renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignBottomAlways);
bounds            470 Source/core/dom/Element.cpp     LayoutRect bounds = boundingBox();
bounds            472 Source/core/dom/Element.cpp         renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded);
bounds            474 Source/core/dom/Element.cpp         renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);
bounds           1781 Source/core/editing/FrameSelection.cpp         rect = revealExtentOption == RevealExtent ? VisiblePosition(extent()).absoluteCaretBounds() : enclosingIntRect(bounds(false));
bounds            196 Source/core/editing/FrameSelection.h     FloatRect bounds(bool clipToVisibleContent = true) const;
bounds           1628 Source/core/frame/FrameView.cpp     LayoutRect bounds = element->boundingBox();
bounds           1629 Source/core/frame/FrameView.cpp     int centeringOffsetX = (rect.width() - bounds.width()) / 2;
bounds           1630 Source/core/frame/FrameView.cpp     int centeringOffsetY = (rect.height() - bounds.height()) / 2;
bounds           1631 Source/core/frame/FrameView.cpp     setScrollPosition(IntPoint(bounds.x() - centeringOffsetX - rect.x(), bounds.y() - centeringOffsetY - rect.y()));
bounds            576 Source/core/frame/LocalFrame.cpp     IntRect paintingRect = enclosingIntRect(selection().bounds());
bounds           1073 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect bounds = path.boundingRect();
bounds           1074 Source/core/html/canvas/CanvasRenderingContext2D.cpp     inflateStrokeRect(bounds);
bounds           1076 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (computeDirtyRect(bounds, &dirtyRect)) {
bounds           2252 Source/core/html/canvas/CanvasRenderingContext2D.cpp     textRunPaintInfo.bounds = FloatRect(location.x() - fontMetrics.height() / 2,
bounds           2257 Source/core/html/canvas/CanvasRenderingContext2D.cpp         inflateStrokeRect(textRunPaintInfo.bounds);
bounds           2260 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!computeDirtyRect(textRunPaintInfo.bounds, &dirtyRect))
bounds           2400 Source/core/html/canvas/CanvasRenderingContext2D.cpp             FloatRect bounds = m_path.boundingRect();
bounds           2402 Source/core/html/canvas/CanvasRenderingContext2D.cpp             FloatRect transformedBounds = ctm.mapRect(bounds);
bounds            104 Source/core/inspector/InspectorLayerTreeAgent.cpp         blink::WebRect webRect(webLayer->position().x, webLayer->position().y, webLayer->bounds().width, webLayer->bounds().height);
bounds            117 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setWidth(webLayer->bounds().width)
bounds            118 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setHeight(webLayer->bounds().height)
bounds            784 Source/core/page/DragController.cpp     IntRect draggingRect = enclosingIntRect(sourceFrame->selection().bounds());
bounds            393 Source/core/page/TouchAdjustment.cpp         IntRect bounds = view->contentsToWindow(contentBounds);
bounds            394 Source/core/page/TouchAdjustment.cpp         if (bounds.contains(touchPoint)) {
bounds            398 Source/core/page/TouchAdjustment.cpp         if (bounds.intersects(touchArea)) {
bounds            399 Source/core/page/TouchAdjustment.cpp             bounds.intersect(touchArea);
bounds            400 Source/core/page/TouchAdjustment.cpp             adjustedPoint = bounds.center();
bounds            703 Source/core/page/scrolling/ScrollingCoordinator.cpp             IntRect bounds = box->absoluteBoundingBoxRect();
bounds            704 Source/core/page/scrolling/ScrollingCoordinator.cpp             IntRect corner = box->layer()->scrollableArea()->touchResizerCornerRect(bounds);
bounds            961 Source/core/page/scrolling/ScrollingCoordinator.cpp         return blink::WebSize(frameView->contentsSize()) != scrollLayer->bounds();
bounds             77 Source/core/rendering/AbstractInlineTextBox.h     LayoutRect bounds() const;
bounds            233 Source/core/rendering/ClipRect.h     void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, const ClipRect& outline)
bounds            235 Source/core/rendering/ClipRect.h         layerBounds = bounds;
bounds             84 Source/core/rendering/EllipsisBox.cpp     textRunPaintInfo.bounds = boxRect;
bounds            413 Source/core/rendering/InlineTextBox.cpp     textRunPaintInfo.bounds = boxRect;
bounds            155 Source/core/rendering/RenderEmbeddedObject.cpp     runInfo.bounds = replacementTextRect;
bounds            135 Source/core/rendering/RenderFileUploadControl.cpp         textRunPaintInfo.bounds = FloatRect(textX.toFloat(), textY.toFloat() - style()->fontMetrics().ascent(),
bounds            356 Source/core/rendering/RenderImage.cpp                 textRunPaintInfo.bounds = FloatRect(textRectOrigin, FloatSize(textWidth, fontMetrics.height()));
bounds           1568 Source/core/rendering/RenderInline.cpp     region.bounds = linesBoundingBox();
bounds           1575 Source/core/rendering/RenderInline.cpp     region.bounds.setX(absPos.x() + region.bounds.x());
bounds           1576 Source/core/rendering/RenderInline.cpp     region.bounds.setY(absPos.y() + region.bounds.y());
bounds           3302 Source/core/rendering/RenderLayer.cpp void RenderLayer::addBlockSelectionGapsBounds(const LayoutRect& bounds)
bounds           3304 Source/core/rendering/RenderLayer.cpp     m_blockSelectionGapsBounds.unite(enclosingIntRect(bounds));
bounds            215 Source/core/rendering/RenderLayerClipper.cpp             LayoutRect bounds = toRenderBox(m_renderer)->borderBoxRect();
bounds            216 Source/core/rendering/RenderLayerClipper.cpp             bounds.moveBy(offset);
bounds            218 Source/core/rendering/RenderLayerClipper.cpp                 backgroundRect.intersect(bounds);
bounds            251 Source/core/rendering/RenderLayerScrollableArea.cpp static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds)
bounds            270 Source/core/rendering/RenderLayerScrollableArea.cpp     return IntRect(cornerStart(style, bounds.x(), bounds.maxX(), horizontalThickness),
bounds            271 Source/core/rendering/RenderLayerScrollableArea.cpp         bounds.maxY() - verticalThickness - style->borderBottomWidth(),
bounds           1127 Source/core/rendering/RenderLayerScrollableArea.cpp IntRect RenderLayerScrollableArea::resizerCornerRect(const IntRect& bounds, ResizerHitTestType resizerHitTestType) const
bounds           1131 Source/core/rendering/RenderLayerScrollableArea.cpp     IntRect corner = cornerRect(m_box->style(), horizontalScrollbar(), verticalScrollbar(), bounds);
bounds            138 Source/core/rendering/RenderLayerScrollableArea.h     IntRect touchResizerCornerRect(const IntRect& bounds) const
bounds            140 Source/core/rendering/RenderLayerScrollableArea.h         return resizerCornerRect(bounds, ResizerForTouch);
bounds            453 Source/core/rendering/RenderListBox.cpp     textRunPaintInfo.bounds = r;
bounds           1282 Source/core/rendering/RenderListMarker.cpp     textRunPaintInfo.bounds = marker;
bounds           1309 Source/core/rendering/RenderListMarker.cpp         suffixRunInfo.bounds = marker;
bounds           3090 Source/core/rendering/RenderObject.cpp     region.bounds = LayoutRect(absBounds);
bounds            139 Source/core/rendering/RenderObject.h         return draggable == o.draggable && bounds == o.bounds;
bounds            142 Source/core/rendering/RenderObject.h     LayoutRect bounds;
bounds            847 Source/core/rendering/RenderTheme.cpp IntSize RenderTheme::meterSizeForBounds(const RenderMeter*, const IntRect& bounds) const
bounds            849 Source/core/rendering/RenderTheme.cpp     return bounds.size();
bounds           1925 Source/core/rendering/compositing/CompositedLayerMapping.cpp         LayoutRect bounds = paintInfo.compositedBounds;
bounds           1926 Source/core/rendering/compositing/CompositedLayerMapping.cpp         bounds.move(paintInfo.renderLayer->subpixelAccumulation());
bounds           1927 Source/core/rendering/compositing/CompositedLayerMapping.cpp         dirtyRect.intersect(pixelSnappedIntRect(bounds));
bounds           2057 Source/core/rendering/compositing/CompositedLayerMapping.cpp     LayoutRect bounds = m_compositedBounds;
bounds           2058 Source/core/rendering/compositing/CompositedLayerMapping.cpp     bounds.move(m_owningLayer.subpixelAccumulation());
bounds           2059 Source/core/rendering/compositing/CompositedLayerMapping.cpp     return pixelSnappedIntRect(bounds);
bounds             80 Source/core/rendering/compositing/RenderLayerCompositor.cpp     void add(const IntRect& bounds)
bounds             82 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_layerRects.append(bounds);
bounds             83 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_boundingBox.unite(bounds);
bounds             86 Source/core/rendering/compositing/RenderLayerCompositor.cpp     bool overlapsLayers(const IntRect& bounds) const
bounds             91 Source/core/rendering/compositing/RenderLayerCompositor.cpp         if (!bounds.intersects(m_boundingBox))
bounds             94 Source/core/rendering/compositing/RenderLayerCompositor.cpp             if (m_layerRects[i].intersects(bounds))
bounds            121 Source/core/rendering/compositing/RenderLayerCompositor.cpp     void add(RenderLayer* layer, const IntRect& bounds)
bounds            123 Source/core/rendering/compositing/RenderLayerCompositor.cpp         if (layer->isRootLayer() || bounds.isEmpty())
bounds            130 Source/core/rendering/compositing/RenderLayerCompositor.cpp         m_overlapStack[m_overlapStack.size() - 2].add(bounds);
bounds            133 Source/core/rendering/compositing/RenderLayerCompositor.cpp     bool overlapsLayers(const IntRect& bounds) const
bounds            135 Source/core/rendering/compositing/RenderLayerCompositor.cpp         return m_overlapStack.last().overlapsLayers(bounds);
bounds             40 Source/core/rendering/shapes/BoxShape.h     BoxShape(const FloatRoundedRect& bounds)
bounds             42 Source/core/rendering/shapes/BoxShape.h         , m_bounds(bounds)
bounds             44 Source/core/rendering/shapes/BoxShapeTest.cpp     PassOwnPtr<Shape> createBoxShape(const RoundedRect& bounds, float shapeMargin)
bounds             46 Source/core/rendering/shapes/BoxShapeTest.cpp         return Shape::createLayoutBoxShape(bounds, TopToBottomWritingMode, Length(shapeMargin, Fixed));
bounds             82 Source/core/rendering/shapes/RasterShape.cpp     for (int y = bounds().y(); y < bounds().maxY(); ++y) {
bounds             92 Source/core/rendering/shapes/RasterShape.cpp             if (marginY > bounds().y() && intervalAt(marginY).contains(intervalAtY))
bounds            100 Source/core/rendering/shapes/RasterShape.cpp             if (marginY < bounds().maxY() && intervalAt(marginY).contains(intervalAtY))
bounds            144 Source/core/rendering/shapes/RasterShape.cpp     if (y2 < intervals.bounds().y() || y1 >= intervals.bounds().maxY())
bounds            147 Source/core/rendering/shapes/RasterShape.cpp     y1 = std::max(y1, intervals.bounds().y());
bounds            148 Source/core/rendering/shapes/RasterShape.cpp     y2 = std::min(y2, intervals.bounds().maxY());
bounds             50 Source/core/rendering/shapes/RasterShape.h     const IntRect& bounds() const { return m_bounds; }
bounds             90 Source/core/rendering/shapes/RasterShape.h     virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(marginIntervals().bounds()); }
bounds             58 Source/core/rendering/shapes/RectangleShape.cpp     const FloatRect& bounds = shapeMarginBounds();
bounds             59 Source/core/rendering/shapes/RectangleShape.cpp     if (bounds.isEmpty())
bounds             65 Source/core/rendering/shapes/RectangleShape.cpp     if (y2 < bounds.y() || y1 >= bounds.maxY())
bounds             68 Source/core/rendering/shapes/RectangleShape.cpp     float x1 = bounds.x();
bounds             69 Source/core/rendering/shapes/RectangleShape.cpp     float x2 = bounds.maxX();
bounds             75 Source/core/rendering/shapes/RectangleShape.cpp         if (y2 < bounds.y() + marginRadiusY) {
bounds             76 Source/core/rendering/shapes/RectangleShape.cpp             float yi = y2 - bounds.y() - marginRadiusY;
bounds             78 Source/core/rendering/shapes/RectangleShape.cpp             x1 = bounds.x() + marginRadiusX - xi;
bounds             79 Source/core/rendering/shapes/RectangleShape.cpp             x2 = bounds.maxX() - marginRadiusX + xi;
bounds             80 Source/core/rendering/shapes/RectangleShape.cpp         } else if (y1 > bounds.maxY() - marginRadiusY) {
bounds             81 Source/core/rendering/shapes/RectangleShape.cpp             float yi =  y1 - (bounds.maxY() - marginRadiusY);
bounds             83 Source/core/rendering/shapes/RectangleShape.cpp             x1 = bounds.x() + marginRadiusX - xi;
bounds             84 Source/core/rendering/shapes/RectangleShape.cpp             x2 = bounds.maxX() - marginRadiusX + xi;
bounds             44 Source/core/rendering/shapes/RectangleShape.h     RectangleShape(const FloatRect& bounds, const FloatSize& radii)
bounds             46 Source/core/rendering/shapes/RectangleShape.h         , m_bounds(bounds)
bounds             49 Source/core/rendering/shapes/Shape.cpp static PassOwnPtr<Shape> createInsetShape(const FloatRoundedRect& bounds)
bounds             51 Source/core/rendering/shapes/Shape.cpp     ASSERT(bounds.rect().width() >= 0 && bounds.rect().height() >= 0);
bounds             52 Source/core/rendering/shapes/Shape.cpp     return adoptPtr(new BoxShape(bounds));
bounds            221 Source/core/rendering/shapes/Shape.cpp     FloatRoundedRect bounds(rect, roundedRect.radii());
bounds            222 Source/core/rendering/shapes/Shape.cpp     OwnPtr<Shape> shape = createInsetShape(bounds);
bounds            641 Source/core/rendering/svg/SVGInlineTextBox.cpp         textRunPaintInfo.bounds = FloatRect(textOrigin, textSize);
bounds           2161 Source/core/testing/Internals.cpp             quads.append(FloatQuad(regions[i].bounds));
bounds           2278 Source/core/testing/Internals.cpp     return ClientRect::create(document->frame()->selection().bounds());
bounds            685 Source/platform/fonts/Font.cpp                 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds);
bounds            700 Source/platform/fonts/Font.cpp         drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint, runInfo.bounds);
bounds            706 Source/platform/fonts/Font.cpp         FloatRect bounds = fontData->boundsForGlyph(glyph);
bounds            707 Source/platform/fonts/Font.cpp         return bounds.x() + bounds.width() / 2;
bounds            258 Source/platform/fonts/SimpleFontData.h     FloatRect bounds;
bounds            260 Source/platform/fonts/SimpleFontData.h         bounds = m_glyphToBoundsMap->metricsForGlyph(glyph);
bounds            261 Source/platform/fonts/SimpleFontData.h         if (bounds.width() != cGlyphSizeUnknown)
bounds            262 Source/platform/fonts/SimpleFontData.h             return bounds;
bounds            265 Source/platform/fonts/SimpleFontData.h     bounds = platformBoundsForGlyph(glyph);
bounds            268 Source/platform/fonts/SimpleFontData.h     m_glyphToBoundsMap->setMetricsForGlyph(glyph, bounds);
bounds            269 Source/platform/fonts/SimpleFontData.h     return bounds;
bounds            152 Source/platform/fonts/WidthIterator.cpp     FloatRect bounds;
bounds            257 Source/platform/fonts/WidthIterator.cpp             bounds = fontData->boundsForGlyph(glyph);
bounds            259 Source/platform/fonts/WidthIterator.cpp                 m_firstGlyphOverflow = max<float>(0, -bounds.x());
bounds            302 Source/platform/fonts/WidthIterator.cpp             m_maxGlyphBoundingBoxY = max(m_maxGlyphBoundingBoxY, bounds.maxY());
bounds            303 Source/platform/fonts/WidthIterator.cpp             m_minGlyphBoundingBoxY = min(m_minGlyphBoundingBoxY, bounds.y());
bounds            304 Source/platform/fonts/WidthIterator.cpp             m_lastGlyphOverflow = max<float>(0, bounds.maxX() - width);
bounds            546 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp             FloatRect bounds = font->boundsForGlyph(glyph);
bounds            547 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp             outXYArray[1] = bounds.y() - topSideBearing;
bounds            205 Source/platform/fonts/skia/SimpleFontDataSkia.cpp static inline void getSkiaBoundsForGlyph(SkPaint& paint, Glyph glyph, SkRect& bounds)
bounds            211 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     bounds = path.getBounds();
bounds            215 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         bounds.round(&ir);
bounds            216 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         bounds.set(ir);
bounds            230 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     SkRect bounds;
bounds            231 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     getSkiaBoundsForGlyph(paint, glyph, bounds);
bounds            232 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     return FloatRect(bounds);
bounds            565 Source/platform/geometry/Region.cpp     m_bounds = m_shape.bounds();
bounds            601 Source/platform/geometry/Region.cpp     m_bounds = m_shape.bounds();
bounds             40 Source/platform/geometry/Region.h     IntRect bounds() const { return m_bounds; }
bounds             82 Source/platform/geometry/Region.h         IntRect bounds() const;
bounds             38 Source/platform/graphics/DisplayList.cpp DisplayList::DisplayList(const FloatRect& bounds)
bounds             39 Source/platform/graphics/DisplayList.cpp     : m_bounds(bounds)
bounds             51 Source/platform/graphics/DisplayList.h     const FloatRect& bounds() const;
bounds            184 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::saveLayer(const SkRect* bounds, const SkPaint* paint)
bounds            191 Source/platform/graphics/GraphicsContext.cpp     m_canvas->saveLayer(bounds, paint);
bounds            343 Source/platform/graphics/GraphicsContext.cpp bool GraphicsContext::getTransformedClipBounds(FloatRect* bounds) const
bounds            351 Source/platform/graphics/GraphicsContext.cpp     *bounds = FloatRect(skBounds);
bounds            446 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::beginTransparencyLayer(float opacity, const FloatRect* bounds)
bounds            448 Source/platform/graphics/GraphicsContext.cpp     beginLayer(opacity, immutableState()->compositeOperator(), bounds);
bounds            451 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::beginLayer(float opacity, CompositeOperator op, const FloatRect* bounds, ColorFilter colorFilter, ImageFilter* imageFilter)
bounds            462 Source/platform/graphics/GraphicsContext.cpp     if (bounds) {
bounds            463 Source/platform/graphics/GraphicsContext.cpp         SkRect skBounds = WebCoreFloatRectToSKRect(*bounds);
bounds            487 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::beginRecording(const FloatRect& bounds)
bounds            489 Source/platform/graphics/GraphicsContext.cpp     RefPtr<DisplayList> displayList = adoptRef(new DisplayList(bounds));
bounds            495 Source/platform/graphics/GraphicsContext.cpp         IntRect recordingRect = enclosingIntRect(bounds);
bounds            501 Source/platform/graphics/GraphicsContext.cpp         if (!toFloatSize(bounds.location()).isZero()) {
bounds            502 Source/platform/graphics/GraphicsContext.cpp             m_canvas->translate(-bounds.x(), -bounds.y());
bounds            504 Source/platform/graphics/GraphicsContext.cpp             savedMatrix.preTranslate(bounds.x(), bounds.y());
bounds            537 Source/platform/graphics/GraphicsContext.cpp     if (paintingDisabled() || displayList->bounds().isEmpty())
bounds            542 Source/platform/graphics/GraphicsContext.cpp     const FloatRect& bounds = displayList->bounds();
bounds            543 Source/platform/graphics/GraphicsContext.cpp     if (bounds.x() || bounds.y())
bounds            544 Source/platform/graphics/GraphicsContext.cpp         m_canvas->translate(bounds.x(), bounds.y());
bounds            548 Source/platform/graphics/GraphicsContext.cpp     if (bounds.x() || bounds.y())
bounds            549 Source/platform/graphics/GraphicsContext.cpp         m_canvas->translate(-bounds.x(), -bounds.y());
bounds            645 Source/platform/graphics/GraphicsContext.cpp     IntRect bounds(holeRect);
bounds            647 Source/platform/graphics/GraphicsContext.cpp     bounds.inflate(shadowBlur);
bounds            650 Source/platform/graphics/GraphicsContext.cpp         bounds.inflate(-shadowSpread);
bounds            652 Source/platform/graphics/GraphicsContext.cpp     IntRect offsetBounds = bounds;
bounds            654 Source/platform/graphics/GraphicsContext.cpp     return unionRect(bounds, offsetBounds);
bounds           1001 Source/platform/graphics/GraphicsContext.cpp         subrunInfo.bounds = runInfo.bounds;
bounds             93 Source/platform/graphics/GraphicsContext.h     void saveLayer(const SkRect* bounds, const SkPaint*);
bounds            133 Source/platform/graphics/GraphicsContext.h     bool getTransformedClipBounds(FloatRect* bounds) const;
bounds            320 Source/platform/graphics/GraphicsContext.h     void beginRecording(const FloatRect& bounds);
bounds            162 Source/platform/graphics/filters/FEGaussianBlur.cpp     SkRect bounds = SkRect::MakeWH(absolutePaintRect().width(), absolutePaintRect().height());
bounds            163 Source/platform/graphics/filters/FEGaussianBlur.cpp     dstContext->saveLayer(&bounds, &paint);
bounds            123 Source/platform/graphics/filters/FEMorphology.cpp     SkRect bounds = SkRect::MakeWH(absolutePaintRect().width(), absolutePaintRect().height());
bounds            124 Source/platform/graphics/filters/FEMorphology.cpp     dstContext->saveLayer(&bounds, &paint);
bounds            264 Source/platform/graphics/skia/OpaqueRegionSkia.cpp void OpaqueRegionSkia::didDrawBounded(const GraphicsContext* context, const SkRect& bounds, const SkPaint& paint)
bounds            272 Source/platform/graphics/skia/OpaqueRegionSkia.cpp         rect = paint.computeFastBounds(bounds, &rect);
bounds            133 Source/platform/graphics/skia/SkiaUtils.cpp     SkRect bounds = originalPath.getBounds();
bounds            141 Source/platform/graphics/skia/SkiaUtils.cpp     if (fX < bounds.fLeft || fX > bounds.fRight || fY < bounds.fTop || fY > bounds.fBottom)
bounds            148 Source/platform/graphics/skia/SkiaUtils.cpp     SkScalar biggestCoord = std::max(std::max(std::max(bounds.fRight, bounds.fBottom), -bounds.fLeft), -bounds.fTop);
bounds            281 Source/platform/text/TextRun.h     FloatRect bounds;
bounds            340 Source/web/LinkHighlight.cpp             m_currentGraphicsLayer->addRepaintRect(FloatRect(layer()->position().x, layer()->position().y, layer()->bounds().width, layer()->bounds().height));
bounds            468 Source/web/PopupContainer.cpp void PopupContainer::popupOpened(const IntRect& bounds)
bounds            481 Source/web/PopupContainer.cpp     toWebPopupMenuImpl(webwidget)->initialize(this, bounds);
bounds            128 Source/web/PopupContainer.h     void popupOpened(const WebCore::IntRect& bounds);
bounds            463 Source/web/PopupListBox.cpp     textRunPaintInfo.bounds = rowRect;
bounds            285 Source/web/WebDocument.cpp             draggableRegions[i].bounds = WebCore::IntRect(value.bounds);
bounds            100 Source/web/WebFontImpl.cpp     runInfo.bounds = textClipRect;
bounds           1610 Source/web/WebFrameImpl.cpp     return hasSelection() ? WebRect(IntRect(frame()->selection().bounds(false))) : WebRect();
bounds             96 Source/web/WebPopupMenuImpl.cpp void WebPopupMenuImpl::initialize(FramelessScrollView* widget, const WebRect& bounds)
bounds            102 Source/web/WebPopupMenuImpl.cpp         m_client->setWindowRect(bounds);
bounds             99 Source/web/WebPopupMenuImpl.h     void initialize(WebCore::FramelessScrollView* widget, const WebRect& bounds);
bounds            855 Source/web/WebViewImpl.cpp void WebViewImpl::getSelectionRootBounds(WebRect& bounds) const
bounds            879 Source/web/WebViewImpl.cpp     bounds = boundingBox;
bounds            290 Source/web/WebViewImpl.h     virtual void getSelectionRootBounds(WebRect& bounds) const OVERRIDE;
bounds            161 Source/web/painting/PaintAggregator.cpp     IntRect bounds;
bounds            163 Source/web/painting/PaintAggregator.cpp         bounds.unite(paintRects[i]);
bounds            164 Source/web/painting/PaintAggregator.cpp     return bounds;
bounds            353 Source/web/painting/PaintAggregator.cpp         IntRect bounds = m_update.calculatePaintBounds();
bounds            355 Source/web/painting/PaintAggregator.cpp         m_update.paintRects.append(bounds);
bounds             78 public/platform/WebLayer.h     virtual WebSize bounds() const = 0;
bounds             42 public/web/WebDraggableRegion.h     WebRect bounds;
bounds             40 public/web/WebExternalPopupMenu.h     virtual void show(const WebRect& bounds) = 0;
bounds            464 public/web/WebView.h     virtual void getSelectionRootBounds(WebRect& bounds) const = 0;