Lines Matching refs:_Impl

2524 if(A==null){A=Timeline.ClassicTheme._Impl;
2527 Timeline.ClassicTheme._Impl=function(){this.firstDayOfWeek=0; class in Timeline.ClassicTheme
2556 var A=new Timeline._Impl(D,C,E,F,B);
2619 Timeline._Impl=function(C,B,D,E,A){SimileAjax.WindowManager.initialize(); class in Timeline
2635 Timeline._Impl.prototype.dispose=function(){for(var A=0;
2643 Timeline._Impl.prototype.getBandCount=function(){return this._bands.length;
2645 Timeline._Impl.prototype.getBand=function(A){return this._bands[A];
2647 Timeline._Impl.prototype.finishedEventLoading=function(){this._autoWidthCheck(true);
2650 Timeline._Impl.prototype.layout=function(){this._autoWidthCheck(true);
2653 Timeline._Impl.prototype.paint=function(){for(var A=0;
2657 Timeline._Impl.prototype.getDocument=function(){return this._containerDiv.ownerDocument;
2659 Timeline._Impl.prototype.addDiv=function(A){this._containerDiv.appendChild(A);
2661 Timeline._Impl.prototype.removeDiv=function(A){this._containerDiv.removeChild(A);
2663 Timeline._Impl.prototype.isHorizontal=function(){return this._orientation==Timeline.HORIZONTAL;
2665 Timeline._Impl.prototype.isVertical=function(){return this._orientation==Timeline.VERTICAL;
2667 Timeline._Impl.prototype.getPixelLength=function(){return this._orientation==Timeline.HORIZONTAL?th…
2669 Timeline._Impl.prototype.getPixelWidth=function(){return this._orientation==Timeline.VERTICAL?this.…
2671 Timeline._Impl.prototype.getUnit=function(){return this._unit;
2673 Timeline._Impl.prototype.getWidthStyle=function(){return this._orientation==Timeline.HORIZONTAL?"he…
2675 Timeline._Impl.prototype.loadXML=function(B,D){var A=this;
2688 Timeline._Impl.prototype.loadJSON=function(url,f){var tl=this;
2699 Timeline._Impl.prototype._autoWidthScrollListener=function(A){A.getTimeline()._autoWidthCheck(false…
2701 Timeline._Impl.prototype._autoWidthCheck=function(C){var A=this;
2724 Timeline._Impl.prototype._initialize=function(){var H=this._containerDiv;
2759 Timeline._Impl.prototype._distributeWidths=function(){var G=this.getPixelLength();
2777 Timeline._Impl.prototype.shiftOK=function(C,B){var F=B>0,A=B<0;
2797 Timeline._Impl.prototype.zoom=function(D,A,G,F){var C=new RegExp("^timeline-band-([0-9]+)$");