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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp60 , m_optionsWidth(0)
204 if (m_optionsWidth == width)
207 m_optionsWidth = width;
340 maxLogicalWidth = std::max(m_optionsWidth, RenderTheme::theme().minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight();
H A DRenderMenuList.h127 int m_optionsWidth; member in class:blink::FINAL

Completed in 325 milliseconds