Home
last modified time | relevance | path

Searched refs:contentsToWindow (Results 1 – 25 of 54) sorted by relevance

123

/external/webkit/Source/WebCore/platform/gtk/
DGtkPluginWidget.cpp61 IntPoint loc = parent()->contentsToWindow(rect.location()); in frameRectsChanged()
85 IntPoint loc = parent()->contentsToWindow(rect.location()); in paint()
DPopupMenuGtk.cpp74 m_menuPosition = view->contentsToWindow(rect.location()); in show()
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp431 m_windowRect = frameView->contentsToWindow(frameRect()); in updatePluginWidget()
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in updatePluginWidget()
535 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()); in paintIntoTransformedContext()
568 …IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().locati… in paintWindowedPluginIntoContext()
621 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()); in paint()
668 …IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(IntPoint(event->pageX(), event->p… in handleMouseEvent()
786 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(rect); in setNPWindowRect()
796 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(rect.location()); in setNPWindowRect()
1028 … IntPoint position = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()).location(); in snapshot()
/external/webkit/Source/WebCore/platform/chromium/
DFramelessScrollView.cpp73 return contentsToWindow(visibleContentRect(!clipToContents)); in windowClipRect()
DPopupMenuChromium.cpp558 IntPoint location = v->contentsToWindow(r.location()); in showInRect()
569 IntPoint location = m_frameView->contentsToWindow(targetControlRect.location()); in refresh()
1131 invalidateRect(contentsToWindow(getRowBounds(index))); in invalidateRow()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebContextMenu.cpp87 …m_page->send(Messages::WebPageProxy::ShowContextMenu(view->contentsToWindow(controller->hitTestRes… in show()
DFindController.cpp173 … IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect); in updateFindIndicator()
204 …IntRect textRectInSelectionRectCoordinates = selectedFrame->view()->contentsToWindow(enclosingIntR… in updateFindIndicator()
/external/webkit/Source/WebKit/chromium/src/
DExternalPopupMenu.cpp72 m_webExternalPopupMenu->show(v->contentsToWindow(rect)); in show()
DWebInputEventConversion.cpp288 IntPoint p = view->contentsToWindow( in WebMouseEventBuilder()
307 IntPoint p = view->contentsToWindow( in WebMouseWheelEventBuilder()
DWebPluginContainerImpl.cpp121 IntRect(view->contentsToWindow(damageRect.location()), damageRect.size()); in paint()
560 parent()->contentsToWindow(frameRect.location()), frameRect.size()); in calculateGeometry()
DContextMenuClientImpl.cpp156 data.mousePosition = selectedFrame->view()->contentsToWindow(r.point()); in getCustomMenuFromDefaultItems()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebPopupMenu.cpp110 IntRect pageCoordinates(view->contentsToWindow(rect.location()), rect.size()); in show()
/external/webkit/Source/WebCore/platform/
DScrollView.h218 IntPoint contentsToWindow(const IntPoint&) const;
220 IntRect contentsToWindow(const IntRect&) const;
DScrollView.cpp737 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const in contentsToWindow() function in WebCore::ScrollView
750 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const in contentsToWindow() function in WebCore::ScrollView
763 return hostWindow()->windowToScreen(contentsToWindow(rect)); in contentsToScreen()
965 hostWindow()->invalidateContentsAndWindow(contentsToWindow(paintRect), now /*immediate*/); in wheelEvent()
/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp126 ir = view->contentsToWindow(ir); in imageFromSelection()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPopupMenuQt.cpp116 geometry.moveTopLeft(view->contentsToWindow(rect.location())); in show()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp521 IntRect dirtyRectInWindowCoordinates = parent()->contentsToWindow(dirtyRect); in paint()
533 IntPoint documentOriginInWindowCoordinates = parent()->contentsToWindow(IntPoint()); in paint()
612 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect()); in viewGeometryDidChange()
622 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect()); in clipRectInWindowCoordinates()
/external/webkit/Source/WebCore/platform/efl/
DScrollbarEfl.cpp206 rect.setLocation(parent()->contentsToWindow(rect.location())); in frameRectsChanged()
DWidgetEfl.cpp196 rect.setLocation(parent()->contentsToWindow(rect.location())); in frameRectsChanged()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in frameRectsChanged()
/external/webkit/Source/WebCore/page/
DDragController.cpp725 …Location(m_page->mainFrame()->view()->windowToContents(src->view()->contentsToWindow(imageRect.loc… in startDrag()
836 …m_client->startDrag(image, viewProtector->windowToContents(frame->view()->contentsToWindow(dragLoc… in doSystemDrag()
837 …viewProtector->windowToContents(frame->view()->contentsToWindow(eventPos)), clipboard, frameProtec… in doSystemDrag()
/external/webkit/Source/WebCore/rendering/
DRenderWidget.cpp375 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect()); in windowClipRect()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in updatePluginWidget()
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp121 … frame->page()->mainFrame()->view()->windowToContents(frame->view()->contentsToWindow(IntPoint())); in frameToMainFrameOffset()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp172 …DWORD slideDirection = (m_windowRect.y() < viewRect.top + view->contentsToWindow(r.location()).y()… in show()
297 IntRect rScreenCoords(v->contentsToWindow(r.location()), r.size()); in calculatePositionAndSize()

123