Home | History | Annotate | Download | only in front_end

Lines Matching defs:sizeValue

286         var sizeValue;
288 sizeValue = (size / this.totalSize()) * 100 + "%";
290 sizeValue = size + "px";
297 this._firstElement.style.right = sizeValue;
298 this._secondElement.style.width = sizeValue;
299 this._resizerElement.style.right = sizeValue;
302 this._firstElement.style.width = sizeValue;
303 this._secondElement.style.left = sizeValue;
304 this._resizerElement.style.left = sizeValue;
309 this._firstElement.style.bottom = sizeValue;
310 this._secondElement.style.height = sizeValue;
311 this._resizerElement.style.bottom = sizeValue;
314 this._firstElement.style.height = sizeValue;
315 this._secondElement.style.top = sizeValue;
316 this._resizerElement.style.top = sizeValue;