• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebKit-7600.1.25/win/Interfaces/

Lines Matching refs:in

4  * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
106 allows an in-progress navigation to be converted to a download
118 the request in some other way, such as opening a new window,
119 opening a new window behind the current one, opening the URL in an
120 external app, revealing the location in Finder if a file URL, etc.
130 the URL represents. Typically, the policy handler methods are called in this order:
144 documents come in one navigation, with each replacing the last. In
161 @param frame The WebFrame in which the navigation is happening
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
181 do something else, like download or present the new frame in a specialized way.
186 in its action. This is to avoid possible confusion about the modifiers.
192 HRESULT decidePolicyForNewWindowAction([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in] BSTR frameName, [in] IWebPolicyDecisionListener* listener);
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.
218 HRESULT unableToImplementPolicyWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* frame);