HomeSort by relevance Sort by last modified time
    Searched full:borderstartedgecolor (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 66 static Color borderStartEdgeColor()
95 context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor());
114 context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor());

Completed in 41 milliseconds