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

1 2

  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.cpp 73 return contentsToWindow(visibleContentRect(!clipToContents));
PopupMenuChromium.cpp 558 IntPoint location = v->contentsToWindow(r.location());
569 IntPoint location = m_frameView->contentsToWindow(targetControlRect.location());
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.cpp 61 IntPoint loc = parent()->contentsToWindow(rect.location());
85 IntPoint loc = parent()->contentsToWindow(rect.location());
PopupMenuGtk.cpp 74 m_menuPosition = view->contentsToWindow(rect.location());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebContextMenu.cpp 87 m_page->send(Messages::WebPageProxy::ShowContextMenu(view->contentsToWindow(controller->hitTestResult().point()), contextMenuState, proposedMenu, InjectedBundleUserMessageEncoder(userData.get())));
FindController.cpp 173 IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect);
204 IntRect textRectInSelectionRectCoordinates = selectedFrame->view()->contentsToWindow(enclosingIntRect(textRects[i]));
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 126 ir = view->contentsToWindow(ir);
  /external/webkit/Source/WebKit/chromium/src/
ExternalPopupMenu.cpp 72 m_webExternalPopupMenu->show(v->contentsToWindow(rect));
WebInputEventConversion.cpp 288 IntPoint p = view->contentsToWindow(
307 IntPoint p = view->contentsToWindow(
WebPluginContainerImpl.cpp 121 IntRect(view->contentsToWindow(damageRect.location()), damageRect.size());
560 parent()->contentsToWindow(frameRect.location()), frameRect.size());
ContextMenuClientImpl.cpp 156 data.mousePosition = selectedFrame->view()->contentsToWindow(r.point());
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.cpp 110 IntRect pageCoordinates(view->contentsToWindow(rect.location()), rect.size());
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 431 m_windowRect = frameView->contentsToWindow(frameRect());
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
535 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
568 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
621 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
668 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(IntPoint(event->pageX(), event->pageY()));
786 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(rect);
796 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(rect.location());
1028 IntPoint position = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()).location();
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 206 rect.setLocation(parent()->contentsToWindow(rect.location()));
WidgetEfl.cpp 196 rect.setLocation(parent()->contentsToWindow(rect.location()));
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 116 geometry.moveTopLeft(view->contentsToWindow(rect.location()));
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
  /external/webkit/Source/WebCore/platform/
ScrollView.h 213 IntPoint contentsToWindow(const IntPoint&) const;
215 IntRect contentsToWindow(const IntRect&) const;
ScrollView.cpp 706 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const
719 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const
732 return hostWindow()->windowToScreen(contentsToWindow(rect));
934 hostWindow()->invalidateContentsAndWindow(contentsToWindow(paintRect), now /*immediate*/);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 521 IntRect dirtyRectInWindowCoordinates = parent()->contentsToWindow(dirtyRect);
529 // The plugin is given a frame rect which is parent()->contentsToWindow(frameRect()),
533 IntPoint documentOriginInWindowCoordinates = parent()->contentsToWindow(IntPoint());
612 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
622 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 101 m_page->send(Messages::WebPageProxy::SetDragImage(frame->view()->contentsToWindow(point), handle, linkDrag));
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 121 IntPoint mainFramePoint = frame->page()->mainFrame()->view()->windowToContents(frame->view()->contentsToWindow(IntPoint()));
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
  /external/webkit/Source/WebCore/rendering/
RenderWidget.cpp 371 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect());
  /external/webkit/Source/WebCore/page/
DragController.cpp 725 imageRect.setLocation(m_page->mainFrame()->view()->windowToContents(src->view()->contentsToWindow(imageRect.location())));
    [all...]

Completed in 960 milliseconds

1 2