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

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h156 void setBaseWidth(int width) { m_baseWidth = std::min(m_maxWindowWidth, width); }
277 int m_baseWidth; member in class:blink::FINAL
H A DPopupListBox.cpp76 , m_baseWidth(0)
816 m_baseWidth = baseWidth;
820 if (windowWidth < m_baseWidth) {
821 windowWidth = m_baseWidth;
822 contentWidth = m_baseWidth - scrollbarWidth;
824 m_baseWidth = baseWidth;

Completed in 351 milliseconds