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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DSubWriterHolderWriter.java176 Content strong = HtmlTree.STRONG(deprecatedPhrase);
187 Content strong = HtmlTree.STRONG(deprecatedPhrase);
H A DAbstractIndexWriter.java211 Content span = HtmlTree.SPAN(HtmlStyle.strong, deprecatedPhrase);
H A DPackageWriterImpl.java152 Content deprPhrase = HtmlTree.SPAN(HtmlStyle.strong, deprecatedPhrase);
H A DAnnotationTypeWriterImpl.java260 Content strong = HtmlTree.STRONG(deprecatedPhrase);
H A DClassWriterImpl.java518 Content strong = HtmlTree.STRONG(deprecatedPhrase);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java115 public final Content deprecatedPhrase; field in class:HtmlWriter
198 deprecatedPhrase = getResource("doclet.Deprecated");

Completed in 58 milliseconds