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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp41 static const int separatorPadding = 4; 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.cpp881 static const int separatorPadding = 4; member in namespace:WebCore
917 rowRect.x() + separatorPadding,
919 rowRect.width() - 2 * separatorPadding, separatorHeight);
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp558 const int separatorPadding = 4; 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.cpp50 static const int separatorPadding = 4; member in namespace:WebKit

Completed in 23 milliseconds