Searched defs:setHostname (Results 1 - 6 of 6) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DHost.java190 public void setHostname(String h) { method in class:Host
/external/okhttp/android/main/java/libcore/util/
H A DLibcore.java50 private static final Method setHostname; field in class:Libcore
61 setHostname = openSslSocketClass.getMethod("setHostname", String.class);
95 setHostname.invoke(socket, socketHost);
/external/webkit/Source/WebCore/page/
H A DLocation.cpp177 void Location::setHostname(const String& hostname, DOMWindow* activeWindow, DOMWindow* firstWindow) function in class:WebCore::Location
/external/okhttp/src/main/java/libcore/util/
H A DLibcore.java51 private static Method setHostname; field in class:Libcore
66 setHostname = openSslSocketClass.getMethod("setHostname", String.class);
96 setHostname.invoke(socket, socketHost);
/external/webkit/Source/WebCore/bindings/js/
H A DJSLocationCustom.cpp204 void JSLocation::setHostname(ExecState* exec, JSValue value) function in class:WebCore::JSLocation
209 impl()->setHostname(ustringToString(hostname), activeDOMWindow(exec), firstDOMWindow(exec));
/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp367 void HTMLAnchorElement::setHostname(const String& value) function in class:WebCore::HTMLAnchorElement

Completed in 491 milliseconds