Searched refs:fetchApplicationIcon (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebKit/win/
H A DWebIconFetcher.h34 static WebIconFetcher* fetchApplicationIcon(WebCore::Frame*, IWebIconFetcherDelegate*);
H A DWebIconFetcher.cpp65 WebIconFetcher* WebIconFetcher::fetchApplicationIcon(Frame* frame, IWebIconFetcherDelegate* delegate) function in class:WebIconFetcher
H A DWebFrame.h179 virtual HRESULT STDMETHODCALLTYPE fetchApplicationIcon(
H A DWebFrame.cpp940 HRESULT STDMETHODCALLTYPE WebFrame::fetchApplicationIcon( function in class:WebFrame
956 *result = WebIconFetcher::fetchApplicationIcon(coreFrame, delegate);
/external/webkit/WebKit/mac/WebView/
H A DWebFramePrivate.h89 - (WebIconFetcher *)fetchApplicationIcon:(id)target
H A DWebFrame.mm1047 - (WebIconFetcher *)fetchApplicationIcon:(id)target
/external/webkit/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl84 HRESULT fetchApplicationIcon([in] IWebIconFetcherDelegate* delegate, [out, retval] IWebIconFetcher** result);

Completed in 172 milliseconds