Home
last modified time | relevance | path

Searched refs:cssVariables (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/turbolizer/src/
Drange-view.ts367 + ",calc(" + this.view.cssVariables.positionWidth + "ch + "
368 + this.view.cssVariables.blockBorderWidth + "px)";
404 const spacePerCell = this.view.cssVariables.positionWidth;
448 + ",calc(" + this.view.cssVariables.positionWidth + "ch + "
449 + this.view.cssVariables.blockBorderWidth + "px)";
864 cssVariables: CSSVariables; property in RangeView
883 this.cssVariables = new CSSVariables();