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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.cpp 58 static bool borderWidthChanged(const RenderStyle* oldStyle, const RenderStyle* newStyle)
82 if (table && oldStyle && diff.needsFullLayout() && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {

Completed in 47 milliseconds