Searched refs:m_allowStoredCredentials (Results 1 – 4 of 4) sorted by relevance
40 WebURLRequestPrivate() : m_resourceRequest(0), m_allowStoredCredentials(true) { } in WebURLRequestPrivate()46 bool m_allowStoredCredentials; variable
118 return m_private->m_allowStoredCredentials; in allowStoredCredentials()123 m_private->m_allowStoredCredentials = allowStoredCredentials; in setAllowStoredCredentials()
88 bool m_allowStoredCredentials; member in WebCore::WebCoreSynchronousLoader707 if (!CFURLAuthChallengeGetPreviousFailureCount(challenge) && loader->m_allowStoredCredentials) { in didReceiveChallenge()725 return loader->m_allowStoredCredentials; in shouldUseCredentialStorage()741 loader.m_allowStoredCredentials = (storedCredentials == AllowStoredCredentials); in load()754 if (loader.m_allowStoredCredentials && url.protocolInHTTPFamily()) in load()
82 BOOL m_allowStoredCredentials; field938 return m_allowStoredCredentials;964 if ([challenge previousFailureCount] == 0 && m_allowStoredCredentials) {1045 delegate->m_allowStoredCredentials = allowStoredCredentials;