HomeSort by relevance Sort by last modified time
    Searched refs:leftEdgeOfSeparator (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 849 int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft); // FIXME: Round?
855 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator, bounds.y()),
856 IntPoint(leftEdgeOfSeparator, bounds.bottom()));
859 paintInfo.context->drawLine(IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.y()),
860 IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.bottom()));
    [all...]
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm     [all...]

Completed in 98 milliseconds