withCredentials   245 Source/core/fetch/CrossOriginAccessControl.cpp             StoredCredentials withCredentials = resource->lastResourceRequest().allowStoredCredentials() ? AllowStoredCredentials : DoNotAllowStoredCredentials;
withCredentials   246 Source/core/fetch/CrossOriginAccessControl.cpp             allowRedirect = passesAccessControlCheck(redirectResponse, withCredentials, securityOrigin, errorDescription);
withCredentials    64 Source/core/page/EventSource.h     bool withCredentials() const;
withCredentials    99 Source/core/xml/XMLHttpRequest.h     bool withCredentials() const { return m_includeCredentials; }