Home
last modified time | relevance | path

Searched defs:IntRect (Results 1 – 25 of 166) sorted by relevance

1234567

/external/webkit/Source/WebCore/rendering/
DRenderTheme.h173 …virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; in paintCapsLockIndicator()
223 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintCheckbox()
227 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintRadio()
231 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintButton()
235 …virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintInnerSpinButton()
237 …virtual bool paintOuterSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintOuterSpinButton()
241 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextField()
244 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextArea()
250 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintMenuList()
253 … virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintMenuListButton()
[all …]
/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.h61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintTrackBackground()
62 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {} in paintTrackPiece()
63 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {} in paintButton()
64 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintThumb()
65 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintTickmarks()
DPopupMenu.h29 class IntRect; variable
/external/webkit/Source/WebCore/platform/android/
DSearchPopupMenuAndroid.h33 class IntRect; variable
40 virtual void show(const IntRect&, FrameView*, int index) { } in show()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginNone.cpp45 bool NetscapePlugin::platformInvalidate(const IntRect&) in platformInvalidate()
54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool) in platformPaint()
/external/webkit/Source/WebCore/page/chromium/
DChromeClientChromium.h38 class IntRect; variable
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
DWebPopupMenuGtk.cpp37 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData&) in setUpPlatformData()
/external/webkit/Source/WebCore/page/win/
DFrameWin.h37 class IntRect; variable
/external/webkit/Source/WebCore/platform/graphics/qt/
DIntRectQt.cpp35 IntRect::IntRect(const QRect& r) in IntRect() function in WebCore::IntRect
/external/webkit/Source/WebCore/page/brew/
DChromeClientBrew.h38 class IntRect; variable
/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.h28 class IntRect; variable
DPluginViewNone.cpp51 void PluginView::paint(GraphicsContext*, const IntRect&) in paint()
67 void PluginView::setNPWindowRect(const IntRect&) in setNPWindowRect()
92 void PluginView::invalidateRect(const IntRect&) in invalidateRect()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
DWebPopupMenuQt.cpp35 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData&) in setUpPlatformData()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DIntRectHaiku.cpp36 IntRect::IntRect(const BRect& rect) in IntRect() function in WebCore::IntRect
/external/webkit/Source/WebCore/platform/graphics/
DImageObserver.h32 class IntRect; variable
/external/webkit/Source/WebCore/platform/graphics/wx/
DIntRectWx.cpp34 IntRect::IntRect(const wxRect& r) in IntRect() function in WebCore::IntRect
/external/webkit/Source/WebCore/platform/graphics/win/
DIntRectWin.cpp34 IntRect::IntRect(const RECT& r) in IntRect() function in WebCore::IntRect
/external/webkit/Source/WebCore/platform/graphics/gtk/
DIntRectGtk.cpp27 IntRect::IntRect(const GdkRectangle& r) in IntRect() function in WebCore::IntRect
/external/webkit/Source/WebCore/platform/graphics/efl/
DIntRectEfl.cpp28 IntRect::IntRect(const Eina_Rectangle& r) in IntRect() function in WebCore::IntRect
/external/webkit/Source/WebCore/page/
DSpeechInputClient.h40 class IntRect; variable
/external/webkit/Source/WebKit/win/
DMarshallingHelpers.h33 class IntRect; variable
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.cpp266 void ChromeClientHaiku::invalidateWindow(const IntRect&, bool) in invalidateWindow()
271 void ChromeClientHaiku::invalidateContentsAndWindow(const IntRect&, bool) in invalidateContentsAndWindow()
276 void ChromeClientHaiku::invalidateContentsForSlowScroll(const IntRect&, bool) in invalidateContentsForSlowScroll()
309 void ChromeClientHaiku::scrollRectIntoView(const IntRect&, const ScrollView*) const in scrollRectIntoView() argument
314 void ChromeClientHaiku::addToDirtyRegion(const IntRect&) in addToDirtyRegion()
318 void ChromeClientHaiku::scrollBackingStore(int, int, const IntRect&, const IntRect&) in scrollBackingStore()
/external/webkit/Source/WebKit2/PluginProcess/qt/
DPluginControllerProxyQt.cpp48 void PluginControllerProxy::platformGeometryDidChange(const IntRect& frameRect, const IntRect&) in platformGeometryDidChange()
/external/webkit/Source/WebKit2/Shared/cairo/
DShareableBitmapCairo.cpp42 void ShareableBitmap::paint(GraphicsContext&, const IntPoint&, const IntRect&) in paint()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.h37 class IntRect; variable

1234567