Searched refs:NSCursor (Results 1 – 22 of 22) sorted by relevance
/external/webkit/WebCore/platform/mac/ |
D | CursorMac.mm | 43 // Simple NSCursor calls shouldn't need protection, 46 static NSCursor* createCustomCursor(Image* image, const IntPoint& hotspot) 53 return [[NSCursor alloc] initWithImage:img hotSpot:hotspot]; 60 static NSCursor* leakNamedCursor(const char* name, int x, int y) 68 NSCursor* cursor = 0; 71 cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:hotSpotPoint]; 102 Cursor::Cursor(NSCursor* c) 109 DEFINE_STATIC_LOCAL(Cursor, c, ([NSCursor arrowCursor])); 199 DEFINE_STATIC_LOCAL(Cursor, c, ([NSCursor IBeamCursor])); 289 DEFINE_STATIC_LOCAL(Cursor, c, ([NSCursor resizeLeftRightCursor])); [all …]
|
D | WidgetMac.mm | 115 if ([NSCursor currentCursor] == cursor.impl())
|
/external/webkit/WebCore/platform/ |
D | Cursor.h | 49 @class NSCursor; 51 class NSCursor; variable 82 typedef NSCursor* PlatformCursor; 83 typedef NSCursor* PlatformCursorHandle;
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzWM.h | 24 NSCursor *nscursor;
|
D | SDL_QuartzWM.m | 76 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ]; 99 [ NSCursor unhide ]; 101 [ NSCursor hide ];
|
D | SDL_QuartzEvents.m | 955 …/* the default handling of this event seems to reset any cursor set by [NSCursor set] (used by SDL…
|
/external/chromium/base/ |
D | mac_util.mm | 172 [NSCursor unhide]; 174 [NSCursor hide];
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/ |
D | main.m | 293 [[NSCursor IBeamCursor] set]; 295 [[NSCursor arrowCursor] set];
|
/external/webkit/WebKit/mac/WebView/ |
D | WebViewPrivate.h | 466 + (NSCursor *)_pointingHandCursor;
|
D | WebVideoFullscreenController.mm | 170 [NSCursor setHiddenUntilMouseMoves:YES];
|
D | WebVideoFullscreenHUDWindowController.mm | 275 [NSCursor setHiddenUntilMouseMoves:YES];
|
D | WebFrameView.mm | 887 [NSCursor setHiddenUntilMouseMoves:YES];
|
D | WebHTMLView.mm | 175 static void setCursor(NSCursor* self, SEL cmd) 496 Method setCursorMethod = class_getInstanceMethod([NSCursor class], @selector(set)); 3981 [NSCursor setHiddenUntilMouseMoves:YES];
|
D | WebView.mm | 2120 + (NSCursor *)_pointingHandCursor
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 767 …// Set cursor back to arrow cursor. Because NSCursor doesn't know about changes that the plugin m… 769 [[NSCursor arrowCursor] set];
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 1905 * kwq/KWQCursor.mm: (QCursor::QCursor): Use nil instead of [NSCursor arrowCursor]. 9945 * kwq/KWQKCursor.mm: (+[NSCursor _WebCore_linkCursor]): 11626 NSCursor *. 12084 (QCursor::QCursor): Change QCursor to contain an NSCursor. 12089 (+[NSCursor _WebCore_linkCursor]): NSCursor extension method that
|
D | ChangeLog-2003-10-25 | 691 * kwq/KWQKCursor.mm: (+[NSCursor _WebCore_cursorWithName:hotSpot:]): 727 (+[NSCursor _WebCore_cursorWithName:hotSpot:]): 1802 (+[NSCursor _WebCore_cursorWithName:hotSpot:]): new, loads and caches cursors
|
D | ChangeLog-2006-05-10 | 38766 (+[NSCursor _WebCore_cursorWithName:hotSpot:_WebCore_cursorWithName:hotSpot:]):
|
D | ChangeLog-2005-08-23 | 16315 …moved here from KWQTextAreaTextView. The only changes were to move the [NSCursor set] call inside …
|
D | ChangeLog-2007-10-14 | 9441 Just use NSCursor's set method to immediately set the cursor. We no longer
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 14612 (-[IFWebViewPrivate dealloc]): Added NSCursor *cursor field.
|
D | ChangeLog-2007-10-14 | 922 Tiger has to do a double swizzle instead (of resetCursorRects and NSCursor's
|