Searched refs:_styles (Results 1 – 4 of 4) sorted by relevance
248 _styles: null, property321 const len = this._styles.reduce((sum, style) => sum + style._length, 0);334 for (const s of this._styles) {405 this._styles[i]._length += len;421 const styles = this._styles;520 for (let i = 0; i < this._styles.length; ++i) {521 const l = this._styles[i]._length;529 return [this._styles.length-1, len];543 let s = this._styles[i];556 ASSERT(i < this._styles.length);[all …]
259 _styles: null, property333 for (const s of this._styles) {352 for (const s of this._styles) {422 this._styles[i]._length += 1;438 const styles = this._styles;541 for (let i = 0; i < this._styles.length; ++i) {542 const l = this._styles[i]._length;550 return [this._styles.length-1, len];564 let s = this._styles[i];577 ASSERT(i < this._styles.length);[all …]
85 function build(_styles) { argument89 builder._styles = _styles;104 return build(this._styles.concat(key));131 var nestedStyles = this._styles;
1630 _styles = """ variable1683 _styles = _styles variable in HtmlDiff1725 styles=self._styles,