Searched defs:isProxy (Results 1 - 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/auth/
H A DAuthSchemeBase.java124 public boolean isProxy() { method in class:AuthSchemeBase
/external/webkit/Source/WebCore/platform/network/
H A DProtectionSpace.cpp75 bool ProtectionSpace::isProxy() const function in class:WebCore::ProtectionSpace
115 if (!a.isProxy() && a.realm() != b.realm())
/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DWebProtectionSpace.cpp53 bool WebProtectionSpace::isProxy() const function in class:WebKit::WebProtectionSpace
55 return m_coreProtectionSpace.isProxy();
/external/webkit/Source/WebKit/win/
H A DWebURLProtectionSpace.cpp204 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::isProxy( function in class:WebURLProtectionSpace
207 *result = m_protectionSpace.isProxy();

Completed in 205 milliseconds