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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp61 , m_optionsWidth(0)
190 if (m_optionsWidth == width)
193 m_optionsWidth = width;
326 maxLogicalWidth = max(m_optionsWidth, RenderTheme::theme().minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight();
H A DRenderMenuList.h124 int m_optionsWidth; member in class:WebCore::FINAL
H A DRenderListBox.h161 int m_optionsWidth; member in class:WebCore::FINAL
H A DRenderListBox.cpp87 , m_optionsWidth(0)
167 m_optionsWidth = static_cast<int>(ceilf(width));
230 maxLogicalWidth = m_optionsWidth + 2 * optionsSpacingHorizontal + verticalScrollbarWidth();

Completed in 94 milliseconds