Searched defs:styleSheet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/swing/Security/6938813/
H A Dbug6938813.java43 private static volatile StyleSheet styleSheet; field in class:bug6938813
85 if (styleSheet == null) {
87 styleSheet = htmlEditorKit.getStyleSheet();
89 assertTrue(styleSheet != null, "htmlEditorKit.getStyleSheet() returns null");
90 assertTrue(htmlEditorKit.getStyleSheet() == styleSheet, "Something wrong with htmlEditorKit.getStyleSheet()");
92 assertTrue(htmlEditorKit.getStyleSheet() != styleSheet, "HtmlEditorKit.getStyleSheet() mixed AppContexts");
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java3387 styleSheet = ss;
3389 return styleSheet;
3401 private transient StyleSheet styleSheet = null; field in class:CSS

Completed in 51 milliseconds