Lines Matching refs:_Impl

2540 if(A==null){A=Timeline.ClassicTheme._Impl;
2543 Timeline.ClassicTheme._Impl=function(){this.firstDayOfWeek=0; class in Timeline.ClassicTheme
2572 var A=new Timeline._Impl(D,C,E,F,B);
2635 Timeline._Impl=function(C,B,D,E,A){SimileAjax.WindowManager.initialize(); class in Timeline
2651 Timeline._Impl.prototype.dispose=function(){for(var A=0;
2659 Timeline._Impl.prototype.getBandCount=function(){return this._bands.length;
2661 Timeline._Impl.prototype.getBand=function(A){return this._bands[A];
2663 Timeline._Impl.prototype.finishedEventLoading=function(){this._autoWidthCheck(true);
2666 Timeline._Impl.prototype.layout=function(){this._autoWidthCheck(true);
2669 Timeline._Impl.prototype.paint=function(){for(var A=0;
2673 Timeline._Impl.prototype.getDocument=function(){return this._containerDiv.ownerDocument;
2675 Timeline._Impl.prototype.addDiv=function(A){this._containerDiv.appendChild(A);
2677 Timeline._Impl.prototype.removeDiv=function(A){this._containerDiv.removeChild(A);
2679 Timeline._Impl.prototype.isHorizontal=function(){return this._orientation==Timeline.HORIZONTAL;
2681 Timeline._Impl.prototype.isVertical=function(){return this._orientation==Timeline.VERTICAL;
2683 Timeline._Impl.prototype.getPixelLength=function(){return this._orientation==Timeline.HORIZONTAL?th…
2685 Timeline._Impl.prototype.getPixelWidth=function(){return this._orientation==Timeline.VERTICAL?this.…
2687 Timeline._Impl.prototype.getUnit=function(){return this._unit;
2689 Timeline._Impl.prototype.getWidthStyle=function(){return this._orientation==Timeline.HORIZONTAL?"he…
2691 Timeline._Impl.prototype.loadXML=function(B,D){var A=this;
2704 Timeline._Impl.prototype.loadJSON=function(url,f){var tl=this;
2715 Timeline._Impl.prototype._autoWidthScrollListener=function(A){A.getTimeline()._autoWidthCheck(false…
2717 Timeline._Impl.prototype._autoWidthCheck=function(C){var A=this;
2740 Timeline._Impl.prototype._initialize=function(){var H=this._containerDiv;
2775 Timeline._Impl.prototype._distributeWidths=function(){var G=this.getPixelLength();
2793 Timeline._Impl.prototype.shiftOK=function(C,B){var F=B>0,A=B<0;
2813 Timeline._Impl.prototype.zoom=function(D,A,G,F){var C=new RegExp("^timeline-band-([0-9]+)$");