Searched refs:willCloseFrameFunc (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDelegateImplementationCaching.h67 IMP willCloseFrameFunc; member in struct:WebFrameLoadDelegateImplementationCache
H A DWebView.mm1632 cache->willCloseFrameFunc = getMethod(delegate, @selector(webView:willCloseFrame:));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm604 if (implementations->willCloseFrameFunc)
605 CallFrameLoadDelegate(implementations->willCloseFrameFunc, webView, @selector(webView:willCloseFrame:), m_webFrame.get());

Completed in 110 milliseconds