Searched refs:specifiedWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp835 Length specifiedWidth = block->isTableCell() local
837 if (specifiedWidth.isFixed()) {
838 if ((width = specifiedWidth.value()) > 0)
841 if (specifiedWidth.isPercent()) {
843 if ((width = floatValueForLength(specifiedWidth, containerWidth)) > 0)

Completed in 72 milliseconds