OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clientInsetLeft
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/
PlatformPopupMenuData.h
49
int
m_clientInsetLeft
;
PlatformPopupMenuData.cpp
37
,
m_clientInsetLeft
(0)
50
encoder->encode(
m_clientInsetLeft
);
75
if (!decoder->decode(data.
m_clientInsetLeft
))
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
51
data.
m_clientInsetLeft
= m_popupClient->clientInsetLeft();
74
popupWidth += max(0, data.m_clientPaddingRight - data.m_clientInsetRight) + max(0, data.m_clientPaddingLeft - data.
m_clientInsetLeft
);
134
int textX = std::max(0, data.m_clientPaddingLeft - data.
m_clientInsetLeft
);
/external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp
391
popupWidth = max(rectInScreenCoords.width() - m_data.
m_clientInsetLeft
- m_data.m_clientInsetRight, popupWidth);
394
int popupX = rectInScreenCoords.x() + m_data.
m_clientInsetLeft
;
Completed in 29 milliseconds