Lines Matching refs:m_protectionSpace
39 , m_protectionSpace(protectionSpace)
102 switch (m_protectionSpace.authenticationScheme()) {
125 BString str = m_protectionSpace.host();
168 m_protectionSpace = ProtectionSpace(String(host, SysStringLen(host)), port, serverType,
198 m_protectionSpace = ProtectionSpace(String(host, SysStringLen(host)), port, serverType,
207 *result = m_protectionSpace.isProxy();
214 *result = m_protectionSpace.port();
221 switch (m_protectionSpace.serverType()) {
244 switch (m_protectionSpace.serverType()) {
267 BString bstring = m_protectionSpace.realm();
275 *result = m_protectionSpace.receivesCredentialSecurely();
282 return m_protectionSpace;