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

/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptEngine.java69 public static final String ENGINE = "javax.script.engine"; field in interface:ScriptEngine
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKPainter.java66 private final static GTKEngine ENGINE = GTKEngine.INSTANCE; field in class:GTKPainter
115 if (! ENGINE.paintCachedImage(g, x, y, w, h, id,
118 ENGINE.startPainting(g, x, y, w, h, id, state, orientation);
119 ENGINE.paintBox(g, context, id, gtkState, ShadowType.OUT,
121 ENGINE.finishPainting();
132 if (! ENGINE.paintCachedImage(g, x, y, w, h, id, orientation)) {
133 ENGINE.startPainting(g, x, y, w, h, id, orientation);
134 ENGINE.paintBox(g, context, id, SynthConstants.ENABLED,
136 ENGINE.finishPainting();
174 if (! ENGINE
[all...]

Completed in 24 milliseconds