Home | History | Annotate | Download | only in WebView

Lines Matching refs:policyDelegate

1691         _private->policyDelegateForwarder = [[_WebSafeForwarder alloc] initWithTarget:_private->policyDelegate defaultTarget:[WebDefaultPolicyDelegate sharedPolicyDelegate] catchExceptions:_private->catchesDelegateExceptions];
3473 _private->policyDelegate = delegate;
3478 - (id)policyDelegate
3480 return _private->policyDelegate;