Searched refs:isStrong (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DLinkInfoImpl.java238 * @param isStrong true if the link should be strong.
242 boolean isStrong, String styleName){
246 this.isStrong = isStrong;
258 * @param isStrong true if the link should be strong.
261 boolean isStrong){
265 this.isStrong = isStrong;
286 * @param isStrong true if the link should be strong.
289 boolean isStrong){
241 LinkInfoImpl(int context, ClassDoc classDoc, String where, String label, boolean isStrong, String styleName) argument
260 LinkInfoImpl(int context, ClassDoc classDoc, String where, String label, boolean isStrong) argument
288 LinkInfoImpl(int context, ExecutableMemberDoc executableMemberDoc, boolean isStrong) argument
302 LinkInfoImpl(int context, ClassDoc classDoc, boolean isStrong) argument
340 LinkInfoImpl(int context, Type type, String label, boolean isStrong) argument
356 LinkInfoImpl(int context, ClassDoc classDoc, String label, boolean isStrong) argument
[all...]
H A DLinkFactoryImpl.java81 classLinkInfo.isStrong, classLinkInfo.styleName,
92 label.toString(), classLinkInfo.isStrong, classLinkInfo.styleName,
H A DHtmlDocletWriter.java1637 * @param isStrong true if the label should be strong.
1639 public void printPackageLink(PackageDoc pkg, String label, boolean isStrong) { argument
1640 print(getPackageLinkString(pkg, label, isStrong));
1648 * @param isStrong true if the label should be strong.
1651 public void printPackageLink(PackageDoc pkg, String label, boolean isStrong, argument
1653 print(getPackageLinkString(pkg, label, isStrong, style));
1661 * @param isStrong true if the label should be strong.
1665 boolean isStrong) {
1666 return getPackageLinkString(pkg, label, isStrong, "");
1674 * @param isStrong tru
1664 getPackageLinkString(PackageDoc pkg, String label, boolean isStrong) argument
1678 getPackageLinkString(PackageDoc pkg, String label, boolean isStrong, String style) argument
1898 getPreQualifiedClassLink(int context, ClassDoc cd, boolean isStrong) argument
1919 addPreQualifiedClassLink(int context, ClassDoc cd, boolean isStrong, Content contentTree) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/
H A DLinkInfo.java74 public boolean isStrong = false; field in class:LinkInfo
/openjdk7/jdk/src/share/back/
H A DcommonRef.c117 node->isStrong = JNI_FALSE;
136 if (node->isStrong) {
150 if (!node->isStrong) {
165 node->isStrong = JNI_TRUE;
177 if (node->isStrong) {
184 node->isStrong = JNI_FALSE;
449 if (node->isStrong) {
576 if ( (!node->isStrong) &&
H A Dutil.h65 unsigned isStrong : 1; /* 1 means this is a string reference */ member in struct:RefNode

Completed in 66 milliseconds