Home
last modified time | relevance | path

Searched refs:separatorSpace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeSafari.cpp843 int separatorSpace = 2; in paintMenuListButton() local
854 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.y()), in paintMenuListButton()
855 IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.maxY())); in paintMenuListButton()
DRenderThemeMac.mm1130 int separatorSpace = 2; // Deliberately ignores zoom since it looks nicer if it stays thin.
1141 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.y()),
1142 IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.maxY()));