Searched refs:initWithRequest (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginRequest.h40 - (id)initWithRequest:(NSURLRequest *)request frameName:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture;
H A DWebPluginRequest.m35 - (id)initWithRequest:(NSURLRequest *)request frameName:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture
H A DWebPluginContainerCheck.mm52 - (id)initWithRequest:(NSURLRequest *)request target:(NSString *)target resultObject:(id)obj selector:(SEL)selector controller:(id <WebPluginContainerCheckController>)controller contextInfo:(id)contextInfo /*optional*/
71 return [[[self alloc] initWithRequest:request target:target resultObject:obj selector:selector controller:controller contextInfo:contextInfo] autorelease];
H A DWebNetscapePluginView.mm1759 WebPluginRequest *pluginRequest = [[WebPluginRequest alloc] initWithRequest:request
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDataSource.h55 @method initWithRequest:
60 - (id)initWithRequest:(NSURLRequest *)request;
H A DWebDataSource.mm373 - (id)initWithRequest:(NSURLRequest *)request
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDataSource.idl65 @method initWithRequest:
69 - (id)initWithRequest:(NSURLRequest *)request;
71 HRESULT initWithRequest([in] IWebURLRequest* request);
H A DIWebDownload.idl89 - (id)initWithRequest:(NSURLRequest *)request delegate:(id)delegate
91 HRESULT initWithRequest([in] IWebURLRequest* request, [in] IWebDownloadDelegate* delegate);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDataSource.h53 virtual HRESULT STDMETHODCALLTYPE initWithRequest(
H A DWebDownload.h70 virtual HRESULT STDMETHODCALLTYPE initWithRequest(
H A DWebDownloadCurl.cpp72 HRESULT STDMETHODCALLTYPE WebDownload::initWithRequest( function in class:WebDownload
H A DWebDataSource.cpp170 HRESULT STDMETHODCALLTYPE WebDataSource::initWithRequest( function in class:WebDataSource
H A DWebDownloadCFNet.cpp126 HRESULT STDMETHODCALLTYPE WebDownload::initWithRequest( function in class:WebDownload
132 LOG(Download, "WebDownload - initWithRequest failed - not a WebMutableURLRequest");
159 LOG(Download, "WebDownload - initWithRequest complete, started download of url %s", webRequest->resourceRequest().url().string().utf8().data());
205 LOG(Download, "WebDownload - initWithRequest complete, resumed download of bundle %s", String(bundlePath, SysStringLen(bundlePath)).ascii().data());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Network/CustomProtocols/mac/
H A DCustomProtocolManagerMac.mm96 - (id)initWithRequest:(NSURLRequest *)request cachedResponse:(NSCachedURLResponse *)cachedResponse client:(id<NSURLProtocolClient>)client
98 self = [super initWithRequest:request cachedResponse:cachedResponse client:client];
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Network/CustomProtocols/mac/
H A DCustomProtocolManagerProxyMac.mm71 _urlConnection = [[NSURLConnection alloc] initWithRequest:request delegate:self startImmediately:YES];
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm237 - (id)initWithRequest:(NSURLRequest *)request delegate:(id<NSURLDownloadDelegate>)delegate
240 return [super initWithRequest:request delegate:_webInternal];
/macosx-10.9.5/KerberosHelper-148/CFNetwork/
H A DNSURLConnection.m207 conn = [[NSURLConnection alloc] initWithRequest: request delegate: self];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm63 m_nsURLDownload = adoptNS([[NSURLDownload alloc] initWithRequest:m_request.nsURLRequest(UpdateHTTPBody) delegate:m_delegate.get()]);
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.mm157 _connection = [[NSURLConnection alloc] initWithRequest:[self request] delegate:self];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm284 WebDownload *webDownload = [[WebDownload alloc] initWithRequest:request.nsURLRequest(UpdateHTTPBody) delegate:[webView downloadDelegate]];

Completed in 322 milliseconds