Searched refs:leftEdgeOfSeparator (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 844 int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft); // FIXME: Round? in paintMenuListButton() local 850 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator, bounds.y()), in paintMenuListButton() 851 IntPoint(leftEdgeOfSeparator, bounds.maxY())); in paintMenuListButton() 854 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.y()), in paintMenuListButton() 855 IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.maxY())); in paintMenuListButton()
|
D | RenderThemeMac.mm | 1131 …int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft * o->style()->effectiveZoom… 1137 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator, bounds.y()), 1138 IntPoint(leftEdgeOfSeparator, bounds.maxY())); 1141 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.y()), 1142 IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.maxY()));
|