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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageWatched.java35 public Link watcherList; field in class:ImageWatched
38 watcherList = endlink;
144 watcherList = new WeakLink(iw, watcherList);
146 watcherList = watcherList.removeWatcher(null);
150 return watcherList.isWatcher(iw);
155 watcherList = watcherList.removeWatcher(iw);
157 if (watcherList
[all...]

Completed in 28 milliseconds