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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp1335 bool hasStaticBlockPosition = child->style()->hasStaticBlockPosition(isHorizontal); local
1351 if (hasStaticBlockPosition)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h454 bool hasStaticBlockPosition(bool horizontal) const { return horizontal ? hasAutoTopAndBottom() : hasAutoLeftAndRight(); } function in class:blink::RenderStyle

Completed in 44 milliseconds