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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp3998 LayoutBoxExtent borderOutsets = style()->borderImageOutsets(); local
3999 top = std::max(top, borderOutsets.top());
4000 right = std::max(right, borderOutsets.right());
4001 bottom = std::max(bottom, borderOutsets.bottom());
4002 left = std::max(left, borderOutsets.left());

Completed in 170 milliseconds