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

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDelegateImplementationCaching.h59 IMP didHandleOnloadEventsForFrameFunc; member in struct:WebFrameLoadDelegateImplementationCache
H A DWebView.mm1627 cache->didHandleOnloadEventsForFrameFunc = getMethod(delegate, @selector(webView:didHandleOnloadEventsForFrame:));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm538 if (implementations->didHandleOnloadEventsForFrameFunc)
539 CallFrameLoadDelegate(implementations->didHandleOnloadEventsForFrameFunc, webView, @selector(webView:didHandleOnloadEventsForFrame:), m_webFrame.get());

Completed in 39 milliseconds