HomeSort by relevance Sort by last modified time
    Searched refs:iconForURL (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.h 79 @method iconForURL:withSize:
80 @discussion Calls iconForURL:withSize:cache: with YES for cache.
84 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size;
87 @method iconForURL:withSize:cache:
95 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
WebIconDatabase.mm 128 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache
147 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size
149 return [self iconForURL:URL withSize:size cache:YES];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebIconDatabase.idl 72 @method iconForURL:withSize:
73 @discussion Calls iconForURL:withSize:cache: with YES for cache.
76 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size;
79 @method iconForURL:withSize:cache:
86 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [out, retval] OLE_HANDLE* hBitmap);
  /external/webkit/Source/WebKit/win/
WebIconDatabase.h 70 virtual HRESULT STDMETHODCALLTYPE iconForURL(
WebIconDatabase.cpp 164 HRESULT STDMETHODCALLTYPE WebIconDatabase::iconForURL(
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 187 return [[WebIconDatabase sharedIconDatabase] iconForURL:[self URLString] withSize:WebIconSmallSize];
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 1291 milliseconds