Home | History | Annotate | Download | only in InjectedBundle

Lines Matching defs:willRunJavaScriptAlert

220         willRunJavaScriptAlert,
747 void InjectedBundlePage::willRunJavaScriptAlert(WKBundlePageRef page, WKStringRef message, WKBundleFrameRef frame, const void *clientInfo)
749 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->willRunJavaScriptAlert(message, frame);
807 void InjectedBundlePage::willRunJavaScriptAlert(WKStringRef message, WKBundleFrameRef)