OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locationInWindow
(Results
1 - 16
of
16
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.m
96
float deltax = ABS([nextEvent
locationInWindow
].x - [mouseDownEvent
locationInWindow
].x);
97
float deltay = ABS([nextEvent
locationInWindow
].y - [mouseDownEvent
locationInWindow
].y);
161
NSPoint mouseDownPoint = [self convertPoint:[event
locationInWindow
] fromView:nil];
/external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm
92
NSPoint location = [event
locationInWindow
];
116
return globalPoint([event
locationInWindow
], [event window]);
/external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm
226
NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent()
locationInWindow
] fromView:nil]];
470
NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent()
locationInWindow
] fromView:nil]];
574
location:[initiatingEvent
locationInWindow
]
586
location:[initiatingEvent
locationInWindow
]
/external/webkit/Source/WebKit/mac/WebView/
WebViewEventHandling.mm
163
NSPoint locationForHitTest = [[contentView superview] convertPoint:[event
locationInWindow
] fromView:nil];
WebPDFView.mm
375
NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent
locationInWindow
] fromView:nil]] defaultItems:items];
[
all
...]
WebHTMLView.mm
[
all
...]
/external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm
334
NSView *subView = [[mainFrame webView] hitTest:[event
locationInWindow
]];
399
NSView *targetView = [[mainFrame webView] hitTest:[event
locationInWindow
]];
457
NSView *subView = [[mainFrame webView] hitTest:[event
locationInWindow
]];
489
NSView *subView = [[mainFrame webView] hitTest:[scrollEvent
locationInWindow
]];
520
NSView *subView = [[mainFrame webView] hitTest:[event
locationInWindow
]];
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm
150
location:[initiatingNSEvent
locationInWindow
]
/external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.mm
154
return globalPoint([event
locationInWindow
], [event window]);
178
NSPoint location = [event
locationInWindow
];
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm
104
NSPoint point = [m_pluginView convertPoint:[nsEvent
locationInWindow
] fromView:nil];
WebNetscapePluginEventHandlerCarbon.mm
91
NSPoint where = [[cocoaEvent window] convertBaseToScreen:[cocoaEvent
locationInWindow
]];
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
568
IntPoint
locationInWindow
= static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
586
ctm.translate(
locationInWindow
.x(),
locationInWindow
.y());
/external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm
516
NSPoint windowLocal = [event
locationInWindow
];
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm
415
NSPoint screenPoint = [[event window] convertBaseToScreen:[event
locationInWindow
]];
416
NSPoint pluginPoint = [pluginView convertPoint:[event
locationInWindow
] fromView:nil];
477
NSPoint pluginPoint = [pluginView convertPoint:[event
locationInWindow
] fromView:nil];
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm
983
if (self == [[self window] firstResponder] && !NSPointInRect([self convertPoint:[event
locationInWindow
] fromView:nil], [self visibleRect]))
[
all
...]
/prebuilt/darwin-x86_64/swt/
swt.jar
Completed in 2789 milliseconds