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

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVMState.java38 private boolean notifyingListeners = false; // synchronized (this) field in class:VMState
141 if (!notifyingListeners) {
143 notifyingListeners = true;
168 notifyingListeners = false;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java191 notifyingListeners = true;
206 notifyingListeners = false;
220 notifyingListeners = true;
235 notifyingListeners = false;
249 notifyingListeners = true;
264 notifyingListeners = false;
1334 if (notifyingListeners) {
1477 private transient boolean notifyingListeners; field in class:AbstractDocument

Completed in 37 milliseconds