HomeSort by relevance Sort by last modified time
    Searched refs:m_pParentStyle (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_textparsecontext.cpp 14 : m_pParentStyle(nullptr), m_eDisplay(CFX_CSSDisplay::None) {}
cxfa_loadercontext.h 34 RetainPtr<CFX_CSSComputedStyle> m_pParentStyle;
cxfa_textparsecontext.h 32 RetainPtr<CFX_CSSComputedStyle> m_pParentStyle;
cxfa_textparser.cpp 193 pContext->m_pParentStyle.Reset(pParentStyle);
379 if (pContext && pContext->m_pParentStyle &&
380 pContext->m_pParentStyle->GetCustomStyle(
cxfa_textlayout.cpp 469 m_pLoader->m_pParentStyle, true, nullptr)) {
478 m_pLoader->m_pParentStyle, true, nullptr, false)) {
488 m_pLoader->m_pParentStyle, true, nullptr)) {
817 m_pLoader->m_pParentStyle = pParentStyle;
866 m_pLoader->m_pParentStyle = pParentStyle;
    [all...]

Completed in 425 milliseconds