/external/webkit/Source/WebCore/rendering/ |
RenderLineBoxList.h | 70 bool anyLineIntersectsRect(RenderBoxModelObject*, const IntRect&, int tx, int ty, bool usePrintRect = false, int outlineSize = 0) const; 72 bool rangeIntersectsRect(RenderBoxModelObject*, int logicalTop, int logicalBottom, const IntRect&, int tx, int ty) const;
|
RenderTableCol.h | 59 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 60 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderTableRow.h | 56 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 64 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderVideo.h | 43 IntRect videoBox() const; 62 virtual void imageChanged(WrappedImagePtr, const IntRect*);
|
RenderListBox.cpp | 251 IntRect RenderListBox::itemBoundingBoxRect(int tx, int ty, int index) 253 return IntRect(tx + borderLeft() + paddingLeft(), 301 void RenderListBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) 330 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(), 339 static IntSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRect itemBoudingBox) 394 IntRect r = itemBoundingBoxRect(tx, ty, listIndex); 428 IntRect itemRect = itemBoundingBoxRect(tx, ty, listIndex); 439 IntRect vertRect(_tx + width() - borderRight() - m_vBar->width(), 689 IntRect RenderListBox::controlClipRect(int tx, int ty) const 691 IntRect clipRect = contentBoxRect() [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
ShadowData.h | 33 class IntRect; 85 void adjustRectForShadow(IntRect&, int additionalOutlineSize = 0) const;
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGImage.h | 60 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty); 62 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderSVGInlineText.h | 62 virtual IntRect localCaretRect(InlineBox*, int caretOffset, int* extraWidthToEndOfLine = 0); 63 virtual IntRect linesBoundingBox() const;
|
RenderSVGText.h | 65 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 66 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
|
SVGInlineTextBox.h | 50 virtual IntRect selectionRect(int absx, int absy, int startPosition, int endPosition); 54 virtual IntRect calculateBoundaries() const;
|
SVGRenderSupport.h | 64 static IntRect clippedOverflowRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer); 65 static void computeRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer, IntRect&, bool fixed);
|
/external/webkit/Source/WebKit/chromium/src/ |
ExternalPopupMenu.h | 39 class IntRect; 59 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
|
/external/webkit/Source/WebKit/win/ |
MarshallingHelpers.h | 33 class IntRect; 54 static SAFEARRAY* intRectToSafeArray(const WebCore::IntRect&);
|
/external/webkit/Source/WebKit2/PluginProcess/mac/ |
PluginControllerProxyMac.mm | 86 void PluginControllerProxy::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates)
|
/external/webkit/Source/WebKit2/Shared/mac/ |
UpdateChunk.cpp | 47 UpdateChunk::UpdateChunk(const IntRect& rect) 79 IntRect rect;
|
/external/webkit/Source/WebKit2/UIProcess/ |
ChunkedUpdateDrawingAreaProxy.h | 76 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext); 82 bool platformPaint(const WebCore::IntRect&, PlatformDrawingContext);
|
WebFullScreenManagerProxy.h | 42 class IntRect; 97 void getFullScreenRect(WebCore::IntRect&);
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
ChunkedUpdateDrawingAreaProxyGtk.cpp | 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, cairo_t* cr) 84 const IntRect& updateChunkRect = updateChunk->rect();
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WebFullScreenManagerProxyMac.mm | 32 #import <WebCore/IntRect.h> 94 void WebFullScreenManagerProxy::getFullScreenRect(WebCore::IntRect& rect)
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
ChunkedUpdateDrawingAreaProxyQt.cpp | 60 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, QPainter* painter) 74 const IntRect& updateChunkRect = updateChunk->rect();
|
/external/webkit/Source/WebCore/platform/win/ |
PopupMenuWin.cpp | 128 void PopupMenuWin::show(const IntRect& r, FrameView* view, int index) 292 void PopupMenuWin::calculatePositionAndSize(const IntRect& r, FrameView* v) 297 IntRect rScreenCoords(v->contentsToWindow(r.location()), r.size()); 349 IntRect popupRect(popupX, rScreenCoords.maxY(), popupWidth, popupHeight); 490 IntRect damageRect(clientRect()); 500 IntRect PopupMenuWin::clientRect() const 502 IntRect clientRect = m_windowRect; 560 void PopupMenuWin::paint(const IntRect& damageRect, HDC hdc) 601 IntRect listRect = damageRect; 618 IntRect itemRect(0, (index - m_scrollOffset) * m_itemHeight, damageRect.width(), m_itemHeight) [all...] |
/external/webkit/Source/WebKit/android/nav/ |
CachedRoot.cpp | 582 RingCheck(const WTF::Vector<WebCore::IntRect>& rings, 583 const WebCore::IntRect& bitBounds, const WebCore::IntRect& testBounds, 590 const WebCore::IntRect* r; [all...] |
/external/webkit/Source/WebCore/platform/graphics/wx/ |
GraphicsContextWx.cpp | 32 #include "IntRect.h" 196 void GraphicsContext::drawRect(const IntRect& rect) 219 void GraphicsContext::drawEllipse(const IntRect& rect) 228 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) 278 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) 291 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color) 329 void GraphicsContext::clipOut(const IntRect&) 439 void GraphicsContext::setURLForRect(const KURL&, const IntRect&) 605 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) 611 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
DrawingAreaImpl.cpp | 79 void DrawingAreaImpl::setNeedsDisplay(const IntRect& rect) 81 IntRect dirtyRect = rect; 101 void DrawingAreaImpl::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) 128 m_scrollRect = IntRect(); 185 void DrawingAreaImpl::setPageOverlayNeedsDisplay(const IntRect& rect) 397 m_scrollRect = IntRect(); 528 static bool shouldPaintBoundsRect(const IntRect& bounds, const Vector<IntRect>& rects) 574 IntRect bounds = m_dirtyRegion.bounds(); 581 Vector<IntRect> rects = m_dirtyRegion.rects() [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 305 static IntRect inflateRect(const IntRect& zoomedRect, const IntSize& zoomedSize, const int* margins, float zoomFactor) 311 IntRect result(zoomedRect); 352 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 373 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 387 IntRect inflatedRect = inflateRect(zoomedRect, zoomedSize, checkboxMargins(controlSize), zoomFactor); 437 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 456 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 468 IntRect inflatedRect = inflateRect(zoomedRect, zoomedSize, radioMargins(controlSize), zoomFactor); 517 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor [all...] |