Searched refs:getBase (Results 26 - 35 of 35) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java523 public int getBase() { method in class:NamespaceContextImpl.Element
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java623 Address oldBase = res.getBase();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFormView.java239 URL base = ((HTMLDocument)getElement().getDocument()).getBase();
456 URL base = doc.getBase();
H A DStyleSheet.java307 parser.parse(getBase(), new StringReader(rule), false, false);
493 public URL getBase() { method in class:StyleSheet
984 return ((CSS.BackgroundImage)value).getImage(getBase());
2041 if (tmpstr != null && ss != null && ss.getBase() != null) {
2043 URL u = new URL(ss.getBase(), tmpstr);
H A DHTMLEditorKit.java894 URL base = hdoc.getBase();
939 u = new URL(doc.getBase(), this.href);
952 u = new URL(doc.getBase(), href);
H A DImageView.java164 URL reference = ((HTMLDocument)getDocument()).getBase();
H A DHTMLWriter.java438 write("<base href=\"" + document.getBase() + "\">");
H A DHTMLDocument.java397 public URL getBase() { method in class:HTMLDocument
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeMessage.java849 BigInteger getBase() { method in class:HandshakeMessage.DH_ServerKeyExchange
886 dh_g = toByteArray(obj.getBase());
H A DClientHandshaker.java621 dh = new DHCrypt(mesg.getModulus(), mesg.getBase(),

Completed in 2008 milliseconds

12