OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mouseDownPoint
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.m
161
NSPoint
mouseDownPoint
= [self convertPoint:[event locationInWindow] fromView:nil];
180
origin.x =
mouseDownPoint
.x - (((
mouseDownPoint
.x - origin.x) / originalSize.width) * newSize.width);
182
origin.y =
mouseDownPoint
.y - (((
mouseDownPoint
.y - origin.y) / originalSize.height) * newSize.height);
190
origin = NSMakePoint(
mouseDownPoint
.x - offset.width,
mouseDownPoint
.y - offset.height);
196
dragImageOffset->x =
mouseDownPoint
.x - origin.x;
197
dragImageOffset->y = origin.y -
mouseDownPoint
.y;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.mm
83
void WebDragClient::willPerformDragSourceAction(WebCore::DragSourceAction action, const WebCore::IntPoint&
mouseDownPoint
, WebCore::Clipboard* clipboard)
86
[[m_webView _UIDelegateForwarder] webView:m_webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:
mouseDownPoint
withPasteboard:static_cast<WebCore::ClipboardMac*>(clipboard)->pasteboard()];
/external/webkit/Source/WebCore/page/
DragController.cpp
790
IntPoint
mouseDownPoint
= dragOrigin;
[
all
...]
Completed in 79 milliseconds