/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk3.cpp | 67 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect) 72 IntRect fullScrollbarRect(rect); 74 fullScrollbarRect = IntRect(scrollbar->x(), scrollbar->y(), scrollbar->width(), scrollbar->height()); 100 void ScrollbarThemeGtk::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect) 120 void ScrollbarThemeGtk::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
|
GtkPluginWidget.cpp | 44 void GtkPluginWidget::invalidateRect(const IntRect& _rect) 60 IntRect rect = frameRect(); 69 void GtkPluginWidget::paint(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebCore/rendering/ |
InlineTextBox.h | 85 IntRect logicalOverflowRect() const; 86 void setLogicalOverflowRect(const IntRect&); 98 virtual IntRect calculateBoundaries() const { return IntRect(x(), y(), width(), height()); } 100 virtual IntRect selectionRect(int absx, int absy, int startPos, int endPos);
|
RenderThemeMac.mm | 501 void RenderThemeMac::adjustRepaintRect(const RenderObject* o, IntRect& r) 532 IntRect RenderThemeMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const 538 IntRect result(r); 550 FloatRect RenderThemeMac::convertToPaintingRect(const RenderObject* inputRenderer, const RenderObject* partRenderer, const FloatRect& inputRect, const IntRect& r) const 711 bool RenderThemeMac::paintTextField(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 722 bool RenderThemeMac::paintCapsLockIndicator(RenderObject*, const PaintInfo& paintInfo, const IntRect& r) 733 bool RenderThemeMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 772 bool RenderThemeMac::paintMenuList(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) 785 IntRect inflatedRect = r [all...] |
RenderView.cpp | 256 bool RenderView::shouldRepaint(const IntRect& r) const 267 void RenderView::repaintViewRectangle(const IntRect& ur, bool immediate) 278 IntRect vr = viewRect(); 279 IntRect r = intersection(ur, vr); 292 void RenderView::repaintRectangleInViewAndCompositedLayers(const IntRect& ur, bool immediate) 305 void RenderView::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed) 331 void RenderView::absoluteRects(Vector<IntRect>& rects, int tx, int ty) 333 rects.append(IntRect(tx, ty, m_layer->width(), m_layer->height())); 350 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const 377 IntRect selRect [all...] |
RenderImage.h | 59 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0); 61 virtual void paintIntoRect(GraphicsContext*, const IntRect&); 90 void imageDimensionsChanged(bool imageSizeChanged, const IntRect* = 0);
|
RenderTableCol.cpp | 72 IntRect RenderTableCol::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) 81 return IntRect(); 85 void RenderTableCol::imageChanged(WrappedImagePtr, const IntRect*)
|
RenderText.cpp | 273 void RenderText::absoluteRects(Vector<IntRect>& rects, int tx, int ty) 279 void RenderText::absoluteRectsForRange(Vector<IntRect>& rects, unsigned start, unsigned end, bool useSelectionHeight) 294 IntRect r = IntRect(box->x(), box->y(), box->logicalWidth(), box->logicalHeight()); 296 IntRect selectionRect = box->selectionRect(0, 0, start, end); 306 IntRect r = box->selectionRect(0, 0, start, realEnd); 323 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) 326 return IntRect(); 330 return IntRect(); 332 IntRect rect [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PageClientImpl.h | 53 virtual void setViewNeedsDisplay(const WebCore::IntRect&); 55 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset); 81 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&); 108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
WebView.h | 80 virtual void setViewNeedsDisplay(const WebCore::IntRect&); 82 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset); 101 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&); 108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
ChunkedUpdateDrawingArea.cpp | 53 void ChunkedUpdateDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) 59 void ChunkedUpdateDrawingArea::setNeedsDisplay(const IntRect& rect) 80 IntRect dirtyRect = m_dirtyRect; 81 m_dirtyRect = IntRect(); 135 UpdateChunk updateChunk(IntRect(0, 0, viewSize.width(), viewSize.height()));
|
WebFrame.h | 92 WebCore::IntRect contentBounds() const; 93 WebCore::IntRect visibleContentBounds() const; 94 WebCore::IntRect visibleContentBoundsExcludingScrollbars() const;
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityImageMapLink.cpp | 123 IntRect AccessibilityImageMapLink::elementRect() const 126 return IntRect(); 135 return IntRect();
|
/external/webkit/Source/WebCore/page/ |
Chrome.cpp | 70 void Chrome::invalidateWindow(const IntRect& updateRect, bool immediate) 75 void Chrome::invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) 80 void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) 85 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) 102 IntRect Chrome::windowToScreen(const IntRect& rect) const 117 void Chrome::scrollRectIntoView(const IntRect& rect) const 352 IntRect Chrome::windowResizerRect() const 532 bool ChromeClient::paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect& [all...] |
DragController.h | 43 class IntRect; 107 IntRect selectionDraggingRect(Frame*); 109 void doImageDrag(Element*, const IntPoint&, const IntRect&, Clipboard*, Frame*, IntPoint&);
|
/external/webkit/Source/WebCore/page/chromium/ |
FrameChromium.cpp | 81 IntRect topLevelRect; 82 IntRect paintingRect = renderer->paintingRootRect(topLevelRect); 105 IntRect paintingRect = enclosingIntRect(selection()->bounds());
|
/external/webkit/Source/WebCore/platform/android/ |
PopupMenuAndroid.cpp | 34 PopupReply(const IntRect& rect, android::WebViewCore* view, ListPopupMenuClient* client) 81 IntRect m_rect; 121 void PopupMenuAndroid::show(const IntRect& rect, FrameView* frameView, int)
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.h | 81 virtual void paint(GraphicsContext*, const IntRect&); 82 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&); 117 RetainPtr<CGImageRef> createImageForTimeInRect(float, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.h | 51 class IntRect; 111 void paint(GraphicsContext*, const IntRect&); 112 void paintCompleted(GraphicsContext&, const IntRect&);
|
/external/webkit/Source/WebCore/plugins/ |
PluginViewNone.cpp | 51 void PluginView::paint(GraphicsContext*, const IntRect&) 67 void PluginView::setNPWindowRect(const IntRect&) 92 void PluginView::invalidateRect(const IntRect&)
|
/external/webkit/Source/WebKit/android/jni/ |
WebFrameView.cpp | 57 void WebFrameView::draw(WebCore::GraphicsContext* ctx, const WebCore::IntRect& rect) { 70 WebCore::IntRect transRect(rect); 76 const WebCore::IntRect& bounds = getBounds();
|
/external/webkit/Source/WebKit2/UIProcess/ |
GenericCallback.h | 156 typedef void (*CallbackFunction)(const Vector<WebCore::IntRect>&, double, WKErrorRef, void*); 168 void performCallbackWithReturnValue(const Vector<WebCore::IntRect>& returnValue1, double returnValue2) 182 m_callback(Vector<WebCore::IntRect>(), 0, toAPI(error.get()), context());
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundlePageUIClient.cpp | 94 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsContext, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
|
/external/webkit/Source/WebKit/android/nav/ |
CachedLayer.cpp | 36 IntRect CachedLayer::adjustBounds(const LayerAndroid* root, 37 const IntRect& bounds) const 88 IntRect result = enclosingIntRect(temp); 123 IntRect CachedLayer::localBounds(const LayerAndroid* root, 124 const IntRect& bounds) const 126 IntRect temp = bounds;
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.h | 114 void paint(HDC, const WebCore::IntRect& dirtyRect); 146 virtual void setViewNeedsDisplay(const WebCore::IntRect&); 148 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset); 149 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects); 169 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&);
|