Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp1600 … bool hasStaticInlinePosition = child->style()->hasStaticInlinePosition(isHorizontalWritingMode()); in markFixedPositionObjectForLayoutIfNeeded() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h469 …bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : … in hasStaticInlinePosition() function