Lines Matching refs:currentEditor
388 entry.currentEditor = null; in readJournalLine()
391 entry.currentEditor = new Editor(entry); in readJournalLine()
407 if (entry.currentEditor == null) { in processJournal()
412 entry.currentEditor = null; in processJournal()
443 if (entry.currentEditor != null) { in rebuildJournal()
528 } else if (entry.currentEditor != null) { in edit()
533 entry.currentEditor = editor; in edit()
567 if (entry.currentEditor != editor) { in completeEdit()
598 entry.currentEditor = null; in completeEdit()
635 if (entry == null || entry.currentEditor != null) { in remove()
689 if (entry.currentEditor != null) { in close()
690 entry.currentEditor.abort(); in close()
788 if (entry.currentEditor != this) { in newInputStream()
816 if (entry.currentEditor != this) { in newOutputStream()
906 private Editor currentEditor; field in DiskLruCache.Entry