HomeSort by relevance Sort by last modified time
    Searched refs:m_clientInsetRight (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Shared/
PlatformPopupMenuData.h 50 int m_clientInsetRight;
PlatformPopupMenuData.cpp 38 , m_clientInsetRight(0)
51 encoder->encode(m_clientInsetRight);
77 if (!decoder->decode(data.m_clientInsetRight))
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 52 data.m_clientInsetRight = m_popupClient->clientInsetRight();
74 popupWidth += max(0, data.m_clientPaddingRight - data.m_clientInsetRight) + 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);

Completed in 679 milliseconds