OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBaseWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h
156
void
setBaseWidth
(int width) { m_baseWidth = std::min(m_maxWindowWidth, width); }
PopupContainer.cpp
397
m_listBox->
setBaseWidth
(max(controlSize.width() - borderSize * 2, 0));
424
m_listBox->
setBaseWidth
(max(m_controlSize.width() - borderSize * 2, 0));
Completed in 48 milliseconds