Home | History | Annotate | Download | only in chromium

Lines Matching refs:Fixed

74 // FIXME: After the referenced bug is fixed on all supported platforms, remove
221 result.setWidth(Length(controlSize.width(), Fixed));
223 result.setHeight(Length(controlSize.height(), Fixed));
703 return LengthSize(Length(Fixed), Length(Fixed));
720 return LengthSize(Length(0, Fixed), Length(static_cast<int>(15 * zoomFactor), Fixed));
723 return LengthSize(Length(Fixed), Length(Fixed));
726 return LengthSize(Length(static_cast<int>(base.width() * zoomFactor), Fixed),
727 Length(static_cast<int>(base.height() * zoomFactor), Fixed));