/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
PageClientQt.h | 26 #include "IntRect.h"
|
PopupMenuQt.cpp | 102 void PopupMenuQt::show(const IntRect& rect, FrameView* view, int index)
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
WKSharedAPICast.h | 49 #include <WebCore/IntRect.h> 207 inline WebCore::IntRect toIntRect(const WKRect& wkRect) 209 return WebCore::IntRect(static_cast<int>(wkRect.origin.x), static_cast<int>(wkRect.origin.y), 223 inline WKRect toAPI(const WebCore::IntRect& rect)
|
/external/webkit/Source/WebKit2/UIProcess/ |
ChunkedUpdateDrawingAreaProxy.cpp | 63 bool ChunkedUpdateDrawingAreaProxy::paint(const IntRect& rect, PlatformDrawingContext context)
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WebContextMenuProxyMac.mm | 33 #import <WebCore/IntRect.h>
|
WebPopupMenuProxyMac.mm | 93 void WebPopupMenuProxyMac::showPopupMenu(const IntRect& rect, TextDirection textDirection, double scaleFactor, const Vector<WebPopupItem>& items, const PlatformPopupMenuData& data, int32_t selectedIndex)
|
WKFullScreenWindowController.mm | 41 #import <WebCore/IntRect.h> 367 - (WebCore::IntRect)getFullScreenRect
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext2D.cpp | [all...] |
/external/webkit/Source/WebCore/plugins/ |
PluginView.cpp | 128 IntRect PluginView::windowClipRect() const 131 IntRect clipRect(m_windowRect); 141 void PluginView::setFrameRect(const IntRect& rect) [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | [all...] |
/external/webkit/Source/WebCore/dom/ |
Element.cpp | 277 IntRect bounds = getRect(); 290 IntRect bounds = getRect(); 504 IntRect Element::boundsInWindowSpace() const 510 return IntRect(); 529 return IntRect(); 531 IntRect result = quads[0].enclosingBoundingBox(); 560 IntRect visibleContentRect = view->visibleContentRect(); 600 IntRect visibleContentRect = view->visibleContentRect(); 613 IntRect Element::screenRect() const 616 return IntRect(); [all...] |
Element.h | 169 IntRect boundsInWindowSpace() const; 175 IntRect screenRect() const;
|
/external/webkit/Source/WebCore/platform/mac/ |
ScrollAnimatorMac.mm | 33 #include "IntRect.h" 254 verticalScrollbar->setFrameRect(WebCore::IntRect(0, 0, thickness, thickness)); 271 horizontalScrollbar->setFrameRect(WebCore::IntRect(0, 0, thickness, thickness)); 330 verticalScrollbar->invalidateRect(WebCore::IntRect(0, 0, verticalScrollbar->width(), verticalScrollbar->height())); 332 horizontalScrollbar->invalidateRect(WebCore::IntRect(0, 0, horizontalScrollbar->width(), horizontalScrollbar->height())); [all...] |
/external/webkit/Source/WebCore/rendering/ |
RootInlineBox.cpp | 156 IntRect inflatedRect = enclosingIntRect(page->chrome()->client()->customHighlightRect(renderer()->node(), renderer()->style()->highlight(), rootRect)); 339 IntRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight); 341 IntRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect); 530 IntRect RootInlineBox::paddedLayoutOverflowRect(int endPadding) const 532 IntRect lineLayoutOverflow = layoutOverflowRect(lineTop(), lineBottom()); [all...] |
/external/webkit/Source/WebKit/win/ |
WebView.cpp | 98 #include <WebCore/IntRect.h> 306 HRESULT createMatchEnumerator(Vector<IntRect>* rects, IEnumTextMatches** matches); 732 void WebView::repaint(const WebCore::IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly) 791 void WebView::addToDirtyRegion(const IntRect& dirtyRect) 829 void WebView::scrollBackingStore(FrameView* frameView, int dx, int dy, const IntRect& scrollViewRect, const IntRect& clipRect) 902 static void getUpdateRects(HRGN region, const IntRect& dirtyRect, Vector<IntRect>& rects) 964 Vector<IntRect> paintRects; [all...] |
AccessibleBase.cpp | 44 #include <WebCore/IntRect.h> 501 IntRect screenRect(childObj->documentFrameView()->contentsToScreen(childObj->elementRect()));
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 204 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&); 205 virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea); 206 virtual IntRect tiledBackingStoreContentsRect(); 207 virtual IntRect tiledBackingStoreVisibleRect(); [all...] |
MediaPlayerPrivateQt.cpp | 572 void MediaPlayerPrivateQt::paint(GraphicsContext* context, const IntRect& rect) 588 void MediaPlayerPrivateQt::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 56 #include "IntRect.h" [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
TiledPage.cpp | 32 #include "IntRect.h" 125 void TiledPage::invalidateRect(const IntRect& inval, const unsigned int pictureCount)
|
BaseTile.h | 112 bool isTileVisible(const IntRect& viewTileBounds);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitviewportattributes.cpp | 524 IntRect windowRect(webView->priv->corePage->chrome()->windowRect()); 528 IntRect rect(webView->priv->corePage->chrome()->pageRect());
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebInspectorClient.cpp | 58 static const IntRect& defaultWindowRect() 60 static IntRect rect(60, 200, 750, 650);
|
/external/webkit/Source/WebCore/platform/android/ |
TemporaryLinkStubs.cpp | 111 void Icon::paint(GraphicsContext*, const IntRect&) { }
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformThemeChromiumGtk.cpp | 100 void PlatformThemeChromiumGtk::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states)
|