Home | History | Annotate | Download | only in WebView

Lines Matching refs:exceptionWasRaisedFunc

1662     cache->exceptionWasRaisedFunc = getMethod(delegate, @selector(webView:exceptionWasRaised:hasHandler:sourceId:line:forWebFrame:));
1663 if (cache->exceptionWasRaisedFunc)
1667 cache->exceptionWasRaisedFunc = getMethod(delegate, @selector(webView:exceptionWasRaised:sourceId:line:forWebFrame:));