Searched refs:connectionProperties (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/ios/
H A DWebFrameLoaderClientIOS.mm62 RetainPtr<CFDictionaryRef> WebFrameLoaderClient::connectionProperties(DocumentLoader*, unsigned long identifier)
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DResourceHandleMac.mm95 -(id)_initWithRequest:(NSURLRequest *)request delegate:(id)delegate usesCache:(BOOL)usesCacheFlag maxContentLength:(long long)maxContentLength startImmediately:(BOOL)startImmediately connectionProperties:(NSDictionary *)connectionProperties;
143 void ResourceHandle::createNSURLConnection(id delegate, bool shouldUseCredentialStorage, bool shouldContentSniff, SchedulingBehavior schedulingBehavior, NSDictionary *connectionProperties)
182 ASSERT([NSURLConnection instancesRespondToSelector:@selector(_initWithRequest:delegate:usesCache:maxContentLength:startImmediately:connectionProperties:)]);
186 NSDictionary *streamPropertiesFromClient = [connectionProperties objectForKey:@"kCFURLConnectionSocketStreamProperties"];
213 NSMutableDictionary *propertyDictionary = [NSMutableDictionary dictionaryWithDictionary:connectionProperties];
222 d->m_connection = adoptNS([[NSURLConnection alloc] _initWithRequest:nsRequest delegate:delegate usesCache:usesCache maxContentLength:0 startImmediately:NO connectionProperties:propertyDictionary]);
259 (NSDictionary *)client()->connectionProperties(this));
425 (NSDictionary *)handle->client()->connectionProperties(handle.get()));
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceHandleClient.h120 virtual RetainPtr<CFDictionaryRef> connectionProperties(ResourceHandle*) { return nullptr; } function in class:WebCore::ResourceHandleClient
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoader.cpp590 RetainPtr<CFDictionaryRef> ResourceLoader::connectionProperties(ResourceHandle*) function in class:WebCore::ResourceLoader
592 return frameLoader()->connectionProperties(this);
H A DResourceLoader.h195 virtual RetainPtr<CFDictionaryRef> connectionProperties(ResourceHandle*) override;
H A DFrameLoader.h161 RetainPtr<CFDictionaryRef> connectionProperties(ResourceLoader*);
H A DFrameLoaderClient.h145 virtual RetainPtr<CFDictionaryRef> connectionProperties(DocumentLoader*, unsigned long identifier) = 0;
H A DEmptyClients.h271 virtual RetainPtr<CFDictionaryRef> connectionProperties(DocumentLoader*, unsigned long) override { return nullptr; }
H A DFrameLoader.cpp3284 RetainPtr<CFDictionaryRef> FrameLoader::connectionProperties(ResourceLoader* loader) function in class:WebCore::FrameLoader
3286 return m_client.connectionProperties(loader->documentLoader(), loader->identifier());
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceHandleCFNet.cpp252 createCFURLConnection(shouldUseCredentialStorage, d->m_shouldContentSniff, SchedulingBehavior::Asynchronous, client()->connectionProperties(this).get());
527 SchedulingBehavior::Synchronous, handle->client()->connectionProperties(handle.get()).get());
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h88 virtual RetainPtr<CFDictionaryRef> connectionProperties(WebCore::DocumentLoader*, unsigned long identifier) override;
H A DWebFrameLoaderClient.mm425 RetainPtr<CFDictionaryRef> WebFrameLoaderClient::connectionProperties(DocumentLoader* loader, unsigned long identifier)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h73 virtual RetainPtr<CFDictionaryRef> connectionProperties(WebCore::DocumentLoader*, unsigned long identifier) override;

Completed in 189 milliseconds