Searched refs:themeName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKGraphicsUtils.java65 String themeName = GTKLookAndFeel.getGtkThemeName();
66 if (themeName != null && themeName.startsWith("blueprint") &&
H A DMetacity.java69 for (String themeName : themeNames) {
70 if (themeName != null) {
72 INSTANCE = new Metacity(themeName);
75 logError(themeName, ex);
77 logError(themeName, ex);
79 logError(themeName, ex);
105 private String themeName; field in class:Metacity
113 protected Metacity(String themeName) throws IOException, ParserConfigurationException, SAXException { argument
114 this.themeName = themeName;
569 getThemeDir(String themeName) argument
1513 logError(String themeName, Exception ex) argument
1517 logError(String themeName, String msg) argument
[all...]

Completed in 42 milliseconds