Searched
full:intrect (Results
251 -
275 of
887) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/platform/android/ |
SearchPopupMenuAndroid.h | 33 class IntRect; 40 virtual void show(const IntRect&, FrameView*, int index) { }
|
/external/webkit/Source/WebCore/platform/efl/ |
ScrollbarEfl.h | 43 virtual void setFrameRect(const IntRect&); 52 virtual void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/ |
Icon.h | 52 class IntRect; 60 void paint(GraphicsContext*, const IntRect&);
|
ImageObserver.h | 32 class IntRect; 46 virtual void changedInRect(const Image*, const IntRect&) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
TreeManager.h | 39 class IntRect; 52 bool drawGL(double currentTime, IntRect& viewRect,
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ImageLayerChromium.h | 53 virtual void paintContentsIfDirty(const IntRect& targetSurfaceRect); 63 virtual IntRect layerBounds() const;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
IconQt.cpp | 26 #include "IntRect.h" 59 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
LocalWindowsContext.h | 37 LocalWindowsContext(GraphicsContext* graphicsContext, const IntRect& rect, bool supportAlphaBlend = true, bool mayCreateBitmap = true) 56 IntRect m_rect;
|
/external/webkit/Source/WebCore/platform/gtk/ |
PopupMenuGtk.h | 24 #include "IntRect.h" 43 virtual void show(const IntRect&, FrameView*, int index);
|
/external/webkit/Source/WebCore/platform/qt/ |
ScrollbarThemeQt.h | 43 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& damageRect); 44 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
|
/external/webkit/Source/WebCore/rendering/ |
RenderDataGrid.cpp | 166 IntRect columnRect(column->rect()); 195 void RenderDataGrid::invalidateScrollbarRect(Scrollbar*, const IntRect&) 207 IntRect RenderDataGrid::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const 213 IntRect rect = scrollbarRect; 222 IntRect RenderDataGrid::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const 228 IntRect rect = view->frameView()->convertToRenderer(this, parentRect);
|
RenderScrollbarPart.h | 48 void paintIntoRect(GraphicsContext*, int tx, int ty, const IntRect&); 53 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderVideo.cpp | 134 void RenderVideo::imageChanged(WrappedImagePtr newImage, const IntRect* rect) 149 IntRect RenderVideo::videoBox() const 152 return IntRect(); 160 IntRect contentRect = contentBoxRect(); 162 return IntRect(); 164 IntRect renderBox = contentRect; 198 IntRect rect = videoBox(); 246 IntRect videoBounds = videoBox();
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGForeignObject.h | 42 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 43 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
|
RenderSVGGradientStop.h | 46 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject*) { return IntRect(); }
|
RenderSVGInline.h | 48 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 49 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
|
/external/webkit/Source/WebKit/android/ |
RenderSkinButton.h | 35 class IntRect; 44 void draw(SkCanvas* , const IntRect& , RenderSkinAndroid::State);
|
RenderSkinMediaButton.h | 34 class IntRect; 44 static void Draw(SkCanvas* , const IntRect& , int buttonType, bool translucent = false,
|
RenderSkinRadio.h | 40 class IntRect; 56 static void Draw(SkCanvas* canvas, Node* element, const IntRect&,
|
/external/webkit/Source/WebKit2/PluginProcess/qt/ |
PluginControllerProxyQt.cpp | 48 void PluginControllerProxy::platformGeometryDidChange(const IntRect& frameRect, const IntRect&)
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebPopupMenuProxy.h | 35 class IntRect; 62 virtual void showPopupMenu(const WebCore::IntRect& rect, WebCore::TextDirection, double scaleFactor, const Vector<WebPopupItem>& items, const PlatformPopupMenuData&, int32_t selectedIndex) = 0;
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WKFullScreenWindowController.h | 36 class IntRect; 70 - (WebCore::IntRect)getFullScreenRect;
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
TiledDrawingAreaProxyQt.cpp | 45 void TiledDrawingAreaProxy::updateWebView(const Vector<IntRect>& paintedArea) 55 IntRect TiledDrawingAreaProxy::webViewVisibleRect()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePluginNone.cpp | 45 bool NetscapePlugin::platformInvalidate(const IntRect&) 54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool)
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebPopupMenu.h | 52 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index); 61 void setUpPlatformData(const WebCore::IntRect& pageCoordinates, PlatformPopupMenuData&);
|
Completed in 490 milliseconds
<<11121314151617181920>>