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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp42 static const int separatorHeight = 1; member in namespace:WebKit
108 IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding, separatorHeight);
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp882 static const int separatorHeight = 1; member in namespace:WebCore
918 rowRect.y() + (rowRect.height() - separatorHeight) / 2,
919 rowRect.width() - 2 * separatorPadding, separatorHeight);
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp559 const int separatorHeight = 1; member in namespace:WebCore
625 IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding, separatorHeight);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.cpp51 static const int separatorHeight = 1; member in namespace:WebKit

Completed in 140 milliseconds