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

1 2

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebDragClient.cpp 50 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
WebDragClient.h 46 virtual WebCore::DragSourceAction dragSourceActionMaskForPoint(const WebCore::IntPoint& windowPoint);
  /external/webkit/Source/WebCore/page/
DragClient.h 62 virtual DragSourceAction dragSourceActionMaskForPoint(const IntPoint& windowPoint) = 0;
DragController.cpp 346 DragSourceAction DragController::delegateDragSourceAction(const IntPoint& windowPoint)
348 m_dragSourceAction = m_client->dragSourceActionMaskForPoint(windowPoint);
    [all...]
Frame.h 191 Document* documentAtPoint(const IntPoint& windowPoint);
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
DragClientEfl.h 45 virtual WebCore::DragSourceAction dragSourceActionMaskForPoint(const WebCore::IntPoint& windowPoint);
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h 74 - (NSPoint)flipWindowPointToView:(const NSPoint&)windowPoint
78 - (NSPoint)flipWindowPointToScreen:(const NSPoint&)windowPoint
  /external/webkit/Source/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 201 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *);
ScrollView.cpp 731 IntPoint ScrollView::windowToContents(const IntPoint& windowPoint) const
733 IntPoint viewPoint = convertFromContainingWindow(windowPoint);
830 Scrollbar* ScrollView::scrollbarAtPoint(const IntPoint& windowPoint)
835 IntPoint viewPoint = convertFromContainingWindow(windowPoint);
    [all...]
ScrollView.h 247 Scrollbar* scrollbarAtPoint(const IntPoint& windowPoint);
  /external/webkit/Source/WebKit/chromium/src/
DragClientImpl.h 57 const WebCore::IntPoint& windowPoint);
DragClientImpl.cpp 67 DragSourceAction DragClientImpl::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DragClientGtk.h 50 virtual WebCore::DragSourceAction dragSourceActionMaskForPoint(const WebCore::IntPoint& windowPoint);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.h 37 virtual WebCore::DragSourceAction dragSourceActionMaskForPoint(const WebCore::IntPoint& windowPoint);
WebDragClient.mm 77 WebCore::DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
79 NSPoint viewPoint = [m_webView convertPoint:windowPoint fromView:nil];
  /external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm 71 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
73 return IntPoint(flipScreenPoint([window convertBaseToScreen:windowPoint], screenForWindow(window)));
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 86 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
90 POINT localpt = core(m_webView)->mainFrame()->view()->windowToContents(windowPoint);
  /external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.mm 133 static NSPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
135 return flipScreenPoint([window convertBaseToScreen:windowPoint], screenForWindow(window));
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 309 PassRefPtr<Range> rangeForPoint(const IntPoint& windowPoint);
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]
WebHTMLView.mm     [all...]

Completed in 842 milliseconds

1 2