Home
last modified time | relevance | path

Searched refs:separatorHeight (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp42 static const int separatorHeight = 1; variable
108 … itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding… in setUpPlatformData()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp559 const int separatorHeight = 1; variable
625 … itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding… in paint()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp882 static const int separatorHeight = 1; variable
918 rowRect.y() + (rowRect.height() - separatorHeight) / 2, in paintRow()
919 rowRect.width() - 2 * separatorPadding, separatorHeight); in paintRow()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp51 static const int separatorHeight = 1; variable