Home
last modified time | relevance | path

Searched refs:viewRect (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/editing/mac/
DSelectionControllerMac.mm68 IntRect viewRect = renderView->viewRect();
71 viewRect = frameView->contentsToScreen(viewRect);
73 CGRect cgViewRect = CGRectMake(viewRect.x(), viewRect.y(), viewRect.width(), viewRect.height());
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformWebViewWin.cpp64 RECT viewRect = {0, 0, 800, 600}; in PlatformWebView() local
65 …ClassName, L"TestWebKitAPI", WS_OVERLAPPEDWINDOW, viewRect.left, viewRect.top, viewRect.right, vie… in PlatformWebView()
66 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window); in PlatformWebView()
/external/webkit/Tools/WebKitTestRunner/win/
DPlatformWebViewWin.cpp55 RECT viewRect = {0, 0, 800, 600}; in PlatformWebView() local
56 …TestRunner", WS_OVERLAPPEDWINDOW, 0 /*XOFFSET*/, 0 /*YOFFSET*/, viewRect.right, viewRect.bottom, 0… in PlatformWebView()
57 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window); in PlatformWebView()
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp467 FloatRect WebView::convertToDeviceSpace(const FloatRect& viewRect) in convertToDeviceSpace() argument
470 return viewRect; in convertToDeviceSpace()
473 FloatRect WebView::convertToUserSpace(const FloatRect& viewRect) in convertToUserSpace() argument
476 return viewRect; in convertToUserSpace()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DFixedPositioning.h114 SkRect viewRect) { // view rect, can be smaller than the layer's in setFixedPosition() argument
123 m_fixedRect = viewRect; in setFixedPosition()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollectionManager.h52 int drawGL(double currentTime, IntRect& viewRect,
DSurfaceCollectionManager.cpp211 int SurfaceCollectionManager::drawGL(double currentTime, IntRect& viewRect, in drawGL() argument
/external/webkit/Source/WebCore/tests/
DTreeManager_test.cpp59 bool drawGL(WebCore::IntRect& viewRect, SkRect& visibleRect, float scale) { in drawGL() argument
99 bool drawGL(WebCore::IntRect& viewRect, SkRect& visibleRect, float scale) { in drawGL() argument
/external/webkit/Source/WebCore/platform/
DScrollView.cpp745 IntRect viewRect = convertFromContainingWindow(windowRect); in windowToContents() local
746 viewRect.move(scrollOffset()); in windowToContents()
747 return viewRect; in windowToContents()
752 IntRect viewRect = contentsRect; in contentsToWindow() local
753 viewRect.move(-scrollOffset()); in contentsToWindow()
754 return convertToContainingWindow(viewRect); in contentsToWindow()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp166 RECT viewRect = {0}; in show() local
167 ::GetWindowRect(hostWindow, &viewRect); in show()
169 if (!::IsRectEmpty(&viewRect)) { in show()
172 …DWORD slideDirection = (m_windowRect.y() < viewRect.top + view->contentsToWindow(r.location()).y()… in show()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp227 RECT viewRect = {0}; in showPopupMenu() local
228 ::GetWindowRect(hostWindow, &viewRect); in showPopupMenu()
230 if (!::IsRectEmpty(&viewRect)) { in showPopupMenu()
233 …DWORD slideDirection = (m_windowRect.y() < viewRect.top + rect.location().y()) ? AW_VER_NEGATIVE :… in showPopupMenu()
/external/webkit/Source/WebCore/rendering/
DRenderView.h95 virtual IntRect viewRect() const;
DRenderView.cpp278 IntRect vr = viewRect(); in repaintViewRectangle()
654 IntRect RenderView::viewRect() const in viewRect() function in WebCore::RenderView
DRenderLayer.cpp1506 IntRect viewRect = frameView->visibleContentRect(); in scrollTo() local
1507 IntRect r = getRectToExpose(viewRect, rect, alignX, alignY); in scrollTo()
1520 IntRect viewRect = frameView->visibleContentRect(); in scrollTo() local
1521 IntRect r = getRectToExpose(viewRect, rect, alignX, alignY); in scrollTo()
DRenderObject.h790 virtual IntRect viewRect() const;
DRenderObject.cpp1835 IntRect RenderObject::viewRect() const in viewRect() function in WebCore::RenderObject
1837 return view()->viewRect(); in viewRect()
DRenderBoxModelObject.cpp892 destRect = viewRect(); in calculateBackgroundImageGeometry()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp275 SkRect viewRect; in updatePositionedLayers() local
276 viewRect.set(paintingOffsetX, paintingOffsetY, paintingOffsetX + w, paintingOffsetY + h); in updatePositionedLayers()
289 viewRect); in updatePositionedLayers()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp687 FloatRect viewRect = view->visibleContentRect(); in isOffScreen() local
688 viewRect.intersect(contentRect); in isOffScreen()
689 return viewRect.isEmpty(); in isOffScreen()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h567 void windowToScreen(const WebCore::IntRect& viewRect, WebCore::IntRect& result);
DWebPageProxy.cpp2009 void WebPageProxy::windowToScreen(const IntRect& viewRect, IntRect& result) in windowToScreen() argument
2011 result = m_pageClient->windowToScreen(viewRect); in windowToScreen()
/external/webkit/Source/WebCore/page/
DFrameView.cpp2601 IntRect FrameView::convertToRenderer(const RenderObject* renderer, const IntRect& viewRect) const in convertToRenderer()
2603 IntRect rect = viewRect; in convertToRenderer()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1431 NSRect viewRect = [[view superview] convertRect:frameRect toView:nil];
1432 NSRect growBoxRect = NSIntersectionRect(windowGrowBoxRect, viewRect);
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1021698 (RenderCanvas::viewRect): Removed unneeded "root width" feature for a canvas
32793 (RenderCanvas::viewRect):
32867 (RenderObject::viewRect):
DChangeLog-2007-10-1453387 (WebCore::RenderView::repaintViewRectangle): Don't get or intersect with viewRect
53389 don't get contentX and contentY separately since they are in the viewRect already.
53390 (WebCore::RenderView::viewRect): Use visibleContentRect instead of getting each
66282 (WebCore::RenderView::viewRect):

12