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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSortingFocusTraversalPolicy.java81 transient private Container cachedRoot; field in class:SortingFocusTraversalPolicy
303 this.cachedRoot = aContainer;
308 this.cachedRoot = null;
400 this.cachedRoot = aContainer;
405 this.cachedRoot = null;
432 if (this.cachedRoot == aContainer) {
475 if (this.cachedRoot == aContainer) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainerOrderFocusTraversalPolicy.java87 transient private Container cachedRoot; field in class:ContainerOrderFocusTraversalPolicy
279 this.cachedRoot = aContainer;
284 this.cachedRoot = null;
376 this.cachedRoot = aContainer;
381 this.cachedRoot = null;
416 if (this.cachedRoot == aContainer) {
466 if (this.cachedRoot == aContainer) {

Completed in 32 milliseconds