Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:didRunInsecureContentForFrame

185         didRunInsecureContentForFrame,
356 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo)
358 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didRunInsecureContentForFrame(frame);
646 void InjectedBundlePage::didRunInsecureContentForFrame(WKBundleFrameRef frame)