OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clientPaddingLeft
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Shared/
PlatformPopupMenuData.h
47
int
m_clientPaddingLeft
;
PlatformPopupMenuData.cpp
35
:
m_clientPaddingLeft
(0)
48
encoder->encode(
m_clientPaddingLeft
);
71
if (!decoder->decode(data.
m_clientPaddingLeft
))
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
49
data.
m_clientPaddingLeft
= m_popupClient->clientPaddingLeft();
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);
Completed in 357 milliseconds