• 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
66 HRESULT didStartProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
75 HRESULT didReceiveServerRedirectForProvisionalLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
87 HRESULT didFailProvisionalLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* frame);
98 in the case of multipart/x-mixed-replace, also known as "server push". In this case,
99 a single location change leads to multiple documents that are loaded in sequence. When
103 HRESULT didCommitLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
114 HRESULT didReceiveTitle([in] IWebView* webView, [in] BSTR title, [in] IWebFrame* frame);
124 HRESULT didReceiveIcon([in] IWebView* webView, [in] HBITMAP hBitmap, [in] IWebFrame* frame);
136 HRESULT didFinishLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
147 HRESULT didFailLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* forFrame);
151 @abstract Notifies the delegate that the scroll position in a frame has changed
157 HRESULT didChangeLocationWithinPageForFrame([in] IWebView* webView, [in] IWebFrame* frame);
164 @param seconds Seconds in which the redirect will happen
171 HRESULT willPerformClientRedirectToURL([in] IWebView* webView, [in] BSTR url, [in] double delaySeconds, [in] DATE fireDate, [in] IWebFrame* frame);
181 HRESULT didCancelClientRedirectForFrame([in] IWebView* webView, [in] IWebFrame* frame);
192 HRESULT willCloseFrame([in] IWebView* webView, [in] IWebFrame* frame);
199 @param windowScriptObject The WebScriptObject for the window in the scripting environment.
202 [local] HRESULT windowScriptObjectAvailable([in] IWebView* webView, [in] JSContextRef context, [in] JSObjectRef windowScriptObject);
204 [local] HRESULT didClearWindowObject([in] IWebView* webView, [in] JSContextRef context, [in] JSObjectRef windowScriptObject, [in] IWebFrame* frame);