Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:request

192         @abstract Create a new window and begin to load the specified request.
196 @param request The request to load.
198 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request;
200 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView);
750 HRESULT createModalDialog([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView);