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
156
void setBaseWidth(int width) {
m_baseWidth
= std::min(m_maxWindowWidth, width); }
277
int
m_baseWidth
;
PopupListBox.cpp
76
,
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;
[
all
...]
Completed in 137 milliseconds