HomeSort by relevance Sort by last modified time
    Searched refs:IntRect (Results 1 - 25 of 833) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.h 38 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect&);
40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
48 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
49 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
50 virtual IntRect trackRect(Scrollbar*, bool painting = false);
52 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
  /external/webkit/Source/WebCore/plugins/
IFrameShimSupport.h 28 class IntRect;
30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.h 36 void invalidateRect(const IntRect&);
38 void paint(GraphicsContext*, const IntRect&);
WidgetRenderingContext.h 27 #include "IntRect.h"
41 WidgetRenderingContext(GraphicsContext*, const IntRect&);
44 void gtkPaintBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
45 void gtkPaintFlatBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
46 void gtkPaintFocus(const IntRect&, GtkWidget*, GtkStateType, const gchar*);
47 void gtkPaintSlider(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*, GtkOrientation);
48 void gtkPaintCheck(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
49 void gtkPaintOption(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
50 void gtkPaintShadow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
51 void gtkPaintArrow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, int arrowDirection, const gchar*)
    [all...]
  /external/webkit/Source/WebCore/rendering/
GapRects.h 26 #include "IntRect.h"
31 const IntRect& left() const { return m_left; }
32 const IntRect& center() const { return m_center; }
33 const IntRect& right() const { return m_right; }
35 void uniteLeft(const IntRect& r) { m_left.unite(r); }
36 void uniteCenter(const IntRect& r) { m_center.unite(r); }
37 void uniteRight(const IntRect& r) { m_right.unite(r); }
40 operator IntRect() const
42 IntRect result = m_left;
55 IntRect m_left
    [all...]
RenderThemeChromiumSkia.h 75 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
78 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&);
81 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
86 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&);
89 virtual bool paintSearchFieldResultsButton(RenderObject*, const PaintInfo&, const IntRect&);
91 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
92 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
93 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
95 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
96 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&)
    [all...]
RenderThemeChromiumMac.h 37 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&);
38 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&);
39 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
40 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
46 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
47 virtual bool paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&);
48 virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&);
49 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&);
  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.h 35 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
52 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0;
53 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0;
54 virtual IntRect trackRect(Scrollbar*, bool painting = false) = 0;
56 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&) {
    [all...]
HostWindow.h 42 virtual void invalidateWindow(const IntRect& updateRect, bool immediate) = 0;
45 virtual void invalidateContentsAndWindow(const IntRect& updateRect, bool immediate) = 0;
48 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) = 0;
51 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate) = 0;
60 virtual IntRect windowToScreen(const IntRect&) const = 0;
PopupMenu.h 29 class IntRect;
34 virtual void show(const IntRect&, FrameView*, int index) = 0;
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStoreClient.h 29 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&) = 0;
30 virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea) = 0;
31 virtual IntRect tiledBackingStoreContentsRect() = 0;
32 virtual IntRect tiledBackingStoreVisibleRect() = 0;
ImageObserver.h 32 class IntRect;
46 virtual void changedInRect(const Image*, const IntRect&) = 0;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebPopupMenuQt.cpp 35 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData&)
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.h 48 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
49 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
50 virtual IntRect trackRect(Scrollbar*, bool painting = false);
55 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
56 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
57 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
58 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
ScrollbarThemeSafari.h 47 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
48 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
49 virtual IntRect trackRect(Scrollbar*, bool painting = false);
55 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
56 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
57 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromium.h 47 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
48 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
49 virtual IntRect trackRect(Scrollbar*, bool painting = false);
51 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
52 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&);
  /external/webkit/Source/WebCore/platform/haiku/
ScrollbarThemeHaiku.h 45 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting);
46 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting);
47 virtual IntRect trackRect(Scrollbar*, bool painting);
50 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
51 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
  /external/webkit/Source/WebKit2/Shared/win/
UpdateChunk.h 29 #include <WebCore/IntRect.h>
41 UpdateChunk(const WebCore::IntRect&);
42 UpdateChunk(const WebCore::IntRect&, HANDLE);
44 const WebCore::IntRect& rect() const { return m_rect; }
52 WebCore::IntRect m_rect;
  /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/chromium/
ChromeClientChromium.h 38 class IntRect;
49 virtual void popupOpened(PopupContainer* popupContainer, const IntRect& bounds,
  /external/webkit/Source/WebKit2/PluginProcess/qt/
PluginControllerProxyQt.cpp 48 void PluginControllerProxy::platformGeometryDidChange(const IntRect& frameRect, const IntRect&)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PrerenderedInval.h 29 #include "IntRect.h"
42 IntRect area;
43 IntRect screenArea;
45 static PassRefPtr<PrerenderedInval> create(const IntRect& ir)
51 PrerenderedInval(const IntRect& ir)
  /external/webkit/Source/WebCore/platform/graphics/skia/
IntRectSkia.cpp 32 #include "IntRect.h"
38 IntRect::operator SkIRect() const
44 IntRect::operator SkRect() const
51 IntRect::IntRect(const SkIRect& r)
  /external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp 32 const IntRect& rect) {}
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.h 31 #include <WebCore/IntRect.h>
44 UpdateChunk(const WebCore::IntRect&);
47 const WebCore::IntRect& rect() const { return m_rect; }
58 WebCore::IntRect m_rect;

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>