Searched defs:leftEdgeOfSeparator (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp844 int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft); // FIXME: Round? local
850 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator, bounds.y()),
851 IntPoint(leftEdgeOfSeparator, bounds.maxY()));
854 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.y()),
855 IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.maxY()));

Completed in 49 milliseconds