Lines Matching refs:element_
603 this.element_ = el;
615 this.element_.innerHTML = '';
877 this.element_.insertAdjacentHTML('BeforeEnd', vmlStr.join(''));
974 this.element_.insertAdjacentHTML('beforeEnd', lineStr.join(''));
1226 this.element_);
1230 var elementStyle = this.element_.currentStyle;
1303 this.element_.insertAdjacentHTML('beforeEnd', lineStr.join(''));
1319 this.element_.insertAdjacentHTML('beforeEnd', s);
1320 this.textMeasureEl_ = this.element_.lastChild;
1322 var doc = this.element_.ownerDocument;