Home
last modified time | relevance | path

Searched refs:m_optionsWidth (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderMenuList.cpp53 , 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()
DRenderMenuList.h113 int m_optionsWidth; variable
DRenderListBox.h126 int m_optionsWidth; variable
DRenderListBox.cpp80 , m_optionsWidth(0) in RenderListBox()
122 m_optionsWidth = static_cast<int>(ceilf(width)); in updateFromElement()
173 m_maxPrefWidth = m_optionsWidth + 2 * optionsSpacingHorizontal; in calcPrefWidths()
/external/webkit/WebCore/
DChangeLog-2006-12-3143295 (WebCore::RenderMenuList::calcMinMaxWidth): Use m_optionsWidth directly
43304 m_longestWidth to m_optionsWidth and changed it to be an int. Removed
DChangeLog-2007-10-1459031 Changed to do nothing when m_optionsWidth is already correct.