Home
last modified time | relevance | path

Searched refs:bottomQuirk (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.h477 bool bottomQuirk() const { return m_bottomQuirk; } in bottomQuirk() function
DRenderBlock.cpp1229 if (!marginInfo.bottomQuirk()) in setCollapsedBottomMargin()
1232 if (marginInfo.bottomQuirk() && marginBottom() == 0) in setCollapsedBottomMargin()
1246 && (!style()->htmlHacks() || !marginInfo.quirkContainer() || !marginInfo.bottomQuirk())) in handleBottomOfBlock()
/external/webkit/WebCore/
DChangeLog-2005-08-2332795 (khtml::RenderBlock::MarginInfo::bottomQuirk):