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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp822 LayoutBoxExtent borderOutsets = style->borderImageOutsets();
824 LayoutUnit borderOutsetLogicalTop = borderOutsets.logicalTop(style->writingMode());
825 LayoutUnit borderOutsetLogicalBottom = borderOutsets.logicalBottom(style->writingMode());
826 LayoutUnit borderOutsetLogicalLeft = borderOutsets.logicalLeft(style->writingMode());
827 LayoutUnit borderOutsetLogicalRight = borderOutsets.logicalRight(style->writingMode());
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 239 milliseconds