Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:didCommitLoadForFrame

175         didCommitLoadForFrame,
301 void InjectedBundlePage::didCommitLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo)
303 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didCommitLoadForFrame(frame);
420 void InjectedBundlePage::didCommitLoadForFrame(WKBundleFrameRef frame)