HomeSort by relevance Sort by last modified time
    Searched refs:isProxy (Results 1 - 25 of 40) sorted by null

1 2

  /external/webkit/Source/WebKit2/UIProcess/Authentication/
WebProtectionSpace.cpp 53 bool WebProtectionSpace::isProxy() const
55 return m_coreProtectionSpace.isProxy();
WebProtectionSpace.h 48 bool isProxy() const;
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKProtectionSpace.cpp 56 return toImpl(protectionSpaceRef)->isProxy();
  /external/javassist/src/main/javassist/util/proxy/
ProxyObjectInputStream.java 66 boolean isProxy = readBoolean();
67 if (isProxy) {
  /external/webkit/Source/WebCore/platform/network/
ProtectionSpace.cpp 75 bool ProtectionSpace::isProxy() const
115 if (!a.isProxy() && a.realm() != b.realm())
ProtectionSpace.h 68 bool isProxy() const;
ProtectionSpaceHash.h 47 if (protectionSpace.isProxy())
CredentialStorage.cpp 88 ASSERT(protectionSpace.isProxy() || url.protocolInHTTPFamily());
89 ASSERT(protectionSpace.isProxy() || url.isValid());
92 if (!protectionSpace.isProxy()) {
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 224 public void setupBasicAuthResponse(boolean isProxy, String username, String password) {
229 mHeaders.put(authorizationHeader(isProxy), "Basic " + response);
236 public void setupDigestAuthResponse(boolean isProxy,
250 mHeaders.put(authorizationHeader(isProxy), "Digest " + response);
341 public static String authorizationHeader(boolean isProxy) {
342 if (!isProxy) {
HttpAuthHeader.java 125 public boolean isProxy() {
  /external/webkit/Source/WebKit/win/
WebURLProtectionSpace.h 67 virtual HRESULT STDMETHODCALLTYPE isProxy(
WebURLProtectionSpace.cpp 204 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::isProxy(
207 *result = m_protectionSpace.isProxy();
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 142 if ([space isProxy]) {
155 if ([space isProxy]) {
169 if (![space isProxy] && !realmNameIsSimple) {
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 124 public boolean isProxy() {
BasicScheme.java 142 return authenticate(credentials, charset, isProxy());
NTLMScheme.java 135 if (isProxy()) {
DigestScheme.java 386 if (isProxy()) {
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 161 -(BOOL)isProxy
163 HRESULT isProxy([out, retval] BOOL* result);
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 133 * @see #isProxy()
138 private transient boolean isProxy;
255 if (result.isEnum() || result.isProxy()) {
    [all...]
ObjectOutputStream.java 766 if (classDesc.isProxy()) {
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 165 public static final boolean isProxy(IInterface iface) {
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 284 if ([macSpace isProxy]) {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosTicketTest.java 244 assertTrue(krbTicket.isProxy());
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js 594 var isProxy = (output != null && typeof output === "object");
598 if (!formatter || !isProxy) {
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 434 milliseconds

1 2