Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:didDisplayInsecureContentForFrame

184         didDisplayInsecureContentForFrame,
351 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo)
353 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didDisplayInsecureContentForFrame(frame);
642 void InjectedBundlePage::didDisplayInsecureContentForFrame(WKBundleFrameRef frame)