Home
last modified time | relevance | path

Searched defs:hasOverhangingFloats (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderView.h61 virtual bool hasOverhangingFloats() { return false; } in hasOverhangingFloats() function
DRenderBlock.h187 virtual bool hasOverhangingFloats() { return !hasColumns() && floatBottom() > height(); } in hasOverhangingFloats() function
DRenderObject.h622 virtual bool hasOverhangingFloats() { return false; } in hasOverhangingFloats() function