Searched refs:didReceiveIcon (Results 1 – 16 of 16) sorted by relevance
107 - (void)webView:(WebView *)sender didReceiveIcon:(NSImage *)image forFrame:(WebFrame *)frame;
1628 …cache->didReceiveIconForFrameFunc = getMethod(delegate, @selector(webView:didReceiveIcon:forFrame:…5948 …dDelegate(cache->didReceiveIconForFrameFunc, self, @selector(webView:didReceiveIcon:forFrame:), ic…
68 virtual HRESULT STDMETHODCALLTYPE didReceiveIcon( in didReceiveIcon() function
81 virtual HRESULT STDMETHODCALLTYPE didReceiveIcon( in didReceiveIcon() function
96 void didReceiveIcon(WebCore::Image* icon);
774 WebFrame::didReceiveIcon(WebCore::Image* icon) in didReceiveIcon() function in android::WebFrame
117 @method webView:didReceiveIcon:forFrame:122 … - (void)webView:(WebView *)sender didReceiveIcon:(NSImage *)image forFrame:(WebFrame *)frame;124 HRESULT didReceiveIcon([in] IWebView* webView, [in] OLE_HANDLE hBitmap, [in] IWebFrame* frame);
272 m_webFrame->didReceiveIcon(icon); in dispatchDidReceiveIcon()
2748 m_frameLoadDelegate->didReceiveIcon(this, 0, frame); in dispatchDidReceiveIconFromWebFrame()
14196 (WebInspector::didReceiveIcon):
8319 (WinLauncherWebHost::didReceiveIcon):9991 * DumpRenderTree/mac/FrameLoadDelegate.mm: Don't implement didReceiveIcon delegate method11892 (-[FrameLoadDelegate webView:didReceiveIcon:forFrame:]):14518 (-[FrameLoadDelegate webView:didReceiveIcon:forFrame:]):16259 (BaseDelegate::didReceiveIcon):16775 (SpinneretWebHost::didReceiveIcon): Updated method signature.17070 (-[FrameLoadDelegate webView:didReceiveIcon:forFrame:]):21864 (SpinneretWebHost::didReceiveIcon):
21981 (WinLauncherWebHost::didReceiveIcon):
21530 <rdar://problem/5635641> -[WebFrameLoadDelegate didReceiveIcon:forFrame:] never called21534 a didReceiveIcon method is present.
491 for some purpose or to send the webView:didReceiveIcon: delegate call523 … (WebFrameLoaderClient::dispatchDidReceiveIcon): Send the webView:didReceiveIcon: delegate call
26254 (-[WebDefaultFrameLoadDelegate webView:didReceiveIcon:forFrame:]):
7226 …To solve the no-icon-at-launch problem, we send the "didReceiveIcon:" delegate call for every page 7230 …(WebCore::FrameLoader::startIconLoader): Always send the didReceiveIcon delegate call when an icon…8218 DocumentLoader (to support the webView:didReceiveIcon: delegate call in WebKit)8224 starts it Icon Loader and possibly sends the webView:didReceiveIcon: delegate call