Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1893 ItemPosition alignSelf = style->alignSelf(); in getPropertyCSSValue() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h779 …ItemPosition alignSelf() const { return static_cast<ItemPosition>(rareNonInheritedData->m_alignSel… in alignSelf() function