Home
last modified time | relevance | path

Searched refs:m_Element (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp146 if (pParentElement->m_Kids[i].m_Element.m_pDict != pDict) { in AddPageNode()
149 pParentElement->m_Kids[i].m_Element.m_pElement = pElement->Retain(); in AddPageNode()
217 if (m_Kids[i].m_Type == CPDF_StructKid::Element && m_Kids[i].m_Element.m_pElement) { in ~CPDF_StructElementImpl()
218 ((CPDF_StructElementImpl*)m_Kids[i].m_Element.m_pElement)->Release(); in ~CPDF_StructElementImpl()
307 pKid->m_Element.m_pDict = pKidDict; in LoadKid()
309 pKid->m_Element.m_pElement = new CPDF_StructElementImpl(m_pTree, this, pKidDict); in LoadKid()
311 pKid->m_Element.m_pElement = NULL; in LoadKid()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h46 } m_Element; member
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp681 ProcessElement(pElement, Kid.m_Element.m_pElement); in ProcessElement()