Home
last modified time | relevance | path

Searched refs:contentsToScreen (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/editing/mac/
DSelectionControllerMac.mm70 selectionRect = frameView->contentsToScreen(selectionRect);
71 viewRect = frameView->contentsToScreen(viewRect);
/external/webkit/Source/WebCore/platform/haiku/
DPopupMenuHaiku.cpp129 BRect screenRect(view->contentsToScreen(rect)); in show()
/external/webkit/Source/WebCore/platform/
DScrollView.h218 IntRect contentsToScreen(const IntRect&) const;
DScrollView.cpp726 IntRect ScrollView::contentsToScreen(const IntRect& rect) const in contentsToScreen() function in WebCore::ScrollView
/external/webkit/Source/WebKit/win/
DAccessibleBase.cpp501 IntRect screenRect(childObj->documentFrameView()->contentsToScreen(childObj->elementRect())); in accLocation()
DDOMHTMLClasses.cpp1312 IntRect coreRect = view->contentsToScreen(renderer->absoluteBoundingBoxRect()); in rectOnScreen()
DChangeLog-2009-06-163350 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1558 extents = document->view()->contentsToScreen(extents); in textExtents()
1893 rect = frameView->contentsToScreen(rect); in contentsToAtk()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2281 IntPoint globalPosition = view->contentsToScreen(IntRect(location, IntSize())).location(); in sendContextMenuEventForKey()
2357 …IntPoint globalPoint = view->contentsToScreen(IntRect(view->windowToContents(m_currentMousePositio… in fakeMouseMoveEventTimerFired()
/external/webkit/Source/WebCore/dom/
DElement.cpp617 return renderer()->view()->frameView()->contentsToScreen(renderer()->absoluteBoundingBoxRect()); in screenRect()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp2556 return m_renderer->document()->view()->contentsToScreen(ourrect); in boundsForVisiblePositionRange()
/external/webkit/Source/WebKit/wx/
DChangeLog2969 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
/external/webkit/Source/WebKit/gtk/
DChangeLog14452 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2914713 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1620124 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1027198 Implement contentsToScreen() and screenToContents() on Windows.
27203 (WebCore::ScrollView::contentsToScreen): Translate from coordinates
DChangeLog-2009-06-1682478 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
82492 (WebCore::ScrollView::contentsToScreen):
DChangeLog-2010-01-2996456 (WebCore::ScrollView::contentsToScreen):