Home
last modified time | relevance | path

Searched refs:m_realm (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/network/
DProtectionSpace.cpp42 , m_realm("") in ProtectionSpace()
54 , m_realm(realm.length() ? realm : "") in ProtectionSpace()
85 return m_realm; in realm()
DProtectionSpace.h75 String m_realm; variable
/external/webkit/WebCore/
DChangeLog-2008-08-1065764 … (WebCore::ProtectionSpace::ProtectionSpace): Assign the realm to m_realm, instead of the host