Searched refs:topQuirk (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp1192 bool topQuirk = hasMarginBeforeQuirk(child); local
1199 if (!document().inQuirksMode() || !marginInfo.quirkContainer() || !topQuirk)
1206 if (!marginInfo.determinedMarginBeforeQuirk() && !topQuirk && (posTop - negTop)) {
1211 if (!marginInfo.determinedMarginBeforeQuirk() && topQuirk && !marginBefore()) {
1232 marginInfo.setHasMarginBeforeQuirk(topQuirk);

Completed in 136 milliseconds