Home | History | Annotate | Download | only in cf

Lines Matching refs:shouldUseCredentialStorage

80     static Boolean shouldUseCredentialStorage(CFURLConnectionRef, const void* clientInfo);
218 LOG(Network, "CFNet - shouldUseCredentialStorage(conn=%p, handle=%p) (%s)", conn, handle, handle->request().url().string().utf8().data());
223 return handle->shouldUseCredentialStorage();
378 if (!client() || client()->shouldUseCredentialStorage(this) && d->m_request.url().protocolInHTTPFamily()) {
440 bool ResourceHandle::shouldUseCredentialStorage()
442 LOG(Network, "CFNet - shouldUseCredentialStorage()");
444 return client()->shouldUseCredentialStorage(this);
476 if (!challenge.previousFailureCount() && (!client() || client()->shouldUseCredentialStorage(this))) {
720 Boolean WebCoreSynchronousLoader::shouldUseCredentialStorage(CFURLConnectionRef, const void* clientInfo)
765 CFURLConnectionClient_V3 client = { 3, &loader, 0, 0, 0, willSendRequest, didReceiveResponse, didReceiveData, 0, didFinishLoading, didFail, 0, didReceiveChallenge, 0, shouldUseCredentialStorage, 0 };