Home | History | Annotate | Download | only in Interfaces

Lines Matching full:cache

38         - memory cache icons at different sizes
43 - WebIconLoader to cache icon images
73 @discussion Calls iconForURL:withSize:cache: with YES for cache.
79 @method iconForURL:withSize:cache:
85 @param cache If yes, caches the returned image in memory if not already cached
86 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
89 @method iconURLForURL:withSize:cache:
94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [out, retval] OLE_HANDLE* hBitmap);
145 @method iconURLForURL:withSize:cache: