Searched refs:alignSelf (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleAdjuster.cpp290 if (style.alignSelf() == ItemPositionAuto) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp1297 ItemPosition align = childStyle->alignSelf();
1307 ItemPosition alignSelf = resolveAlignment(style(), child.style()); local
1309 switch (alignSelf) {
H A DRenderFlexibleBox.cpp198 ItemPosition align = childStyle->alignSelf();
H A DRenderBox.cpp2056 return flexitem->style()->alignSelf() == ItemPositionStretch || (flexitem->style()->alignSelf() == ItemPositionAuto && parent->style()->alignItems() == ItemPositionStretch);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1834 return valueForItemPositionWithOverflowAlignment(resolveAlignmentAuto(style->alignSelf(), styledNode->parentNode()), style->alignSelfOverflowAlignment(), NonLegacyPosition);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h765 ItemPosition alignSelf() const { return static_cast<ItemPosition>(rareNonInheritedData->m_alignSelf); } function in class:blink::RenderStyle

Completed in 126 milliseconds