OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_optionsWidth
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderMenuList.h
131
int
m_optionsWidth
;
RenderListBox.h
143
int
m_optionsWidth
;
RenderMenuList.cpp
56
,
m_optionsWidth
(0)
164
if (
m_optionsWidth
== width)
167
m_optionsWidth
= width;
259
m_maxPreferredLogicalWidth = max(
m_optionsWidth
, theme()->minimumMenuListSize(style())) + m_innerBlock->paddingLeft() + m_innerBlock->paddingRight();
RenderListBox.cpp
82
,
m_optionsWidth
(0)
124
m_optionsWidth
= static_cast<int>(ceilf(width));
178
m_maxPreferredLogicalWidth =
m_optionsWidth
+ 2 * optionsSpacingHorizontal;
Completed in 486 milliseconds