Lines Matching refs:eFlowStrategy

1504     XFA_AttributeValue eFlowStrategy,  in DoLayoutFlowedContainer()  argument
1536 pLastChild = FindLastContentLayoutItem(eFlowStrategy); in DoLayoutFlowedContainer()
1564 (eFlowStrategy != XFA_AttributeValue::Rl_tb ? 0 : 2); in DoLayoutFlowedContainer()
1586 if (eFlowStrategy == XFA_AttributeValue::Lr_tb) { in DoLayoutFlowedContainer()
1650 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, false, in DoLayoutFlowedContainer()
1681 eFlowStrategy, &uCurHAlignState, in DoLayoutFlowedContainer()
1690 rgCurLineLayoutItems, eFlowStrategy, bContainerHeightAutoSize, in DoLayoutFlowedContainer()
1701 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, false, in DoLayoutFlowedContainer()
1736 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer()
1763 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer()
1799 bContainerHeightAutoSize, container_size.height, eFlowStrategy, in DoLayoutFlowedContainer()
1828 if (bAddedItemInRow && eFlowStrategy == XFA_AttributeValue::Tb) in DoLayoutFlowedContainer()
1837 CalculateRowChildPosition(rgCurLineLayoutItems, eFlowStrategy, in DoLayoutFlowedContainer()
1876 XFA_AttributeValue eFlowStrategy, in CalculateRowChildPosition() argument
1906 if (eFlowStrategy != XFA_AttributeValue::Rl_tb) { in CalculateRowChildPosition()
2298 XFA_AttributeValue eFlowStrategy, in InsertFlowedItem() argument
2318 if ((eFlowStrategy != XFA_AttributeValue::Rl_tb && in InsertFlowedItem()
2320 (eFlowStrategy == XFA_AttributeValue::Rl_tb && in InsertFlowedItem()
2776 XFA_AttributeValue eFlowStrategy) { in FindLastContentLayoutItem() argument
2778 eFlowStrategy == XFA_AttributeValue::Tb) { in FindLastContentLayoutItem()