Searched refs:useNative (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/native/common/
H A Djni_util_md.c47 static BOOL useNative; local
50 useNative = FALSE;
70 useNative = (!strcmp("kernel", jvmPath + strlen(jvmPath) -
72 if (useNative)
78 return useNative;
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSManagerImpl.java64 public GSSManagerImpl(GSSCaller caller, boolean useNative) { argument
65 list = new ProviderList(caller, useNative);
H A DProviderList.java126 public ProviderList(GSSCaller caller, boolean useNative) { argument
129 if (useNative) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java372 * If {@code useNative} is {@code false}, the {@code color} is
379 * If {@code useNative} is {@code true}, the {@code color} is the
387 * @param useNative whether the color is obtained from {@code SystemColor}
393 * {@code useNative} is {@code false} and one of the
395 * @throws ArrayIndexOutOfBoundsException if {@code useNative} is
402 protected void loadSystemColors(UIDefaults table, String[] systemColors, boolean useNative) argument
408 if (useNative) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKLookAndFeel.java1559 protected void loadSystemColors(UIDefaults table, String[] systemColors, boolean useNative) { argument

Completed in 41 milliseconds