Home
last modified time | relevance | path

Searched refs:NSCursor (Results 1 – 22 of 22) sorted by relevance

/external/webkit/WebCore/platform/mac/
DCursorMac.mm43 // 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 …]
DWidgetMac.mm115 if ([NSCursor currentCursor] == cursor.impl())
/external/webkit/WebCore/platform/
DCursor.h49 @class NSCursor;
51 class NSCursor; variable
82 typedef NSCursor* PlatformCursor;
83 typedef NSCursor* PlatformCursorHandle;
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzWM.h24 NSCursor *nscursor;
DSDL_QuartzWM.m76 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];
99 [ NSCursor unhide ];
101 [ NSCursor hide ];
DSDL_QuartzEvents.m955 …/* the default handling of this event seems to reset any cursor set by [NSCursor set] (used by SDL…
/external/chromium/base/
Dmac_util.mm172 [NSCursor unhide];
174 [NSCursor hide];
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
Dmain.m293 [[NSCursor IBeamCursor] set];
295 [[NSCursor arrowCursor] set];
/external/webkit/WebKit/mac/WebView/
DWebViewPrivate.h466 + (NSCursor *)_pointingHandCursor;
DWebVideoFullscreenController.mm170 [NSCursor setHiddenUntilMouseMoves:YES];
DWebVideoFullscreenHUDWindowController.mm275 [NSCursor setHiddenUntilMouseMoves:YES];
DWebFrameView.mm887 [NSCursor setHiddenUntilMouseMoves:YES];
DWebHTMLView.mm175 static void setCursor(NSCursor* self, SEL cmd)
496 Method setCursorMethod = class_getInstanceMethod([NSCursor class], @selector(set));
3981 [NSCursor setHiddenUntilMouseMoves:YES];
DWebView.mm2120 + (NSCursor *)_pointingHandCursor
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.mm767 …// Set cursor back to arrow cursor. Because NSCursor doesn't know about changes that the plugin m…
769 [[NSCursor arrowCursor] set];
/external/webkit/WebCore/
DChangeLog-2002-12-031905 * 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
DChangeLog-2003-10-25691 * kwq/KWQKCursor.mm: (+[NSCursor _WebCore_cursorWithName:hotSpot:]):
727 (+[NSCursor _WebCore_cursorWithName:hotSpot:]):
1802 (+[NSCursor _WebCore_cursorWithName:hotSpot:]): new, loads and caches cursors
DChangeLog-2006-05-1038766 (+[NSCursor _WebCore_cursorWithName:hotSpot:_WebCore_cursorWithName:hotSpot:]):
DChangeLog-2005-08-2316315 …moved here from KWQTextAreaTextView. The only changes were to move the [NSCursor set] call inside …
DChangeLog-2007-10-149441 Just use NSCursor's set method to immediately set the cursor. We no longer
/external/webkit/WebKit/mac/
DChangeLog-2002-12-0314612 (-[IFWebViewPrivate dealloc]): Added NSCursor *cursor field.
DChangeLog-2007-10-14922 Tiger has to do a double swizzle instead (of resetCursorRects and NSCursor's