HomeSort by relevance Sort by last modified time
    Searched refs:m_optionsWidth (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 124 int m_optionsWidth;
RenderListBox.h 161 int m_optionsWidth;
RenderMenuList.cpp 61 , 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();
RenderListBox.cpp 87 , m_optionsWidth(0)
167 m_optionsWidth = static_cast<int>(ceilf(width));
230 maxLogicalWidth = m_optionsWidth + 2 * optionsSpacingHorizontal + verticalScrollbarWidth();
    [all...]

Completed in 574 milliseconds