HomeSort by relevance Sort by last modified time
    Searched full:initwithimage (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
animatable_image_unittest.mm 20 animation_ = [[AnimatableImage alloc] initWithImage:image
animatable_image.h 49 - (id)initWithImage:(NSImage*)image
animatable_image.mm 24 - (id)initWithImage:(NSImage*)image
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_image_unittest.mm 19 animation_ = [[AnimatableImage alloc] initWithImage:image
animatable_image.h 48 - (id)initWithImage:(NSImage*)image
animatable_image.mm 18 - (id)initWithImage:(NSImage*)image
  /external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.mm 38 - (id)initWithImage:(NSImage*)image;
44 - (id)initWithImage:(NSImage*)image {
290 [[[ThrobberFilmstripDelegate alloc] initWithImage:image] autorelease];
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
throbber_view.mm 39 - (id)initWithImage:(NSImage*)image;
45 - (id)initWithImage:(NSImage*)image {
291 [[[ThrobberFilmstripDelegate alloc] initWithImage:image] autorelease];
  /external/chromium_org/webkit/common/cursors/
webcursor_mac.mm 121 return [[[NSCursor alloc] initWithImage:cursor_image.ToNSImage()
185 NSCursor* cursor = [[NSCursor alloc] initWithImage:cursor_image
  /external/chromium/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 121 animation_ = [[AnimatableImage alloc] initWithImage:image
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 78 animation_ = [[AnimatableImage alloc] initWithImage:image
  /external/chromium/webkit/glue/
webcursor_mac.mm 30 return [[[NSCursor alloc] initWithImage:cursor_image
70 NSCursor* cursor = [[NSCursor alloc] initWithImage:cursor_image
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 77 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];
  /prebuilts/tools/darwin-x86/sdl/libs/
libSDL.a     [all...]

Completed in 439 milliseconds