/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundlePageUIClient.cpp | 94 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsContext, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.h | 92 WebCore::IntRect contentBounds() const; 93 WebCore::IntRect visibleContentBounds() const; 94 WebCore::IntRect visibleContentBoundsExcludingScrollbars() const;
|
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/rendering/ |
RenderText.cpp | 308 void RenderText::absoluteRects(Vector<IntRect>& rects, int tx, int ty) 314 void RenderText::absoluteRectsForRange(Vector<IntRect>& rects, unsigned start, unsigned end, bool useSelectionHeight) 329 IntRect r = IntRect(box->x(), box->y(), box->logicalWidth(), box->logicalHeight()); 331 IntRect selectionRect = box->selectionRect(0, 0, start, end); 341 IntRect r = box->selectionRect(0, 0, start, realEnd); 358 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) 361 return IntRect(); 365 return IntRect(); 367 IntRect rect [all...] |
/external/webkit/Source/WebKit/android/jni/ |
AndroidHitTestResult.cpp | 149 IntRect boundingBox = quads[i].enclosingBoundingBox(); 190 void setRectArray(JNIEnv* env, jobject obj, jfieldID field, Vector<IntRect> &rects) 212 Vector<IntRect> rects = enclosingParentRects(m_hitTestResult.innerNode()); 242 Vector<IntRect> AndroidHitTestResult::enclosingParentRects(Node* node) 246 Vector<IntRect> rects; 255 IntRect rect = render->absoluteBoundingBoxRect();
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.h | 114 void paint(HDC, const WebCore::IntRect& dirtyRect); 146 virtual void setViewNeedsDisplay(const WebCore::IntRect&); 148 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset); 149 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects); 169 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&);
|
/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/page/ |
FrameView.cpp | 169 view->Widget::setFrameRect(IntRect(view->pos(), initialSize)); 339 void FrameView::invalidateRect(const IntRect& rect) 354 IntRect repaintRect = rect; 360 void FrameView::setFrameRect(const IntRect& newRect) 362 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; 74 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
CanvasLayer.h | 67 IntRect visibleContentRect() const; 71 IntRect m_visibleContentRect;
|
ScrollableLayerAndroid.cpp | 17 IntRect scrollBounds; 30 void ScrollableLayerAndroid::getScrollBounds(IntRect* out) const
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
SurfaceCollectionManager.h | 38 class IntRect; 52 int drawGL(double currentTime, IntRect& viewRect,
|
/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)
|