Home
last modified time | relevance | path

Searched refs:BlockBorderSide (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h187 enum BlockBorderSide { BorderBefore, BorderAfter }; enum
188 int calcBlockDirectionOuterBorder(BlockBorderSide) const;
DRenderTableSection.cpp1128 int RenderTableSection::calcBlockDirectionOuterBorder(BlockBorderSide side) const in calcBlockDirectionOuterBorder()