Lines Matching full:frame
92 inline, then unableToImplementPolicyWithError:frame: will be
96 result of frame targetting, then it will be created once you call
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:
161 @param frame The WebFrame in which the navigation is happening
167 frame:(WebFrame *)frame
170 HRESULT decidePolicyForNavigationAction([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in] IWebFrame* frame, [in] IWebPolicyDecisionListener* listener);
177 @param frame The frame in which the navigation is taking place
180 opens a new frame can prevent the new window from being opened if they decide to
181 do something else, like download or present the new frame in a specialized way.
184 opened, and decidePolicyForNavigationAction:request:frame:decisionListner:
195 @method webView:decidePolicyForMIMEType:request:frame:
200 @param frame The frame which is loading the URL.
204 frame:(WebFrame *)frame
207 HRESULT decidePolicyForMIMEType([in] IWebView* webView, [in] BSTR type, [in] IWebURLRequest* request, [in] IWebFrame* frame, [in] IWebPolicyDecisionListener* listener);
215 @param frame The frame in which the policy could not be implemented.
216 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame;
218 HRESULT unableToImplementPolicyWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* frame);