Searched defs:hasStaticY (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h369 bool hasStaticY() const { return (top().isAuto() && bottom().isAuto()) || top().isStatic(); } function in class:WebCore::RenderStyle

Completed in 154 milliseconds