Lines Matching refs:removeLayerDiv

198 Timeline._Band.prototype.removeLayerDiv=function(A){this._innerDiv.removeChild(A.parentNode);  method in Timeline._Band
442 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…
1331 if(this._lineLayer){this._band.removeLayerDiv(this._lineLayer);
1389 …rPainter.prototype.paint=function(){if(this._markerLayer){this._band.removeLayerDiv(this._markerLa…
1393 if(this._lineLayer){this._band.removeLayerDiv(this._lineLayer);
1448 …rPainter.prototype.paint=function(){if(this._markerLayer){this._band.removeLayerDiv(this._markerLa…
1452 if(this._lineLayer){this._band.removeLayerDiv(this._lineLayer);
1492 …rPainter.prototype.paint=function(){if(this._markerLayer){this._band.removeLayerDiv(this._markerLa…
1496 if(this._lineLayer){this._band.removeLayerDiv(this._lineLayer);
1878 if(this._highlightLayer!=null){B.removeLayerDiv(this._highlightLayer);
1881 if(this._lineLayer!=null){B.removeLayerDiv(this._lineLayer);
1884 if(this._eventLayer!=null){B.removeLayerDiv(this._eventLayer);
2199 if(this._highlightLayer!=null){A.removeLayerDiv(this._highlightLayer);
2202 if(this._eventLayer!=null){A.removeLayerDiv(this._eventLayer);