Home
last modified time | relevance | path

Searched refs:setNeedsCellRecalc (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.cpp56 section()->setNeedsCellRecalc(); in willBeRemovedFromTree()
156 section()->setNeedsCellRecalc(); in addChild()
DRenderTableSection.h198 void setNeedsCellRecalc();
DRenderTableSection.cpp122 setNeedsCellRecalc(); in willBeRemovedFromTree()
163 setNeedsCellRecalc(); in addChild()
1624 void RenderTableSection::setNeedsCellRecalc() in setNeedsCellRecalc() function in WebCore::RenderTableSection
DRenderTableCell.cpp71 section()->setNeedsCellRecalc(); in willBeRemovedFromTree()
110 section()->setNeedsCellRecalc(); in colSpanOrRowSpanChanged()
DRenderBox.cpp4910 toRenderTableSection(box)->setNeedsCellRecalc(); in markBoxForRelayoutAfterSplit()