Home | History | Annotate | Download | only in Interfaces

Lines Matching full:webview

157        @method webView:decidePolicyForNavigationAction:request:frame:decisionListener:
165 - (void)webView:(WebView *)webView decidePolicyForNavigationAction:(NSDictionary *)actionInformation
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:
187 - (void)webView:(WebView *)webView decidePolicyForNewWindowAction:(NSDictionary *)actionInformation
192 HRESULT decidePolicyForNewWindowAction([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in] BSTR frameName, [in] IWebPolicyDecisionListener* listener);
195 @method webView:decidePolicyForMIMEType:request:frame:
197 Sent after webView:didStartProvisionalLoadForFrame: is sent on the WebFrameLoadDelegate.
202 - (void)webView:(WebView *)webView decidePolicyForMIMEType:(NSString *)type
207 HRESULT decidePolicyForMIMEType([in] IWebView* webView, [in] BSTR type, [in] IWebURLRequest* request, [in] IWebFrame* frame, [in] IWebPolicyDecisionListener* listener);
210 @method webView:unableToImplementPolicy:error:forURL:inFrame:
216 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame;
218 HRESULT unableToImplementPolicyWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* frame);