Searched refs:startImmediately (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/mac/
H A DCustomProtocolManagerProxyMac.mm71 _urlConnection = [[NSURLConnection alloc] initWithRequest:request delegate:self startImmediately:YES];
/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;
182 ASSERT([NSURLConnection instancesRespondToSelector:@selector(_initWithRequest:delegate:usesCache:maxContentLength:startImmediately:connectionProperties:)]);
222 d->m_connection = adoptNS([[NSURLConnection alloc] _initWithRequest:nsRequest delegate:delegate usesCache:usesCache maxContentLength:0 startImmediately:NO connectionProperties:propertyDictionary]);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnectionPrivate.h209 will return TRUE. If startImmediately is set, the address should not be trusted
213 @param startImmediately On return, TRUE indicates that the address is not trusted
220 Boolean *startImmediately) __OSX_AVAILABLE_STARTING(__MAC_10_9,__IPHONE_7_0);
H A DSCNetworkConnection.c4302 SCNetworkConnectionCanTunnelAddress (SCNetworkConnectionRef connection, const struct sockaddr *address, Boolean *startImmediately) argument
4312 if (startImmediately) {
4313 *startImmediately = FALSE;
4352 if (startImmediately) {
4353 *startImmediately = TRUE;
4360 if (startImmediately) {
4361 *startImmediately = TRUE;

Completed in 148 milliseconds