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 134 int m_optionsWidth;
RenderListBox.h 155 int m_optionsWidth;
RenderMenuList.cpp 60 , m_optionsWidth(0)
192 if (m_optionsWidth == width)
195 m_optionsWidth = width;
286 maxLogicalWidth = max(m_optionsWidth, theme()->minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight();
RenderListBox.cpp 87 , m_optionsWidth(0)
143 m_optionsWidth = static_cast<int>(ceilf(width));
205 maxLogicalWidth = m_optionsWidth + 2 * optionsSpacingHorizontal;

Completed in 53 milliseconds