Lines Matching refs:pLayoutContext
1180 Context* pLayoutContext = in DoLayoutTableContainer() local
1192 pProcessor->DoLayoutInternal(false, FLT_MAX, FLT_MAX, pLayoutContext); in DoLayoutTableContainer()
2310 Context* pLayoutContext, in InsertFlowedItem() argument
2350 pLayoutContext = &layoutContext; in InsertFlowedItem()
2360 pLayoutContext); in InsertFlowedItem()
2389 if (!pFormNode && pLayoutContext && pLayoutContext->m_pOverflowProcessor) { in InsertFlowedItem()
2390 pFormNode = pLayoutContext->m_pOverflowNode.Get(); in InsertFlowedItem()
2563 if (!pFormNode && pLayoutContext) in InsertFlowedItem()
2564 pFormNode = pLayoutContext->m_pOverflowProcessor->GetFormNode(); in InsertFlowedItem()
2612 if (!pFormNode && pLayoutContext) in InsertFlowedItem()
2613 pFormNode = pLayoutContext->m_pOverflowProcessor->GetFormNode(); in InsertFlowedItem()