Searched refs:removeLayerDiv (Results 1 – 2 of 2) sorted by relevance
198 Timeline._Band.prototype.removeLayerDiv=function(A){this._innerDiv.removeChild(A.parentNode); method in Timeline._Band442 if(this._highlightLayer!=null){B.removeLayerDiv(this._highlightLayer);445 if(this._lineLayer!=null){B.removeLayerDiv(this._lineLayer);448 if(this._eventLayer!=null){B.removeLayerDiv(this._eventLayer);838 …rator.prototype.paint=function(){if(this._layerDiv!=null){this._band.removeLayerDiv(this._layerDiv…897 …rator.prototype.paint=function(){if(this._layerDiv!=null){this._band.removeLayerDiv(this._layerDiv…986 if(this._highlightLayer!=null){B.removeLayerDiv(this._highlightLayer);989 if(this._lineLayer!=null){B.removeLayerDiv(this._lineLayer);992 if(this._eventLayer!=null){B.removeLayerDiv(this._eventLayer);1327 …rPainter.prototype.paint=function(){if(this._markerLayer){this._band.removeLayerDiv(this._markerLa…[all …]