Searched refs:m_optionsWidth (Results 1 – 6 of 6) sorted by relevance
53 , m_optionsWidth(0) in RenderMenuList()156 if (m_optionsWidth == width) in updateOptionsWidth()159 m_optionsWidth = width; in updateOptionsWidth()248 …m_maxPrefWidth = max(m_optionsWidth, theme()->minimumMenuListSize(style())) + m_innerBlock->paddin… in calcPrefWidths()
113 int m_optionsWidth; variable
126 int m_optionsWidth; variable
80 , m_optionsWidth(0) in RenderListBox()122 m_optionsWidth = static_cast<int>(ceilf(width)); in updateFromElement()173 m_maxPrefWidth = m_optionsWidth + 2 * optionsSpacingHorizontal; in calcPrefWidths()
43295 (WebCore::RenderMenuList::calcMinMaxWidth): Use m_optionsWidth directly43304 m_longestWidth to m_optionsWidth and changed it to be an int. Removed
59031 Changed to do nothing when m_optionsWidth is already correct.