Lines Matching refs:currentEntry
3358 var currentEntry = null, lastEntry = null;
3485 if (currentEntry != null && lastEntry == null)
3487 currentEntry.style.backgroundColor = '';
3488 lastEntry = currentEntry;
3489 currentEntry = msgDiv; //To prevebt NPE later
3547 if (currentEntry != entry2)
3549 currentEntry.style.backgroundColor = '';
3550 currentEntry = entry2;
3551 currentEntry.style.backgroundColor = leftHighlight;
3592 if (currentEntry != entry)
3594 currentEntry.style.backgroundColor = '';
3595 currentEntry = entry;
3596 currentEntry.style.backgroundColor = leftHighlight;
3679 if (currentEntry == null && templateList.length > 0)
3681 currentEntry = entry;
3682 currentEntry.style.backgroundColor = leftHighlight;
10020 var currentEntry = null, lastEntry = null;
10070 if (currentEntry != null)
10072 currentEntry.style.fontWeight = 'normal';
10073 currentEntry.style.textDecoration = 'none';
10074 lastEntry = currentEntry;
10075 currentEntry = null;
10821 if (currentEntry != entry)
10823 if (currentEntry != null)
10825 currentEntry.style.fontWeight = 'normal';
10826 currentEntry.style.textDecoration = 'none';
10834 currentEntry = entry;
10835 currentEntry.style.fontWeight = 'bold';
10836 currentEntry.style.textDecoration = 'underline';