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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1156 * NOTE. In case isTrustedContext() no checking
1163 * for untrusted context (see isTrustedContext) checks the
1179 if (canAccess && ! isTrustedContext()) {
1191 return isTrustedContext()
1202 return isTrustedContext()
1321 private static boolean isTrustedContext() { method in class:SwingUtilities2

Completed in 32 milliseconds