HomeSort by relevance Sort by last modified time
    Searched refs:contentsToWindow (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/WebCore/platform/chromium/
FramelessScrollView.cpp 72 return contentsToWindow(visibleContentRect(!clipToContents));
PopupMenuChromium.cpp 367 IntPoint location = v->contentsToWindow(rect.location());
488 IntPoint location = v->contentsToWindow(r.location());
982 invalidateRect(contentsToWindow(getRowBounds(index)));
    [all...]
  /external/webkit/WebCore/platform/qt/
PopupMenuQt.cpp 63 geometry.moveTopLeft(view->contentsToWindow(rect.topLeft()));
  /external/webkit/WebCore/platform/gtk/
GtkPluginWidget.cpp 60 IntPoint loc = parent()->contentsToWindow(rect.location());
84 IntPoint loc = parent()->contentsToWindow(rect.location());
PopupMenuGtk.cpp 61 m_menuPosition = view->contentsToWindow(rect.location());
ScrollbarGtk.cpp 138 loc = parent()->contentsToWindow(rect.location());
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 427 m_windowRect = frameView->contentsToWindow(frameRect());
429 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
530 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
537 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
571 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
622 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
672 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(IntPoint(event->pageX(), event->pageY()));
789 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(rect);
799 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(rect.location());
1072 IntPoint position = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()).location()
    [all...]
  /external/webkit/WebCore/page/wince/
FrameWince.cpp 135 ir = view->contentsToWindow(ir);
  /external/webkit/WebCore/platform/
ScrollView.h 162 IntPoint contentsToWindow(const IntPoint&) const;
164 IntRect contentsToWindow(const IntRect&) const;
ScrollView.cpp 541 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const
554 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const
567 return hostWindow()->windowToScreen(contentsToWindow(rect));
725 hostWindow()->repaint(contentsToWindow(paintRect), true, now);
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 109 IntRect(view->contentsToWindow(damageRect.location()), damageRect.size());
407 parent()->contentsToWindow(frameRect.location()), frameRect.size());
ContextMenuClientImpl.cpp 148 data.mousePosition = selectedFrame->view()->contentsToWindow(r.point());
WebAccessibilityObject.cpp 294 return m_private->documentFrameView()->contentsToWindow(m_private->boundingBoxRect());
WebInputEventConversion.cpp 225 IntPoint p = view->contentsToWindow(IntPoint(event.pageX(), event.pageY()));
WebViewImpl.cpp 657 location = view->contentsToWindow(location);
    [all...]
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 87 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
  /external/webkit/WebCore/page/
DragController.cpp 669 imageRect.setLocation(m_page->mainFrame()->view()->windowToContents(src->view()->contentsToWindow(imageRect.location())));
780 m_client->startDrag(image, viewProtector->windowToContents(frame->view()->contentsToWindow(dragLoc)),
781 viewProtector->windowToContents(frame->view()->contentsToWindow(eventPos)), clipboard, frameProtector.get(), forLink);
FrameView.cpp     [all...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 165 DWORD slideDirection = (m_windowRect.y() < viewRect.top + view->contentsToWindow(r.location()).y()) ? AW_VER_NEGATIVE : AW_VER_POSITIVE;
288 IntRect rScreenCoords(v->contentsToWindow(r.location()), r.size());
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 664 m_windowRect = frameView->contentsToWindow(frameRect());
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 456 m_windowRect = frameView->contentsToWindow(frameRect());
  /external/webkit/WebCore/inspector/
InspectorController.cpp     [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 128 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 105 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());

Completed in 310 milliseconds

1 2