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;
94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [out, retval] OLE_HANDLE* hBitmap);
106 @param URL
107 - (void)retainIconForURL:(NSString *)URL;
109 HRESULT retainIconForURL([in] BSTR url);
114 @param URL
115 - (void)releaseIconForURL:(NSString *)URL;
117 HRESULT releaseIconForURL([in] BSTR 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;
150 HRESULT iconURLForURL([in] BSTR url, [out, retval] BSTR* iconURL);
170 @discussion Returns whether or not the icon database has an icon for this URL.
171 @parm url The URL to test for.
173 HRESULT hasIconForURL([in] BSTR url, [out, retval] BOOL* result);