/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/WebKit2/WebProcess/WebPage/ |
WebPage.messages.in | 92 SetActualVisibleContentRect(WebCore::IntRect rect) 164 DrawRectToPDF(uint64_t frameID, WebCore::IntRect rect, uint64_t callbackID) 182 WindowAndViewFramesChanged(WebCore::IntRect windowFrameInScreenCoordinates, WebCore::IntRect viewFrameInWindowCoordinates, WebCore::IntPoint accessibilityViewCoordinates) 195 FirstRectForCharacterRange(uint64_t location, uint64_t length) -> (WebCore::IntRect resultRect) 204 FirstRectForCharacterInSelectedRange(uint64_t characterPosition) -> (WebCore::IntRect resultRect)
|
/external/webkit/Source/WebCore/page/ |
FrameView.cpp | 174 view->Widget::setFrameRect(IntRect(view->pos(), initialSize)); 344 void FrameView::invalidateRect(const IntRect& rect) 359 IntRect repaintRect = rect; 365 void FrameView::setFrameRect(const IntRect& newRect) 367 IntRect oldRect = frameRect(); [all...] |
FocusController.h | 67 bool advanceFocusDirectionallyInContainer(Node* container, const IntRect& startingRect, FocusDirection, KeyboardEvent*); 68 void findFocusCandidateInContainer(Node* container, const IntRect& startingRect, FocusDirection, KeyboardEvent*, FocusCandidate& closest);
|
SpeechInput.h | 42 class IntRect; 65 bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
|
SpeechInputClient.h | 40 class IntRect; 54 virtual bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*) = 0;
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityListBoxOption.h | 63 virtual IntRect elementRect() const; 73 IntRect listBoxOptionRect() const;
|
AccessibilityScrollbar.cpp | 51 IntRect AccessibilityScrollbar::elementRect() const 54 return IntRect();
|
/external/webkit/Source/WebCore/editing/mac/ |
SelectionControllerMac.mm | 67 IntRect selectionRect = absoluteCaretBounds(); 68 IntRect viewRect = renderView->viewRect();
|
/external/webkit/Source/WebCore/inspector/ |
TimelineRecordFactory.h | 41 class IntRect; 77 static PassRefPtr<InspectorObject> createPaintData(const IntRect&);
|
/external/webkit/Source/WebCore/page/chromium/ |
ChromeClientChromium.h | 38 class IntRect; 49 virtual void popupOpened(PopupContainer* popupContainer, const IntRect& bounds,
|
/external/webkit/Source/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 44 #include "IntRect.h" 98 virtual void paint(GraphicsContext*, const IntRect&); 201 IntRect getRowBounds(int index); 207 void paintRow(GraphicsContext*, const IntRect&, int rowIndex); 331 IntRect PopupContainer::layoutAndCalculateWidgetRect(int targetControlHeight, const IntPoint& popupInitialCoordinate) 345 IntRect widgetRect; 353 widgetRect = chromeClient->windowToScreen(IntRect(popupInitialCoordinate.x() + rightOffset, popupInitialCoordinate.y(), targetSize.width(), targetSize.height())); 384 IntRect frameInScreen = chromeClient->windowToScreen(frameRect()); 402 IntRect popupRect = frameRect(); 499 void PopupContainer::paint(GraphicsContext* gc, const IntRect& rect [all...] |
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/ |
GraphicsLayerClient.h | 39 class IntRect; 71 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
PaintedSurface.h | 31 #include "IntRect.h" 70 IntRect computeVisibleArea(LayerAndroid*);
|
TilesProfiler.h | 32 #include "IntRect.h" 62 void nextInval(const IntRect& rect, float scale);
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageBufferDataCG.h | 57 PassRefPtr<ByteArray> getData(const IntRect& rect, const IntSize& size, bool accelerateRendering, bool unmultiplied) const; 58 void putData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, const IntSize& size, bool accelerateRendering, bool unmultiplied);
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
Texture.h | 44 class IntRect; 53 void updateSubRect(void* pixels, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
GraphicsContextHaiku.cpp | 91 void GraphicsContext::drawRect(const IntRect& rect) 114 void GraphicsContext::drawEllipse(const IntRect& rect) 124 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) 180 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) 210 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int /* width */, int /* offset */, const Color& color) 422 void GraphicsContext::clipOut(const IntRect& rect) 430 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) 472 void GraphicsContext::setURLForRect(const KURL& link, const IntRect& destRect)
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
MediaPlayerPrivateWinCE.h | 41 class IntRect; 82 void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/image-decoders/openvg/ |
ImageDecoderOpenVG.cpp | 23 #include "IntRect.h" 57 IntRect tileRect = tiledImage->tileRect(xIndex, yIndex);
|
/external/webkit/Source/WebCore/platform/mac/ |
ThemeMac.h | 50 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const; 51 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
|
/external/webkit/Source/WebCore/platform/wx/ |
ScrollViewWx.cpp | 30 #include "IntRect.h" 139 void ScrollView::platformRepaintContentRectangle(const IntRect& updateRect, bool now) 152 IntRect ScrollView::platformVisibleContentRect(bool includeScrollbars) const 156 return IntRect(); 165 return IntRect(m_data->viewStart.x, m_data->viewStart.y, width, height); 339 IntRect ScrollView::platformContentsToScreen(const IntRect& rect) const 346 return IntRect();
|
/external/webkit/Source/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 95 IntRect oldWindowRect = m_windowRect; 96 IntRect oldClipRect = m_clipRect; 98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); 134 void PluginView::paint(GraphicsContext* context, const IntRect& rect) 153 IntRect clipRect(rect); 257 void PluginView::setNPWindowRect(const IntRect&) 346 void PluginView::invalidateRect(const IntRect& rect) 364 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
|
/external/webkit/Source/WebCore/rendering/ |
RenderBR.h | 41 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/) { return IntRect(); }
|