Lines Matching refs:bRootForceTb
332 XFA_AttributeValue GetLayout(CXFA_Node* pFormNode, bool* bRootForceTb) { in GetLayout() argument
333 *bRootForceTb = false; in GetLayout()
341 *bRootForceTb = true; in GetLayout()
1508 bool bRootForceTb) { in DoLayoutFlowedContainer() argument
1841 fContentWidthLimit, bRootForceTb); in DoLayoutFlowedContainer()
1884 bool bRootForceTb) { in CalculateRowChildPosition() argument
1910 if (bRootForceTb) { in CalculateRowChildPosition()
1927 if (bRootForceTb) { in CalculateRowChildPosition()
1942 if (bRootForceTb) { in CalculateRowChildPosition()
2060 bool bRootForceTb = false; in DoLayoutInternal() local
2063 GetLayout(pLayoutNode, &bRootForceTb); in DoLayoutInternal()
2070 bRootForceTb); in DoLayoutInternal()
2333 bool bRootForceTb = false; in InsertFlowedItem() local
2335 GetLayout(pProcessor->GetFormNode(), &bRootForceTb); in InsertFlowedItem()