/external/webkit/Source/WebCore/platform/gtk/ |
D | GtkPluginWidget.cpp | 61 IntPoint loc = parent()->contentsToWindow(rect.location()); in frameRectsChanged() 85 IntPoint loc = parent()->contentsToWindow(rect.location()); in paint()
|
D | PopupMenuGtk.cpp | 74 m_menuPosition = view->contentsToWindow(rect.location()); in show()
|
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 431 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/ |
D | FramelessScrollView.cpp | 73 return contentsToWindow(visibleContentRect(!clipToContents)); in windowClipRect()
|
D | PopupMenuChromium.cpp | 558 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/ |
D | WebContextMenu.cpp | 87 …m_page->send(Messages::WebPageProxy::ShowContextMenu(view->contentsToWindow(controller->hitTestRes… in show()
|
D | FindController.cpp | 173 … IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect); in updateFindIndicator() 204 …IntRect textRectInSelectionRectCoordinates = selectedFrame->view()->contentsToWindow(enclosingIntR… in updateFindIndicator()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ExternalPopupMenu.cpp | 72 m_webExternalPopupMenu->show(v->contentsToWindow(rect)); in show()
|
D | WebInputEventConversion.cpp | 288 IntPoint p = view->contentsToWindow( in WebMouseEventBuilder() 307 IntPoint p = view->contentsToWindow( in WebMouseWheelEventBuilder()
|
D | WebPluginContainerImpl.cpp | 121 IntRect(view->contentsToWindow(damageRect.location()), damageRect.size()); in paint() 560 parent()->contentsToWindow(frameRect.location()), frameRect.size()); in calculateGeometry()
|
D | ContextMenuClientImpl.cpp | 156 data.mousePosition = selectedFrame->view()->contentsToWindow(r.point()); in getCustomMenuFromDefaultItems()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebPopupMenu.cpp | 110 IntRect pageCoordinates(view->contentsToWindow(rect.location()), rect.size()); in show()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 218 IntPoint contentsToWindow(const IntPoint&) const; 220 IntRect contentsToWindow(const IntRect&) const;
|
D | ScrollView.cpp | 737 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/ |
D | FrameWinCE.cpp | 126 ir = view->contentsToWindow(ir); in imageFromSelection()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | PopupMenuQt.cpp | 116 geometry.moveTopLeft(view->contentsToWindow(rect.location())); in show()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginView.cpp | 521 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/ |
D | ScrollbarEfl.cpp | 206 rect.setLocation(parent()->contentsToWindow(rect.location())); in frameRectsChanged()
|
D | WidgetEfl.cpp | 196 rect.setLocation(parent()->contentsToWindow(rect.location())); in frameRectsChanged()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | EmbeddedWidget.cpp | 102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in frameRectsChanged()
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 725 …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/ |
D | RenderWidget.cpp | 375 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect()); in windowClipRect()
|
/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginViewSymbian.cpp | 98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in updatePluginWidget()
|
/external/webkit/Source/WebCore/inspector/ |
D | DOMNodeHighlighter.cpp | 121 … frame->page()->mainFrame()->view()->windowToContents(frame->view()->contentsToWindow(IntPoint())); in frameToMainFrameOffset()
|
/external/webkit/Source/WebCore/platform/win/ |
D | PopupMenuWin.cpp | 172 …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()
|