Home | History | Annotate | Download | only in WebView

Lines Matching refs:request

103     @abstract Do nothing (but the client may choose to handle the request itself)
106 the request in some other way, such as opening a new window,
121 decidePolicyForNewWindowAction:request:newFrameName:decisionListener: (at most once)<BR>
122 decidePolicyForNavigationAction:request:frame:decisionListener: (zero or more times)<BR>
123 decidePolicyForMIMEType:request:frame: (zero or more times)<BR>
139 @method webView:decidePolicyForNavigationAction:request:frame:decisionListener:
142 @param request The request for the proposed navigation
149 request:(NSURLRequest *)request
154 @method webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:
157 @param request The request for the proposed navigation
165 opened, and decidePolicyForNavigationAction:request:frame:decisionListner:
170 request:(NSURLRequest *)request
175 @method webView:decidePolicyForMIMEType:request:frame:
179 @param request A NSURLRequest for the partially loaded content.
184 request:(NSURLRequest *)request