Home
last modified time | relevance | path

Searched refs:setBaseWidth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h137 void setBaseWidth(int width) { m_baseWidth = std::min(m_maxWindowWidth, width); } in setBaseWidth() function
DPopupContainer.cpp383 listBox()->setBaseWidth(max(controlSize.width() - borderSize * 2, 0)); in showInRect()
410 listBox()->setBaseWidth(max(m_controlSize.width() - borderSize * 2, 0)); in refresh()