Home | History | Annotate | Download | only in mac

Lines Matching refs:shouldUseCredentialStorage

194     if ((!client() || client()->shouldUseCredentialStorage(this)) && d->m_request.url().protocolInHTTPFamily()) {
473 bool ResourceHandle::shouldUseCredentialStorage()
476 return client()->shouldUseCredentialStorage(this);
504 if (!challenge.previousFailureCount() && (!client() || client()->shouldUseCredentialStorage(this))) {
672 return m_handle->shouldUseCredentialStorage();