Home | History | Annotate | Download | only in WebView

Lines Matching refs:didReceiveIconForFrameFunc

1628     cache->didReceiveIconForFrameFunc = getMethod(delegate, @selector(webView:didReceiveIcon:forFrame:));
3499 if (_private->frameLoadDelegateImplementations.didReceiveIconForFrameFunc)
5945 if (cache->didReceiveIconForFrameFunc) {
5948 CallFrameLoadDelegate(cache->didReceiveIconForFrameFunc, self, @selector(webView:didReceiveIcon:forFrame:), icon, webFrame);