Searched refs:requestWithURL (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebURLRequest.idl49 + (id)requestWithURL:(NSURL *)theURL
50 + (id)requestWithURL:(NSURL *)theURL cachePolicy:(NSURLRequestCachePolicy)cachePolicy timeoutInterval:(NSTimeInterval)timeoutInterval
52 HRESULT requestWithURL([in] BSTR theURL, [in] WebURLRequestCachePolicy cachePolicy, [in] double timeoutInterval);
/macosx-10.9.5/Heimdal-323.92.1/plugins/KDCProxy/
H A Dclient.c35 requestWithURL:url
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MiniBrowser/
H A DAppController.rb154 requestWithURL(OSX::NSURL.URLWithString(urlString)))
H A DMyDocument.rb24 @webView.mainFrame.loadRequest(OSX::NSURLRequest.requestWithURL(url))
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A Ddarkroom.rb86 @web_view.mainFrame.loadRequest(NSURLRequest.requestWithURL(NSURL.URLWithString(@options[:website])))
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebMutableURLRequest.h67 virtual HRESULT STDMETHODCALLTYPE requestWithURL(
H A DWebMutableURLRequest.cpp142 HRESULT STDMETHODCALLTYPE WebMutableURLRequest::requestWithURL( function in class:WebMutableURLRequest
/macosx-10.9.5/KerberosHelper-148/CFNetwork/
H A DNSURLConnection.m204 NSURLRequest *request = [NSURLRequest requestWithURL:url];
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBaseNetscapePluginView.mm174 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:URL];
H A DWebNetscapePluginView.mm1161 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:_sourceURL.get()];
1606 RefPtr<WebNetscapePluginStream> stream = WebNetscapePluginStream::create([NSURLRequest requestWithURL:URL], plugin, [JSPluginRequest sendNotification], [JSPluginRequest notifyData]);
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistory.mm542 NSData *data = [NSURLConnection sendSynchronousRequest:[NSURLRequest requestWithURL:URL] returningResponse:nil error:error];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm4504 [[self mainFrame] loadRequest:[NSURLRequest requestWithURL:url]];
4620 [[self mainFrame] loadRequest: [NSURLRequest requestWithURL: [NSURL _web_URLWithDataAsString: URLString]]];

Completed in 130 milliseconds