Lines Matching refs:getDocument

25 var E=this._timeline.getDocument().createElement("div");
33 this._div=this._timeline.getDocument().createElement("div");
45 }}this._innerDiv=this._timeline.getDocument().createElement("div");
187 Timeline._Band.prototype.createLayerDiv=function(C,A){var D=this._timeline.getDocument().createElem…
191 var B=this._timeline.getDocument().createElement("div");
556 var q=this._timeline.getDocument().createElement("div");
582 var s=I._timeline.getDocument().createElement("div");
724 var A=this._timeline.getDocument().createElement("div");
733 …EventPainter.prototype._paintEventLabel=function(E,I,C,F,A,G,D){var H=this._timeline.getDocument();
747 var L=this._timeline.getDocument().createElement("div");
762 …tPainter.prototype._createHighlightDiv=function(A,C,E){if(A>=0){var D=this._timeline.getDocument();
848 var H=this._timeline.getDocument();
905 var D=this._timeline.getDocument();
1005 …entPainter.prototype.paintPreciseInstantEvent=function(L,P,S,Q){var T=this._timeline.getDocument();
1035 …tPainter.prototype.paintImpreciseInstantEvent=function(O,S,W,T){var X=this._timeline.getDocument();
1070 …ntPainter.prototype.paintPreciseDurationEvent=function(K,O,T,Q){var U=this._timeline.getDocument();
1098 …Painter.prototype.paintImpreciseDurationEvent=function(M,T,Y,V){var Z=this._timeline.getDocument();
1191 var B=this._timeline.getDocument().createElement("div");
1208 var A=this._timeline.getDocument().createElement("div");
1218 …EventPainter.prototype._paintEventLabel=function(I,J,C,F,A,G,E){var H=this._timeline.getDocument();
1246 var M=this._timeline.getDocument().createElement("div");
1260 …tPainter.prototype._createHighlightDiv=function(A,C,E){if(A>=0){var D=this._timeline.getDocument();
1538 if(M&&a!=SimileAjax.DateTime.WEEK){var V=I.getDocument().createElement("div");
1550 var X=I.getDocument().createElement("div");
1559 var O=I.getDocument().createElement("div");
1570 this._createHighlightDiv=function(){if(this._highlightDiv==null){this._highlightDiv=B.getDocument()…
1897 …entPainter.prototype.paintPreciseInstantEvent=function(N,S,V,T){var W=this._timeline.getDocument();
1924 …tPainter.prototype.paintImpreciseInstantEvent=function(P,U,Z,W){var b=this._timeline.getDocument();
1958 …ntPainter.prototype.paintPreciseDurationEvent=function(M,R,W,T){var X=this._timeline.getDocument();
1987 …Painter.prototype.paintImpreciseDurationEvent=function(O,W,b,Y){var c=this._timeline.getDocument();
2038 var A=this._timeline.getDocument().createElement("div");
2048 …tPainter.prototype._paintEventLabel=function(K,L,D,H,A,J,G,E,C){var I=this._timeline.getDocument();
2067 var O=this._timeline.getDocument().createElement("div");
2097 if(A>=0){var E=this._timeline.getDocument();
2235 var M=this._timeline.getDocument().createElement("div");
2250 var K=this._timeline.getDocument().createElement("div");
2260 …tPainter.prototype._createHighlightDiv=function(A,C,E){if(A>=0){var D=this._timeline.getDocument();
2657 Timeline._Impl.prototype.getDocument=function(){return this._containerDiv.ownerDocument; method in Timeline._Impl