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

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDelegateImplementationCaching.h79 IMP didRunInsecureContentFunc; member in struct:WebFrameLoadDelegateImplementationCache
H A DWebView.mm1636 cache->didRunInsecureContentFunc = getMethod(delegate, @selector(webView:didRunInsecureContent:));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm998 if (implementations->didRunInsecureContentFunc)
999 CallFrameLoadDelegate(implementations->didRunInsecureContentFunc, webView, @selector(webView:didRunInsecureContent:), webSecurityOrigin.get());

Completed in 50 milliseconds