Lines Matching refs:didReceiveIconForFrameFunc
1395 cache->didReceiveIconForFrameFunc = getMethod(delegate, @selector(webView:didReceiveIcon:forFrame:));
2985 if (_private->frameLoadDelegateImplementations.didReceiveIconForFrameFunc)
5376 if (cache->didReceiveIconForFrameFunc) {
5379 CallFrameLoadDelegate(cache->didReceiveIconForFrameFunc, self, @selector(webView:didReceiveIcon:forFrame:), icon, webFrame);