Lines Matching refs:pParentStyle
191 CFX_CSSComputedStyle* pParentStyle) { in InitBreak() argument
229 const CFX_CSSRect* pParRect = pParentStyle->GetMarginWidth(); in InitBreak()
230 const CFX_CSSRect* pParPaddingRect = pParentStyle->GetPaddingWidth(); in InitBreak()
494 m_pLoader->pParentStyle, true, nullptr, true, false, in LayoutInternal()
504 m_pLoader->pParentStyle, true, nullptr, false, false, in LayoutInternal()
514 m_pLoader->pParentStyle, true, nullptr, true, false, in LayoutInternal()
697 const RetainPtr<CFX_CSSComputedStyle>& pParentStyle, in LoadRichText() argument
739 pStyle = m_textParser.ComputeStyle(pXMLNode, pParentStyle.Get()); in LoadRichText()
740 InitBreak(bContentNode ? pParentStyle.Get() : pStyle.Get(), eDisplay, in LoadRichText()
741 textWidth, pXMLNode, pParentStyle.Get()); in LoadRichText()
762 bContentNode ? pParentStyle.Get() : pStyle.Get()); in LoadRichText()
764 bContentNode ? pParentStyle.Get() : pStyle.Get()); in LoadRichText()
811 bContentNode ? pParentStyle : pStyle, pLinkData); in LoadRichText()
822 m_pLoader->pParentStyle = pParentStyle; in LoadRichText()
836 pContext ? pStyle : pParentStyle, bSavePieces, in LoadRichText()
866 m_pLoader->pParentStyle = pParentStyle; in LoadRichText()