Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp1193 bool hasStaticBlockPosition = child->style()->hasStaticBlockPosition(isHorizontal); in adjustPositionedBlock() local
DRenderBlock.cpp1599 bool hasStaticBlockPosition = child->style()->hasStaticBlockPosition(isHorizontalWritingMode()); in markFixedPositionObjectForLayoutIfNeeded() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h470 …bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : h… in hasStaticBlockPosition() function