Home | History | Annotate | Download | only in InjectedBundle

Lines Matching full:didfinishloadforframe

177         didFinishLoadForFrame,
306 void InjectedBundlePage::didFinishLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo)
308 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didFinishLoadForFrame(frame);
556 void InjectedBundlePage::didFinishLoadForFrame(WKBundleFrameRef frame)