Searched refs:computedLength (Results 1 – 5 of 5) sorted by relevance
112 setWidth(model.maxWidthExpression().computedLength());116 setWidth(model.minWidthExpression().computedLength());120 if (currentWidth !== model.minWidthExpression().computedLength())121 setWidth(model.minWidthExpression().computedLength());123 setWidth(model.maxWidthExpression().computedLength());317 … var minWidthValue = model.minWidthExpression() ? model.minWidthExpression().computedLength() : 0;330 … widthPixelValue = (model.maxWidthExpression().computedLength() - minWidthValue) / zoomFactor;332 … widthPixelValue = (model.maxWidthExpression().computedLength() - this._offset) / zoomFactor;395 var pixels = expression.computedLength();427 …thExpression() || (this.minWidthExpression().computedLength() === other.minWidthExpression().compu…[all …]
272 float x = floatValueForLength(centerX.computedLength(), boxSize.width()); in floatPointForCenterCoordinate()273 float y = floatValueForLength(centerY.computedLength(), boxSize.height()); in floatPointForCenterCoordinate()
103 const Length& computedLength() const { return m_computedLength; } in computedLength() function
1031 int computedLength; in buildMediaObject() local1032 if (mediaValues->computeLength(expValue.value, expValue.unit, computedLength)) in buildMediaObject()1033 mediaQueryExpression->setComputedLength(computedLength); in buildMediaObject()
1306 this._computedLength = payload.computedLength || null;1346 computedLength: function() method in WebInspector.CSSMediaQueryExpression