Home
last modified time | relevance | path

Searched refs:setHostname (Results 1 – 16 of 16) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/internal/
DPlatform.java131 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/
DLocation.h62 void setHostname(const String&, DOMWindow* activeWindow, DOMWindow* firstWindow);
DLocation.cpp177 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/
DPlatform.java61 openSSLSocket.setHostname(uriHost); in enableTlsExtensions()
/external/webkit/Source/WebCore/html/
DHTMLAnchorElement.h71 void setHostname(const String&);
DHTMLAnchorElement.cpp367 void HTMLAnchorElement::setHostname(const String& value) in setHostname() function in WebCore::HTMLAnchorElement
/external/webkit/Source/WebCore/bindings/js/
DJSLocationCustom.cpp204 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/
DHost.java190 public void setHostname(String h) { in setHostname() method in Host
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java172 host.setHostname(this.getIpAddress().getHostAddress()); in getViaHeader()
DSIPTransactionStack.java1351 targetHost.setHostname(nextHop.getHost()); in createMessageChannel()
2013 targetHost.setHostname(nextHop.getHost()); in createRawMessageChannel()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8LocationCustom.cpp84 impl->setHostname(hostname, state->activeWindow(), state->firstWindow()); in hostnameAccessorSetter()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1614625 (WebCore::Location::setHostname):
34989 (WebCore::JSLocation::setHostname): Ditto.
35012 (WebCore::Location::setHostname): Ditto.
DChangeLog-2009-06-1613976 (WebCore::JSLocation::setHostname):
44799 (WebCore::JSLocation::setHostname):
45880 (WebCore::JSLocation::setHostname):
52317 (WebCore::JSLocation::setHostname):
57610 (WebCore::JSLocation::setHostname):
DChangeLog-2010-05-2421263 (WebCore::JSLocation::setHostname):
DChangeLog-2008-08-1037480 (WebCore::JSLocation::setHostname):
DChangeLog-2010-01-2934061 (WebCore::HTMLAnchorElement::setHostname):