Home
last modified time | relevance | path

Searched defs:NSPoint (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFloatPoint.h41 typedef struct CGPoint NSPoint; typedef
43 typedef struct _NSPoint NSPoint; typedef
DIntPoint.h38 typedef struct CGPoint NSPoint; typedef
40 typedef struct _NSPoint NSPoint; typedef
/external/webkit/WebCore/platform/mac/
DWebCoreSystemInterface.h35 typedef struct CGPoint NSPoint; typedef
38 typedef struct _NSPoint NSPoint; typedef
/external/webkit/WebKit/mac/Misc/
DWebKitNSStringExtras.m53 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor; argument
85 {
DWebNSViewExtras.m160 {
/external/webkit/WebKit/mac/WebView/
DWebRenderNode.mm45 {
DWebPDFView.mm283 {
579 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow argument
580 {
743 {
1305 return NSPointInRect(point, selectionRect); argument
DWebFrame.mm965 - (DOMRange *)_characterRangeAtPoint:(NSPoint)point argument
975 if (NSPointInRect(point, rect)) argument
1017 - (void)_dragSourceEndedAt:(NSPoint)windowLoc operation:(NSDragOperation)operation argument
1018 {
DWebHTMLView.mm1258 {
1433NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromVi… argument
3157 {
3196 NSPoint windowImageLoc = [[self window] convertScreenToBase:screenLoc]; argument
3211 NSPoint windowImageLoc = [[self window] convertScreenToBase:aPoint]; argument
3723 NSPoint windowCoord = [[self window] convertScreenToBase:point]; argument
4744 static CGPoint coreGraphicsScreenPointForAppKitScreenPoint(NSPoint point) category
4997 {
5432 NSPoint wordStart = topLeft; argument
5776 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow; argument
DWebView.mm305 - (NSView *)_hitTest:(NSPoint *)aPoint dragTypes:(NSSet *)types;
415 - (WebFrameView *)_frameViewAtWindowPoint:(NSPoint)point; argument
3012 - (NSDictionary *)_elementAtWindowPoint:(NSPoint)windowPoint argument
3019 NSPoint point = [documentView convertPoint:windowPoint fromView:nil]; argument
3026 {
3100 {
3267 {
4054 {
4645 {
DWebFrameView.mm78 …ollTo:(const NSPoint *)newOrigin animate:(BOOL)animate; // need the boolean result from this method
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTreeDraggingInfo.mm97 {
DUIDelegate.mm96 {
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultUIDelegate.m205 - (NSUInteger)webView:(WebView *)webView dragSourceActionMaskForPoint:(NSPoint)point; argument
210 …bView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPastebo… argument
/external/webkit/WebCore/page/mac/
DAccessibilityObjectWrapper.mm1450 {
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.mm1496 NSPoint point = [[self window] convertScreenToBase:thePoint]; argument