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

  /external/webkit/WebKit/win/
WebIconFetcher.h 32 class WebIconFetcher : public IWebIconFetcher {
34 static WebIconFetcher* fetchApplicationIcon(WebCore::Frame*, IWebIconFetcherDelegate*);
45 WebIconFetcher(PassRefPtr<WebCore::IconFetcher>);
46 ~WebIconFetcher();
WebIconFetcher.cpp 28 #include "WebIconFetcher.h"
56 void setFetcher(WebIconFetcher *fetcher) { m_fetcher = fetcher; }
59 WebIconFetcher* m_fetcher;
63 // WebIconFetcher -------------------------------------------------------------------
65 WebIconFetcher* WebIconFetcher::fetchApplicationIcon(Frame* frame, IWebIconFetcherDelegate* delegate)
74 COMPtr<WebIconFetcher> iconFetcher = new WebIconFetcher(fetcher.release());
80 WebIconFetcher::WebIconFetcher(PassRefPtr<IconFetcher> iconFetcher)
    [all...]
WebFrame.cpp 48 #include "WebIconFetcher.h"
956 *result = WebIconFetcher::fetchApplicationIcon(coreFrame, delegate);
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebIconFetcherInternal.h 26 #import <WebKit/WebIconFetcher.h>
35 @interface WebIconFetcher (WebInternal)
37 + (WebIconFetcher *)_fetchApplicationIconForFrame:(WebFrame *)webFrame
WebIconFetcher.h 30 @interface WebIconFetcher : NSObject {
WebIconFetcher.mm 26 #import "WebIconFetcher.h"
57 void setFetcher(WebIconFetcher *fetcher) { m_fetcher = fetcher; }
60 RetainPtr<WebIconFetcher> m_fetcher;
65 @implementation WebIconFetcher
95 @implementation WebIconFetcher (WebInternal)
111 + (WebIconFetcher *)_fetchApplicationIconForFrame:(WebFrame *)webFrame
124 return [[[WebIconFetcher alloc] _initWithIconFetcher:fetcher.release() client:client] autorelease];
  /external/webkit/WebKit/mac/WebView/
WebFramePrivate.h 40 @class WebIconFetcher;
89 - (WebIconFetcher *)fetchApplicationIcon:(id)target
WebFrame.mm     [all...]

Completed in 151 milliseconds