HomeSort by relevance Sort by last modified time
    Searched full:intrect (Results 251 - 275 of 888) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 342 IntRect ChromeClientWx::windowResizerRect() const
345 return IntRect();
348 void ChromeClientWx::invalidateWindow(const IntRect& rect, bool immediate)
354 void ChromeClientWx::invalidateContentsForSlowScroll(const IntRect& rect, bool immediate)
359 void ChromeClientWx::invalidateContentsAndWindow(const IntRect& rect, bool immediate)
371 IntRect ChromeClientWx::windowToScreen(const IntRect& rect) const
394 const IntRect& scrollViewRect,
395 const IntRect& clipRect)
447 void ChromeClientWx::scroll(const IntSize&, const IntRect&, const IntRect&
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListPopup.h 51 virtual IntRect elementRect() const { return IntRect(); }
  /external/webkit/Source/WebCore/page/brew/
ChromeClientBrew.h 38 class IntRect;
46 virtual void createSelectPopup(PopupMenuClient*, int selected, const IntRect& rect) = 0;
  /external/webkit/Source/WebCore/page/win/
FrameWin.cpp 39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight)
  /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/layers/
LayerContent.h 29 #include "IntRect.h"
50 virtual PrerenderedInval* prerenderForRect(const IntRect& dirty) { return 0; }
  /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/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)

Completed in 139 milliseconds

<<11121314151617181920>>