OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clientPaddingRight
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Shared/
PlatformPopupMenuData.h
48
int
m_clientPaddingRight
;
PlatformPopupMenuData.cpp
36
,
m_clientPaddingRight
(0)
49
encoder->encode(
m_clientPaddingRight
);
73
if (!decoder->decode(data.
m_clientPaddingRight
))
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
50
data.
m_clientPaddingRight
= m_popupClient->clientPaddingRight();
74
popupWidth += max(0, data.
m_clientPaddingRight
- data.m_clientInsetRight) + max(0, data.m_clientPaddingLeft - data.m_clientInsetLeft);
Completed in 17 milliseconds