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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp192 float optionWidth = 0; local
194 optionWidth += minimumValueForLength(optionStyle->textIndent(), 0);
196 optionWidth += style()->font().width(text);
197 maxOptionWidth = std::max(maxOptionWidth, optionWidth);

Completed in 948 milliseconds