Home | History | Annotate | Download | only in mac

Lines Matching refs:bool

82 -(id)_initWithRequest:(NSURLRequest *)request delegate:(id)delegate usesCache:(BOOL)usesCacheFlag maxContentLength:(long long)maxContentLength startImmediately:(BOOL)startImmediately connectionProperties:(NSDictionary *)connectionProperties;
100 void setAllowStoredCredentials(bool allow) { m_allowStoredCredentials = allow; }
104 bool isDone() { return m_isDone; }
117 virtual bool shouldUseCredentialStorage(ResourceHandle*);
124 virtual bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&);
127 bool m_allowStoredCredentials;
131 bool m_isDone;
145 static bool isInitializingConnection;
185 bool ResourceHandle::didSendBodyDataDelegateExists()
190 static bool shouldRelaxThirdPartyCookiePolicy(const KURL& url)
219 void ResourceHandle::createNSURLConnection(id delegate, bool shouldUseCredentialStorage, bool shouldContentSniff)
265 static bool supportsSettingConnectionProperties = true;
267 static bool supportsSettingConnectionProperties = [NSURLConnection instancesRespondToSelector:@selector(_initWithRequest:delegate:usesCache:maxContentLength:startImmediately:connectionProperties:)];
293 bool ResourceHandle::start(NetworkingContext* context)
313 bool shouldUseCredentialStorage = !client() || client()->shouldUseCredentialStorage(this);
333 bool scheduled = false;
383 void ResourceHandle::platformSetDefersLoading(bool defers)
435 bool ResourceHandle::supportsBufferedData()
437 static bool supportsBufferedData = [NSURLConnection instancesRespondToSelector:@selector(_bufferedData)];
462 bool
474 bool ResourceHandle::willLoadFromCache(ResourceRequest& request, Frame*)
594 bool ResourceHandle::shouldUseCredentialStorage()
667 bool ResourceHandle::canAuthenticateAgainstProtectionSpace(const ProtectionSpace& protectionSpace)
826 - (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection
864 - (BOOL)connection:(NSURLConnection *)unusedConnection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace
1104 bool WebCoreSynchronousLoaderClient::shouldUseCredentialStorage(ResourceHandle*)
1111 bool WebCoreSynchronousLoaderClient::canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&)