Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:didFinishDocumentLoadForFrame

176         didFinishDocumentLoadForFrame,
311 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo)
313 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didFinishDocumentLoadForFrame(frame);
628 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundleFrameRef frame)