Lines Matching refs:URL
74 @param URL
76 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size;
80 @discussion Returns an icon for a web site URL from memory or disk. nil if none is found.
81 Usually called by a UI element to determine if a site URL has an associated icon.
83 @param URL
86 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
90 … @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
91 @param URL
92 - (NSString *)iconURLForURL:(NSString *)URL;
106 @param URL
107 - (void)retainIconForURL:(NSString *)URL;
114 @param URL
115 - (void)releaseIconForURL:(NSString *)URL;
146 … @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
147 @param URL
148 - (NSString *)iconURLForURL:(NSString *)URL;
170 @discussion Returns whether or not the icon database has an icon for this URL.
171 @parm url The URL to test for.