/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | Platform.java | 131 Method setHostname; in findPlatform() local 135 setHostname = openSslSocketClass.getMethod("setHostname", String.class); in findPlatform() 141 return new Android41(openSslSocketClass, setUseSessionTickets, setHostname, setNpnProtocols, in findPlatform() 144 return new Android23(openSslSocketClass, setUseSessionTickets, setHostname); in findPlatform() 177 private final Method setHostname; field in Platform.Android23 180 Method setHostname) { in Android23() argument 183 this.setHostname = setHostname; in Android23() 192 setHostname.invoke(socket, uriHost); in enableTlsExtensions() 207 private Android41(Class<?> openSslSocketClass, Method setUseSessionTickets, Method setHostname, in Android41() argument 209 super(openSslSocketClass, setUseSessionTickets, setHostname); in Android41()
|
/external/webkit/Source/WebCore/page/ |
D | Location.h | 62 void setHostname(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
|
D | Location.cpp | 177 void Location::setHostname(const String& hostname, DOMWindow* activeWindow, DOMWindow* firstWindow) in setHostname() function in WebCore::Location
|
/external/okhttp/android/main/java/com/squareup/okhttp/internal/ |
D | Platform.java | 61 openSSLSocket.setHostname(uriHost); in enableTlsExtensions()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLAnchorElement.h | 71 void setHostname(const String&);
|
D | HTMLAnchorElement.cpp | 367 void HTMLAnchorElement::setHostname(const String& value) in setHostname() function in WebCore::HTMLAnchorElement
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSLocationCustom.cpp | 204 void JSLocation::setHostname(ExecState* exec, JSValue value) in setHostname() function in WebCore::JSLocation 209 impl()->setHostname(ustringToString(hostname), activeDOMWindow(exec), firstDOMWindow(exec)); in setHostname()
|
/external/nist-sip/java/gov/nist/core/ |
D | Host.java | 190 public void setHostname(String h) { in setHostname() method in Host
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageProcessor.java | 172 host.setHostname(this.getIpAddress().getHostAddress()); in getViaHeader()
|
D | SIPTransactionStack.java | 1351 targetHost.setHostname(nextHop.getHost()); in createMessageChannel() 2013 targetHost.setHostname(nextHop.getHost()); in createRawMessageChannel()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8LocationCustom.cpp | 84 impl->setHostname(hostname, state->activeWindow(), state->firstWindow()); in hostnameAccessorSetter()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 14625 (WebCore::Location::setHostname): 34989 (WebCore::JSLocation::setHostname): Ditto. 35012 (WebCore::Location::setHostname): Ditto.
|
D | ChangeLog-2009-06-16 | 13976 (WebCore::JSLocation::setHostname): 44799 (WebCore::JSLocation::setHostname): 45880 (WebCore::JSLocation::setHostname): 52317 (WebCore::JSLocation::setHostname): 57610 (WebCore::JSLocation::setHostname):
|
D | ChangeLog-2010-05-24 | 21263 (WebCore::JSLocation::setHostname):
|
D | ChangeLog-2008-08-10 | 37480 (WebCore::JSLocation::setHostname):
|
D | ChangeLog-2010-01-29 | 34061 (WebCore::HTMLAnchorElement::setHostname):
|