Home
last modified time | relevance | path

Searched refs:NSImage (Results 1 – 25 of 207) sorted by relevance

123456789

/external/chromium/chrome/browser/ui/cocoa/
Dhover_image_button.h17 scoped_nsobject<NSImage> defaultImage_;
18 scoped_nsobject<NSImage> hoverImage_;
19 scoped_nsobject<NSImage> pressedImage_;
23 - (void)setDefaultImage:(NSImage*)image;
26 - (void)setHoverImage:(NSImage*)image;
29 - (void)setPressedImage:(NSImage*)image;
Dtable_row_nsimage_cache_unittest.mm53 NSImage* image0 = cache.GetImageForRow(0);
54 NSImage* image1 = cache.GetImageForRow(1);
55 NSImage* image2 = cache.GetImageForRow(2);
80 NSImage* image3 = cache.GetImageForRow(3);
97 NSImage* image0 = cache.GetImageForRow(0);
98 NSImage* image1 = cache.GetImageForRow(1);
99 NSImage* image2 = cache.GetImageForRow(2);
137 NSImage* image0 = cache.GetImageForRow(0);
138 NSImage* image1 = cache.GetImageForRow(1);
152 NSImage* image2 = cache.GetImageForRow(2);
[all …]
Dnsimage_cache_unittest.mm42 << "Didn't get the same NSImage back?";
51 NSImage *first = app::mac::GetCachedImageWithName(@"back_Template.pdf");
58 NSImage *second = app::mac::GetCachedImageWithName(@"back_Template.pdf");
66 NSImage *templateImage =
70 NSImage *nonTemplateImage =
Dhover_image_button.mm28 - (void)setDefaultImage:(NSImage*)image { argument
36 - (void)setHoverImage:(NSImage*)image { argument
44 - (void)setPressedImage:(NSImage*)image { argument
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_action_button.h36 scoped_nsobject<NSImage> defaultIcon_;
39 scoped_nsobject<NSImage> tabSpecificIcon_;
66 - (void)setDefaultIcon:(NSImage*)image;
68 - (void)setTabSpecificIcon:(NSImage*)image;
76 - (NSImage*)compositedImage;
/external/clang/test/SemaObjC/
Dprotocol-implementing-class-methods.m11 @interface NSImage <P1> interface
15 @interface NSImage (AirPortUI) interface in AirPortUI
19 @interface NSImage() interface in void
23 @implementation NSImage (AirPortUI) implementation in AirPortUI
24 - (void) initialize {NSImage *p=0; [p initialize]; } // expected-warning {{category is implementing…
Dproperty-9-impl-method.m66 @class NSImage;
70 NSImage *_cachedImage;
77 - (NSImage *)image
89 - (NSImage *)imageNamed:(NSString *)name
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dbubble_decoration.h25 NSImage* GetImage();
26 void SetImage(NSImage* image);
39 CGFloat GetWidthForImageAndLabel(NSImage* image, NSString* label);
54 scoped_nsobject<NSImage> image_;
Dimage_decoration.h20 NSImage* GetImage();
21 void SetImage(NSImage* image);
31 scoped_nsobject<NSImage> image_;
Dimage_decoration.mm17 NSImage* ImageDecoration::GetImage() {
21 void ImageDecoration::SetImage(NSImage* image) {
26 NSImage* image = GetImage();
39 NSImage* image = GetImage();
Dimage_decoration_unittest.mm23 scoped_nsobject<NSImage> image([[NSImage alloc] initWithSize:kImageSize]);
41 scoped_nsobject<NSImage> image([[NSImage alloc] initWithSize:kImageSize]);
/external/webkit/Source/WebKit/mac/Misc/
DWebIconDatabase.h84 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size;
95 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
108 - (NSImage *)defaultIconWithSize:(NSSize)size;
109 - (NSImage *)defaultIconForURL:(NSString *)URL withSize:(NSSize)size;
DWebIconDatabase.mm82 - (NSImage *)_iconForFileURL:(NSString *)fileURL withSize:(NSSize)size;
84 - (NSImage *)_largestIconFromDictionary:(NSMutableDictionary *)icons;
85 - (NSMutableDictionary *)_iconsBySplittingRepresentationsOfIcon:(NSImage *)icon; argument
86 - (NSImage *)_iconFromDictionary:(NSMutableDictionary *)icons forSize:(NSSize)size cache:(BOOL)cach…
87 - (void)_scaleIcon:(NSImage *)icon toSize:(NSSize)size; argument
128 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache
142 if (NSImage *icon = webGetNSImage(image, size))
147 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size
161 - (NSImage *)defaultIconWithSize:(NSSize)size
171 - (NSImage *)defaultIconForURL:(NSString *)URL withSize:(NSSize)size
[all …]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_cell.h30 scoped_nsobject<NSImage> arrowImage_;
41 cellImage:(NSImage*)cellImage;
48 cellImage:(NSImage*)cellImage;
58 image:(NSImage*)image;
/external/webkit/Source/WebCore/platform/graphics/
DIcon.h32 @class NSImage;
34 class NSImage; variable
70 Icon(NSImage*);
71 RetainPtr<NSImage> m_nsImage;
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dthrobber_view.h33 image:(NSImage*)image;
37 beforeImage:(NSImage*)beforeImage
38 afterImage:(NSImage*)afterImage;
Dthrobber_view.mm32 scoped_nsobject<NSImage> image_;
38 - (id)initWithImage:(NSImage*)image; argument
44 - (id)initWithImage:(NSImage*)image { argument
86 scoped_nsobject<NSImage> image1_;
87 scoped_nsobject<NSImage> image2_;
93 - (id)initWithImage1:(NSImage*)image1 image2:(NSImage*)image2; argument
99 - (id)initWithImage1:(NSImage*)image1 image2:(NSImage*)image2 { argument
120 NSImage* image = nil;
288 image:(NSImage*)image { argument
299 beforeImage:(NSImage*)beforeImage
[all …]
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTreeDraggingInfo.h34 NSImage *draggedImage;
39 - (id)initWithImage:(NSImage *)image offset:(NSSize)offset pasteboard:(NSPasteboard *)pasteboard so…
45 - (NSImage *)draggedImage;
/external/clang/test/CodeGenObjCXX/
Ddebug-info.mm11 @class NSImage;
13 NSImage *_miniIcon;
29 scoped_nsobject<NSImage> defaultFavicon_;
D2007-10-03-MetadataPointers.mm3 @class NSImage;
5 NSImage *nsimage;
/external/webkit/Source/WebCore/platform/mac/
DDragImageMac.mm44 IntSize dragImageSize(RetainPtr<NSImage> image)
49 void deleteDragImage(RetainPtr<NSImage>)
55 RetainPtr<NSImage> scaleDragImage(RetainPtr<NSImage> image, FloatSize scale)
66 RetainPtr<NSImage> dissolveDragImageToFraction(RetainPtr<NSImage> image, float delta)
68 RetainPtr<NSImage> dissolvedImage(AdoptNS, [[NSImage alloc] initWithSize:[image.get() size]]);
86 RetainPtr<NSImage> createDragImageFromImage(Image* image)
88 RetainPtr<NSImage> dragImage(AdoptNS, [image->getNSImage() copy]);
93 RetainPtr<NSImage> createDragImageIconForCachedImage(CachedImage* image)
275 NSImage *dragImage = [[[NSImage alloc] initWithSize: imageSize] autorelease];
DClipboardMac.h34 @class NSImage;
37 class NSImage; variable
79 NSImage *dragNSImage(NSPoint&) const; // loc converted from dragLoc, based on whole image size
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dfavicon_util.h8 @class NSImage;
16 NSImage* FaviconForTabContents(TabContents* contents);
/external/webkit/Source/WebCore/platform/
DDragImage.h36 @class NSImage;
38 class NSImage; variable
70 typedef RetainPtr<NSImage> DragImageRef;
/external/webkit/Source/WebKit/mac/Carbon/
DCarbonUtils.h40 @class NSImage;
53 WebConvertNSImageToCGImageRef(NSImage * inImage) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECA…

123456789