Lines Matching refs:customEntries
96 Sidebar.prototype.customEntries = null; method in Sidebar
292 if (this.customEntries != null)
294 for (var i = 0; i < this.customEntries.length; i++)
296 var section = this.customEntries[i];
331 if (this.customEntries != null)
333 for (var i = 0; i < this.customEntries.length; i++)
335 var section = this.customEntries[i];
426 if (this.customEntries != null)
428 for (var i = 0; i < this.customEntries.length; i++)
430 var section = this.customEntries[i];
849 if (this.customEntries != null)
853 for (var i = 0; i < this.customEntries.length; i++)
855 var section = this.customEntries[i];
1028 this.addGeneralPalette(this.customEntries == null);