HomeSort by relevance Sort by last modified time
    Searched refs:NSPoint (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.mm 348 NSPoint cocoaLoc;
399 NSPoint nsloc = {loc.x(), loc.y()};
405 NSImage *ClipboardMac::dragNSImage(NSPoint& loc) const
DragImageMac.mm 70 NSPoint point = [image.get() isFlipped] ? NSMakePoint(0, [image.get() size].height) : NSZeroPoint;
174 static void drawAtPoint(NSString *string, NSPoint point, NSFont *font, NSColor *textColor)
222 static void drawDoubledAtPoint(NSString *string, NSPoint textPoint, NSColor *topColor, NSColor *bottomColor, NSFont *font)
PopupMenuMac.mm 160 NSPoint location;
  /external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm 516 NSPoint windowLocal = [event locationInWindow];
518 NSPoint screenLocal = [[view window] convertBaseToScreen:windowLocal];
528 NSPoint contentLocal = [view convertPoint:windowLocal fromView:nil];
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 64 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor
69 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed
117 - (void)_web_drawDoubledAtPoint:(NSPoint)textPoint
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 124 - (void)_placePopupWindow:(NSPoint)topLeft
131 NSPoint wordStart = topLeft;
212 NSPoint wordLowerLeft = { NSMinX(wordRect)+1, NSMaxY(wordRect) };
WebFrameView.mm 80 - (BOOL)_scrollTo:(const NSPoint *)newOrigin animate:(BOOL)animate; // need the boolean result from this method
572 NSPoint point = [[[self _scrollView] documentView] frame].origin;
589 NSPoint point;
651 NSPoint point = [[self _contentView] bounds].origin;
658 NSPoint point = [[self _contentView] bounds].origin;
    [all...]
WebUIDelegatePrivate.h 181 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag forView:(NSView *)view;
WebHTMLView.mm 210 static bool needsCursorRectsSupportAtPoint(NSWindow* window, NSPoint point)
235 static void setCursor(NSWindow *self, SEL cmd, NSPoint point)
504 NSPoint lastScrollPosition;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 698 static void QZ_GetMouseLocation (_THIS, NSPoint *p) {
720 NSPoint p;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 219 NSPoint location = NSMakePoint(NSMinX(menuRect), NSMaxY(menuRect) - vertOffset);
WebPopupMenuProxyMac.mm 117 NSPoint location;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 362 NSPoint accessibilityPosition = [[self accessibilityAttributeValue:NSAccessibilityPositionAttribute] pointValue];
    [all...]
PageClientImpl.mm 386 NSPoint textBaselineOrigin = dictionaryPopupInfo.origin;
398 [m_wkView showDefinitionForAttributedString:attributedString.get() range:NSMakeRange(0, [attributedString.get() length]) options:options baselineOriginProvider:^(NSRange adjustedRange) { return (NSPoint)textBaselineOrigin; }];
WKPrintingView.mm 396 - (void)_drawPDFDocument:(CGPDFDocumentRef)pdfDocument page:(unsigned)page atPoint:(NSPoint)point
576 - (NSPoint)locationOfPrintRect:(NSRect)aRect
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 396 - (BookmarkButton*)buttonForDroppingOnAtPoint:(NSPoint)point;
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 290 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
300 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 868 NSPoint sourcePoint = NSMakePoint(sourceX, sourceY);
870 NSPoint sourcePointInScreenSpace;
900 NSPoint destPoint;
WebNetscapePluginEventHandlerCocoa.mm 104 NSPoint point = [m_pluginView convertPoint:[nsEvent locationInWindow] fromView:nil];
WebNetscapePluginEventHandlerCarbon.mm 91 NSPoint where = [[cocoaEvent window] convertBaseToScreen:[cocoaEvent locationInWindow]];
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 114 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag forView:(NSView *)view
EventSendingController.mm 60 NSPoint lastMousePosition;
61 NSPoint lastClickPosition;
    [all...]
TextInputController.m 350 NSPoint point = NSMakePoint(x, y);
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 550 NSPoint location = NSMakePoint(point.x, [window frame].size.height - point.y);
789 NSPoint origin;
830 [inView->fWebView setFrameOrigin: *(NSPoint*)&frame.origin];
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]

Completed in 1328 milliseconds

1 2 34 5