OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_baseWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h
160
void setBaseWidth(int width) {
m_baseWidth
= std::min(m_maxWindowWidth, width); }
268
int
m_baseWidth
;
PopupListBox.cpp
79
,
m_baseWidth
(0)
901
windowWidth =
m_baseWidth
;
902
contentWidth =
m_baseWidth
- scrollbarWidth;
909
m_baseWidth
= baseWidth;
913
if (windowWidth <
m_baseWidth
) {
914
windowWidth =
m_baseWidth
;
915
contentWidth =
m_baseWidth
- scrollbarWidth;
917
m_baseWidth
= baseWidth;
Completed in 25 milliseconds