Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:request

115         @abstract Do nothing (but the client may choose to handle the request itself)
118 the request in some other way, such as opening a new window,
132 decidePolicyForNewWindowAction:request:newFrameName:decisionListener: (at most once)<BR>
133 decidePolicyForNavigationAction:request:frame:decisionListener: (zero or more times)<BR>
134 decidePolicyForMIMEType:request:frame: (zero or more times)<BR>
157 @method webView:decidePolicyForNavigationAction:request:frame:decisionListener:
160 @param request The request for the proposed navigation
166 request:(NSURLRequest *)request
170 HRESULT decidePolicyForNavigationAction([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in] IWebFrame* frame, [in] IWebPolicyDecisionListener* listener);
173 @method webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:
176 @param request The request for the proposed navigation
184 opened, and decidePolicyForNavigationAction:request:frame:decisionListner:
188 request:(NSURLRequest *)request
192 HRESULT decidePolicyForNewWindowAction([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in] BSTR frameName, [in] IWebPolicyDecisionListener* listener);
195 @method webView:decidePolicyForMIMEType:request:frame:
199 @param request A NSURLRequest for the partially loaded content.
203 request:(NSURLRequest *)request
207 HRESULT decidePolicyForMIMEType([in] IWebView* webView, [in] BSTR type, [in] IWebURLRequest* request, [in] IWebFrame* frame, [in] IWebPolicyDecisionListener* listener);