/external/chromium_org/webkit/common/cursors/ |
D | webcursor_mac.mm | 28 @interface NSCursor (LionSDKDeclarations) interface in LionSDKDeclarations 29 + (NSCursor*)IBeamCursorForVerticalLayout; 80 @interface CrCoreCursor : NSCursor { 94 NSCursor* cursor = [[CrCoreCursor alloc] initWithType:type]; 117 NSCursor* LoadCursor(int resource_id, int hotspot_x, int hotspot_y) { 121 return [[[NSCursor alloc] initWithImage:cursor_image.ToNSImage() 128 NSCursor* GetCoreCursorWithFallback(CrCoreCursorType type, 133 NSCursor* cursor = [CrCoreCursor cursorWithType:type]; 141 NSCursor* CreateCustomCursor(const std::vector<char>& custom_data, 185 NSCursor* cursor = [[NSCursor alloc] initWithImage:cursor_image [all …]
|
D | webcursor.h | 30 @class NSCursor; 32 class NSCursor; variable 130 void InitFromNSCursor(NSCursor* cursor);
|
/external/chromium_org/ui/base/cocoa/controls/ |
D | hyperlink_button_cell_unittest.mm | 81 [[NSCursor disappearingItemCursor] push]; // Set a known state. 83 EXPECT_EQ([NSCursor pointingHandCursor], [NSCursor currentCursor]); 85 EXPECT_EQ([NSCursor disappearingItemCursor], [NSCursor currentCursor]); 86 [NSCursor pop]; 93 [[NSCursor disappearingItemCursor] push]; // Set a known state. 95 EXPECT_EQ([NSCursor disappearingItemCursor], [NSCursor currentCursor]); 98 EXPECT_EQ([NSCursor disappearingItemCursor], [NSCursor currentCursor]); 99 [NSCursor pop]; 100 [NSCursor pop];
|
D | hyperlink_button_cell.mm | 103 [NSCursor pointingHandCursor], NSCursorAttributeName, 127 [[NSCursor pointingHandCursor] push]; 129 [[NSCursor currentCursor] push]; 136 [NSCursor pop];
|
/external/chromium/webkit/glue/ |
D | webcursor_mac.mm | 25 NSCursor* LoadCursor(const char* name, int x, int y) { 30 return [[[NSCursor alloc] initWithImage:cursor_image 53 NSCursor* CreateCustomCursor(const std::vector<char>& custom_data, 70 NSCursor* cursor = [[NSCursor alloc] initWithImage:cursor_image 81 NSCursor* WebCursor::GetCursor() const { 84 return [NSCursor arrowCursor]; 90 return [NSCursor IBeamCursor]; 128 return [NSCursor resizeLeftRightCursor]; 130 return [NSCursor resizeUpDownCursor]; 157 return [NSCursor openHandCursor]; [all …]
|
D | webcursor.h | 23 @class NSCursor; 25 class NSCursor; variable 95 NSCursor* GetCursor() const; 104 void InitFromNSCursor(NSCursor* cursor);
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | hyperlink_button_cell_unittest.mm | 67 [[NSCursor disappearingItemCursor] push]; // Set a known state. 69 EXPECT_EQ([NSCursor pointingHandCursor], [NSCursor currentCursor]); 71 EXPECT_EQ([NSCursor disappearingItemCursor], [NSCursor currentCursor]); 72 [NSCursor pop];
|
D | hyperlink_button_cell.mm | 77 [NSCursor pointingHandCursor], NSCursorAttributeName, 99 [[NSCursor pointingHandCursor] push]; 103 [NSCursor pop];
|
D | draggable_button.mm | 191 [[NSCursor arrowCursor] set];
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_container_view.mm | 29 - (NSCursor*)appropriateCursorForGrippy; 100 [NSCursor pop]; 178 - (NSCursor*)appropriateCursorForGrippy { argument 179 NSCursor* retVal; 181 retVal = [NSCursor arrowCursor]; 183 retVal = [NSCursor resizeRightCursor]; 185 retVal = [NSCursor resizeLeftCursor]; 187 retVal = [NSCursor resizeLeftRightCursor];
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_container_view.mm | 28 - (NSCursor*)appropriateCursorForGrippy; 99 [NSCursor pop]; 177 - (NSCursor*)appropriateCursorForGrippy { argument 178 NSCursor* retVal; 180 retVal = [NSCursor arrowCursor]; 182 retVal = [NSCursor resizeRightCursor]; 184 retVal = [NSCursor resizeLeftCursor]; 186 retVal = [NSCursor resizeLeftRightCursor];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | hyperlink_text_view.mm | 89 if ([[NSCursor currentCursor] isEqual:[NSCursor IBeamCursor]]) 90 [[NSCursor arrowCursor] set]; 115 NSCursorAttributeName : [NSCursor arrowCursor], 135 NSCursorAttributeName : [NSCursor pointingHandCursor],
|
D | hyperlink_text_view_unittest.mm | 31 NSCursorAttributeName : [NSCursor arrowCursor], 45 NSCursorAttributeName : [NSCursor pointingHandCursor],
|
D | draggable_button_mixin.mm | 84 [[NSCursor arrowCursor] set];
|
/external/chromium_org/ui/gfx/ |
D | native_widget_types.h | 80 @class NSCursor; 88 class NSCursor; variable 137 typedef NSCursor* NativeCursor;
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzWM.h | 24 NSCursor *nscursor;
|
D | SDL_QuartzWM.m | 77 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ]; 100 [ NSCursor unhide ]; 102 [ NSCursor hide ];
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view.mm | 36 NSCursor *arrow = [NSCursor arrowCursor];
|
/external/chromium_org/content/plugin/ |
D | plugin_interpose_util_mac.mm | 203 @interface NSCursor (ChromePluginInterposing) interface in ChromePluginInterposing 209 @implementation NSCursor (ChromePluginInterposing) implementation in ChromePluginInterposing 267 Class nscursor_class = [NSCursor class];
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_controller.mm | 71 if ([[NSCursor currentCursor] isEqual:[NSCursor IBeamCursor]]) 72 [[NSCursor arrowCursor] set]; 217 [attributes setObject:[NSCursor arrowCursor] 309 [linkAttributes setObject:[NSCursor arrowCursor] 327 [linkAttributes setObject:[NSCursor pointingHandCursor]
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view.mm | 30 NSCursor *arrow = [NSCursor arrowCursor];
|
/external/clang/test/Analysis/ |
D | PR3991.m | 23 @end @class NSBitmapImageRep, NSCursor, NSGraphicsContext, NSImage, NSPasteboard, NSScrollView…
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_mac.h | 75 base::scoped_nsobject<NSCursor> currentCursor_; 175 - (void)updateCursor:(NSCursor*)cursor;
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate_impl.h | 188 void SetNSCursor(NSCursor* cursor);
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_suggestion_container.mm | 145 NSCursorAttributeName : [NSCursor arrowCursor],
|