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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.h 245 int borderHalfBottom(bool outer) const;
RenderTableCell.cpp 335 int bottom = max(borderHalfBottom(true), outlineSize);
339 bottom = max(bottom, before->borderHalfBottom(true));
345 bottom = max(bottom, after->borderHalfBottom(true));
    [all...]

Completed in 29 milliseconds