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

  /external/webkit/WebKit/win/
WebIconFetcher.h 34 static WebIconFetcher* fetchApplicationIcon(WebCore::Frame*, IWebIconFetcherDelegate*);
WebIconFetcher.cpp 65 WebIconFetcher* WebIconFetcher::fetchApplicationIcon(Frame* frame, IWebIconFetcherDelegate* delegate)
WebFrame.h 179 virtual HRESULT STDMETHODCALLTYPE fetchApplicationIcon(
WebFrame.cpp 940 HRESULT STDMETHODCALLTYPE WebFrame::fetchApplicationIcon(
956 *result = WebIconFetcher::fetchApplicationIcon(coreFrame, delegate);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFramePrivate.h 89 - (WebIconFetcher *)fetchApplicationIcon:(id)target
WebFrame.mm     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebFramePrivate.idl 84 HRESULT fetchApplicationIcon([in] IWebIconFetcherDelegate* delegate, [out, retval] IWebIconFetcher** result);

Completed in 50 milliseconds