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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStringContent.java404 posRefs = getPositionsInRange(null, offset, length);
420 if(posRefs != null) {
421 updateUndoPositions(posRefs);
422 posRefs = null;
439 protected Vector posRefs; field in class:StringContent.InsertUndo
453 posRefs = getPositionsInRange(null, offset, length);
462 if(posRefs != null) {
463 updateUndoPositions(posRefs);
464 posRefs = null;
480 posRefs
496 protected Vector posRefs; field in class:StringContent.RemoveUndo
[all...]
H A DGapContent.java869 posRefs = getPositionsInRange(null, offset, length);
883 if(posRefs != null) {
884 updateUndoPositions(posRefs, offset, length);
885 posRefs = null;
901 protected Vector posRefs; field in class:GapContent.InsertUndo
914 posRefs = getPositionsInRange(null, offset, length);
922 if(posRefs != null) {
923 updateUndoPositions(posRefs, offset, length);
924 posRefs = null;
937 posRefs
952 protected Vector posRefs; field in class:GapContent.RemoveUndo
[all...]

Completed in 25 milliseconds