Home | History | Annotate | Download | only in util

Lines Matching defs:currentEditor

388             entry.currentEditor = null;
391 entry.currentEditor = new Editor(entry);
407 if (entry.currentEditor == null) {
412 entry.currentEditor = null;
443 if (entry.currentEditor != null) {
528 } else if (entry.currentEditor != null) {
533 entry.currentEditor = editor;
567 if (entry.currentEditor != editor) {
598 entry.currentEditor = null;
635 if (entry == null || entry.currentEditor != null) {
689 if (entry.currentEditor != null) {
690 entry.currentEditor.abort();
788 if (entry.currentEditor != this) {
816 if (entry.currentEditor != this) {
906 private Editor currentEditor;