HomeSort by relevance Sort by last modified time
    Searched refs:windowPoint (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebCore/platform/
Widget.cpp 90 IntPoint Widget::convertFromContainingWindow(const IntPoint& windowPoint) const
93 IntPoint parentPoint = parentScrollView->convertFromContainingWindow(windowPoint);
96 return convertFromContainingWindowToRoot(this, windowPoint);
PlatformMouseEvent.h 179 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *);
ScrollView.cpp 535 IntPoint ScrollView::windowToContents(const IntPoint& windowPoint) const
537 IntPoint viewPoint = convertFromContainingWindow(windowPoint);
634 Scrollbar* ScrollView::scrollbarAtPoint(const IntPoint& windowPoint)
639 IntPoint viewPoint = convertFromContainingWindow(windowPoint);
819 bool ScrollView::isPointInScrollbarCorner(const IntPoint& windowPoint)
824 IntPoint viewPoint = convertFromContainingWindow(windowPoint);
    [all...]
ScrollView.h 188 Scrollbar* scrollbarAtPoint(const IntPoint& windowPoint);
  /external/webkit/WebCore/page/
DragClient.h 62 virtual DragSourceAction dragSourceActionMaskForPoint(const IntPoint& windowPoint) = 0;
DragController.cpp 328 DragSourceAction DragController::delegateDragSourceAction(const IntPoint& windowPoint)
330 m_dragSourceAction = m_client->dragSourceActionMaskForPoint(windowPoint);
787 void DragController::placeDragCaret(const IntPoint& windowPoint)
789 mouseMovedIntoDocument(m_page->mainFrame()->documentAtPoint(windowPoint));
796 IntPoint framePoint = frameView->windowToContents(windowPoint);
Frame.h 268 Document* documentAtPoint(const IntPoint& windowPoint);
EventHandler.cpp 845 IntPoint windowPoint = resultView->contentsToWindow(result.point());
846 IntPoint mainFramePoint = mainView->windowToContents(windowPoint);
    [all...]
  /external/webkit/WebKit/chromium/src/
DragClientImpl.cpp 64 DragSourceAction DragClientImpl::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
DragClientImpl.h 57 const WebCore::IntPoint& windowPoint);
  /external/webkit/WebKit/gtk/WebCoreSupport/
DragClientGtk.h 47 virtual WebCore::DragSourceAction dragSourceActionMaskForPoint(const WebCore::IntPoint& windowPoint);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.h 37 virtual WebCore::DragSourceAction dragSourceActionMaskForPoint(const WebCore::IntPoint& windowPoint);
WebDragClient.mm 73 WebCore::DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
75 NSPoint viewPoint = [m_webView convertPoint:windowPoint fromView:nil];
  /external/webkit/WebCore/platform/mac/
PlatformMouseEventMac.mm 71 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
73 return IntPoint(flipScreenPoint([window convertBaseToScreen:windowPoint], screenForWindow(window)));
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 115 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
119 POINT localpt = core(m_webView)->mainFrame()->view()->windowToContents(windowPoint);
  /external/webkit/WebCore/editing/
Editor.h 275 PassRefPtr<Range> rangeForPoint(const IntPoint& windowPoint);
Editor.cpp     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]
WebHTMLView.mm     [all...]

Completed in 489 milliseconds