Lines Matching refs:WebView
34 @class WebView;
139 @method webView:decidePolicyForNavigationAction:request:frame:decisionListener:
148 - (void)webView:(WebView *)webView decidePolicyForNavigationAction:(NSDictionary *)actionInformation
154 @method webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:
169 - (void)webView:(WebView *)webView decidePolicyForNewWindowAction:(NSDictionary *)actionInformation
175 @method webView:decidePolicyForMIMEType:request:frame:
177 Sent after webView:didStartProvisionalLoadForFrame: is sent on the WebFrameLoadDelegate.
183 - (void)webView:(WebView *)webView decidePolicyForMIMEType:(NSString *)type
189 @method webView:unableToImplementPolicy:error:forURL:inFrame:
196 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame;