/external/chromium_org/third_party/WebKit/Source/core/editing/ |
RenderedPosition.cpp | 227 IntRect RenderedPosition::absoluteRect(LayoutUnit* extraWidthToEndOfLine) const 230 return IntRect(); 232 IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWidthToEndOfLine)); 233 return localRect == IntRect() ? IntRect() : m_renderer->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox();
|
Caret.h | 30 #include "platform/geometry/IntRect.h" 56 IntRect absoluteBoundsForLocalRect(Node*, const LayoutRect&) const;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRect.h | 45 class IntRect; 59 FloatRect(const IntRect&); 136 // Note, this doesn't match what IntRect::contains(IntPoint&) does; the int version 228 PLATFORM_EXPORT IntRect enclosingIntRect(const FloatRect&); 230 // Returns a valid IntRect contained within the given FloatRect. 231 PLATFORM_EXPORT IntRect enclosedIntRect(const FloatRect&); 233 PLATFORM_EXPORT IntRect roundedIntRect(const FloatRect&);
|
Region.cpp | 43 Region::Region(const IntRect& rect) 49 Vector<IntRect> Region::rects() const 51 Vector<IntRect> rects; 61 rects.append(IntRect(x, y, width, height)); 114 Vector<IntRect> rects = this->rects(); 119 IntRect rect = rects[i]; 234 Region::Shape::Shape(const IntRect& rect) 346 IntRect Region::Shape::bounds() const 349 return IntRect(); 380 return IntRect(minX, minY, maxX - minX, maxY - minY) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayer.h | 34 #include "platform/geometry/IntRect.h" 191 void setContentsRect(const IntRect&); 202 void setContentsToNinePatch(Image*, const IntRect& aperture); 236 virtual void paint(GraphicsContext&, const IntRect& clip) OVERRIDE; 257 void paintGraphicsLayerContents(GraphicsContext&, const IntRect& clip); 323 IntRect m_contentsRect;
|
Image.h | 31 #include "platform/geometry/IntRect.h" 86 IntRect rect() const { return IntRect(IntPoint(), size()); }
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumMac.mm | 522 void RenderThemeChromiumMac::adjustPaintInvalidationRect(const RenderObject* o, IntRect& r) 553 FloatRect RenderThemeChromiumMac::convertToPaintingRect(const RenderObject* inputRenderer, const RenderObject* partRenderer, const FloatRect& inputRect, const IntRect& r) const 715 bool RenderThemeChromiumMac::paintTextField(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 747 bool RenderThemeChromiumMac::paintCapsLockIndicator(RenderObject*, const PaintInfo& paintInfo, const IntRect& r) 808 bool RenderThemeChromiumMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 843 bool RenderThemeChromiumMac::paintMenuList(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 855 IntRect inflatedRect = r; [all...] |
RenderVTTCue.cpp | 141 IntRect boxRect = box->absoluteBoundingBoxRect(); 246 IntRect containerRect = containingBlock()->absoluteBoundingBoxRect(); 247 IntRect cueRect = absoluteBoundingBoxRect();
|
RenderFrameSet.h | 125 void paintRowBorder(const PaintInfo&, const IntRect&); 126 void paintColumnBorder(const PaintInfo&, const IntRect&);
|
EllipsisBox.h | 46 IntRect selectionRect();
|
RenderScrollbarPart.h | 62 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
|
RenderWidget.cpp | 109 static inline IntRect roundedIntRect(const LayoutRect& rect) 111 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size())); 122 IntRect newFrame = roundedIntRect(frame); 181 IntRect paintRect = paintInfo.rect;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPluginContainerImpl.cpp | 101 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) 107 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect) 128 IntRect windowRect = view->contentsToWindow(damageRect); 134 void WebPluginContainerImpl::invalidateRect(const IntRect& rect) 141 IntRect dirtyRect = rect; 387 invalidateRect(static_cast<IntRect>(rect)); 400 IntRect windowRect, clipRect; 401 Vector<IntRect> cutOutRects; 505 IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height); 664 bool WebPluginContainerImpl::paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.cpp | 146 view->Widget::setFrameRect(IntRect(view->location(), initialSize)); 300 void FrameView::invalidateRect(const IntRect& rect) 315 IntRect paintInvalidationRect = rect; 321 void FrameView::setFrameRect(const IntRect& newRect) 323 IntRect oldRect = frameRect(); 458 const IntRect rect = renderView->documentRect(); 577 IntRect documentRect = renderView->documentRect(); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
AffineTransform.h | 41 class IntRect; 67 IntRect mapRect(const IntRect&) const;
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollableArea.cpp | 52 IntRect scrollbarDamage[2]; 208 IntRect boundsAndCorner = horizontalScrollbar->boundsRect(); 378 void ScrollableArea::invalidateScrollbar(Scrollbar* scrollbar, const IntRect& rect) 396 void ScrollableArea::invalidateScrollCorner(const IntRect& rect) 443 IntRect ScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const 455 return IntRect(scrollPosition().x(),
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ImageResource.h | 28 #include "platform/geometry/IntRect.h" 110 virtual void changedInRect(const blink::Image*, const IntRect&) OVERRIDE; 124 void notifyObservers(const IntRect* changeRect = 0);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PrintContext.cpp | 71 const IntRect& documentRect = view->documentRect(); 100 IntRect docRect = view->documentRect(); 147 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); 154 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); 216 const IntRect& page = printContext.pageRect(pageNumber); 251 void PrintContext::outputLinkAndLinkedDestinations(GraphicsContext& graphicsContext, Node* node, const IntRect& pageRect) 264 IntRect boundingBox = renderer->absoluteBoundingBoxRect(); 281 IntRect boundingBox = renderer->absoluteBoundingBoxRect();
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
ScrollAnimatorMac.h | 32 #include "platform/geometry/IntRect.h" 68 void setVisibleScrollerThumbRect(const IntRect&); 156 IntRect m_visibleScrollerThumbRect;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
CompositedLayerMapping.cpp | 65 static IntRect clipBox(RenderBox* renderer); 67 static IntRect contentsRect(const RenderObject* renderer) 70 return IntRect(); 77 static IntRect backgroundRect(const RenderObject* renderer) 80 return IntRect(); 367 IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer.clipper().backgroundClipRect(clipRectsContext).rect()); 525 static IntRect clipBox(RenderBox* renderer) 546 void CompositedLayerMapping::computeBoundsOfOwningLayer(const RenderLayer* compositedAncestor, IntRect& localBounds, IntRect& compositingBoundsRelativeToCompositedAncestor, LayoutPoint& offsetFromCompositedAncestor, 596 const IntRect squashLayerBounds = enclosingIntRect(totalSquashBounds) [all...] |
CompositingLayerAssigner.cpp | 68 boundingRect = IntRect(); 76 IntRect bounds = candidate->clippedAbsoluteBoundingBox(); 77 IntRect newBoundingRect = squashingState.boundingRect; 265 IntRect layerBounds = layer->clippedAbsoluteBoundingBox();
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXObject.cpp | 457 IntRect AXObject::boundingBoxForQuads(RenderObject* obj, const Vector<FloatQuad>& quads) 461 return IntRect(); 465 return IntRect(); 467 IntRect result; 469 IntRect r = quads[i].enclosingBoundingBox(); 645 IntRect objectRect = pixelSnappedIntRect(elementRect()); 720 void AXObject::scrollToMakeVisibleWithSubFocus(const IntRect& subfocus) const 734 IntRect objectRect = pixelSnappedIntRect(elementRect()); 736 IntRect scrollVisibleRect = scrollableArea->visibleContentRect(); 779 IntRect innerRect = inner->isAXScrollView() ? pixelSnappedIntRect(inner->parentObject()->elementRect()) : (…) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLVideoElement.h | 69 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) const;
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
ColorInputType.h | 50 virtual IntRect elementRectRelativeToRootView() const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGBlock.cpp | 68 void RenderSVGBlock::absoluteRects(Vector<IntRect>&, const LayoutPoint&) const
|