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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.h 37 class IntRect;
63 virtual void drawRect(PageOverlay*, WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
65 Vector<WebCore::IntRect> rectsForTextMatches();
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 37 #include "IntRect.h"
118 virtual void paint(GraphicsContext*, const IntRect&);
136 void showInRect(const IntRect&, FrameView*, int index);
154 void refresh(const IntRect& targetControlRect);
177 void paintBorder(GraphicsContext*, const IntRect&);
179 // Layout and calculate popup widget size and location and returns it as IntRect.
180 IntRect layoutAndCalculateWidgetRect(int targetControlHeight, const IntPoint& popupInitialCoordinate);
199 virtual void show(const IntRect&, FrameView*, int index);
ThemeChromiumMac.h 54 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
55 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 31 #include "IntRect.h"
65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect) = 0;
69 return beginPaint(IntRect(0, 0, size().width(), size().height()));
99 virtual void drawTexture(const BitmapTexture& texture, const IntRect& target, const TransformationMatrix& matrix = TransformationMatrix(), float opacity = 1.0f, const BitmapTexture* maskTexture = 0) = 0;
103 virtual void paintToTarget(const BitmapTexture& texture, const IntSize&, const TransformationMatrix& matrix, float opacity, const IntRect& visibleRect)
106 drawTexture(texture, IntRect(0, 0, texture.contentSize().width(), texture.contentSize().height()), matrix, opacity, 0);
110 virtual void setClip(const IntRect&) = 0;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 43 class IntRect;
78 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect) = 0;
92 virtual void geometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect) = 0;
156 virtual void windowAndViewFramesChanged(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates) = 0;
  /external/webkit/Source/WebCore/accessibility/
AccessibilityListBoxOption.h 63 virtual IntRect elementRect() const;
73 IntRect listBoxOptionRect() const;
AccessibilityTableColumn.h 34 #include "IntRect.h"
63 virtual IntRect elementRect() const;
68 IntRect m_columnRect;
  /external/webkit/Source/WebCore/page/
SpeechInput.h 42 class IntRect;
65 bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
  /external/webkit/Source/WebCore/platform/
Scrollbar.h 38 class IntRect;
84 virtual void paint(GraphicsContext*, const IntRect& damageRect);
114 virtual void setFrameRect(const IntRect&);
116 virtual void invalidateRect(const IntRect&);
123 virtual IntRect convertToContainingView(const IntRect&) const;
124 virtual IntRect convertFromContainingView(const IntRect&) const;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 39 class IntRect;
74 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.h 38 class IntRect;
52 int drawGL(double currentTime, IntRect& viewRect,
Surface.h 30 #include "IntRect.h"
77 IntRect computePrepareArea();
78 IntRect visibleContentArea(bool force3dContentVisible = false) const;
79 IntRect fullContentArea();
84 IntRect m_fullContentArea;
  /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/openvg/
TiledImageOpenVG.h 23 #include "IntRect.h"
49 IntRect tilesInRect(const FloatRect&) const;
53 IntRect tileRect(int xIndex, int yIndex) const;
  /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/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/svg/
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/chromium/src/
ExternalPopupMenu.h 39 class IntRect;
59 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
  /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/WebPage/gtk/
ChunkedUpdateDrawingAreaGtk.cpp 36 #include <WebCore/IntRect.h>
50 IntRect rect = updateChunk->rect();
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 88 void ScrollbarThemeWx::splitTrack(Scrollbar* scrollbar, const IntRect& unconstrainedTrackRect, IntRect& beforeThumbRect, IntRect& thumbRect, IntRect& afterThumbRect)
105 IntRect ScrollbarThemeWx::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
110 return IntRect();
123 return IntRect(x, y, size.width(), size.height());
126 IntRect ScrollbarThemeWx::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
131 return IntRect();
148 return IntRect(x, y, size.width(), size.height())
    [all...]
  /external/webkit/Source/WebCore/platform/android/
PopupMenuAndroid.h 29 #include "IntRect.h"
43 virtual void show(const IntRect&, FrameView*, int);
  /external/webkit/Source/WebCore/platform/brew/
PopupMenuBrew.h 23 #include "IntRect.h"
39 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebCore/platform/efl/
PopupMenuEfl.h 23 #include "IntRect.h"
39 virtual void show(const IntRect&, FrameView*, int index);

Completed in 1680 milliseconds

1 2 3 4 5 67 8 91011>>