OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pElement
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_tagged.h
42
CPDF_StructElement*
m_pElement
;
/external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp
164
pParentElement->m_Kids[i].m_Element.
m_pElement
= pElement->Retain();
227
if (m_Kids[i].m_Type == CPDF_StructKid::Element && m_Kids[i].m_Element.
m_pElement
) {
228
((CPDF_StructElementImpl*)m_Kids[i].m_Element.
m_pElement
)->Release();
319
pKid->m_Element.
m_pElement
= FX_NEW CPDF_StructElementImpl(m_pTree, this, pKidDict);
321
pKid->m_Element.
m_pElement
= NULL;
/external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.cpp
688
ProcessElement(pElement, Kid.m_Element.
m_pElement
);
Completed in 116 milliseconds