Searched refs:aComputedWidth (Results 1 – 9 of 9) sorted by relevance
792 void SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth()794 SetComputedBSize(aComputedWidth); in SetComputedWidth()796 SetComputedISize(aComputedWidth); in SetComputedWidth()
805 void SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth()807 SetComputedBSize(aComputedWidth); in SetComputedWidth()809 SetComputedISize(aComputedWidth); in SetComputedWidth()
307 ReflowInput::SetComputedWidth(nscoord aComputedWidth)323 NS_PRECONDITION(aComputedWidth >= 0, "Invalid computed width");324 if (ComputedWidth() != aComputedWidth) {325 ComputedWidth() = aComputedWidth;
866 void SetComputedWidth(nscoord aComputedWidth);
272 void ReflowInput::SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth() argument287 NS_PRECONDITION(aComputedWidth >= 0, "Invalid computed width"); in SetComputedWidth()288 if (ComputedWidth() != aComputedWidth) { in SetComputedWidth()289 ComputedWidth() = aComputedWidth; in SetComputedWidth()
872 void SetComputedWidth(nscoord aComputedWidth);
267 void ReflowInput::SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth() argument282 MOZ_ASSERT(aComputedWidth >= 0, "Invalid computed width"); in SetComputedWidth()283 if (ComputedWidth() != aComputedWidth) { in SetComputedWidth()284 ComputedWidth() = aComputedWidth; in SetComputedWidth()
953 void SetComputedWidth(nscoord aComputedWidth);