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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 159 void setBaseWidth(int width) { m_baseWidth = std::min(m_maxWindowWidth, width); }
PopupContainer.cpp 380 listBox()->setBaseWidth(max(controlSize.width() - borderSize * 2, 0));
407 listBox()->setBaseWidth(max(m_controlSize.width() - borderSize * 2, 0));

Completed in 155 milliseconds