Home
last modified time | relevance | path

Searched defs:hasStaticBlockPosition (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h391 …bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : h… in hasStaticBlockPosition() function
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp1469 bool hasStaticBlockPosition = child->style()->hasStaticBlockPosition(isHorizontal); in adjustPositionedBlock() local