Home
last modified time | relevance | path

Searched refs:m_pLayoutElement (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp22 m_pLayoutElement = NULL; in CPDF_LayoutProcessor_Reflow()
49 m_pLayoutElement = NULL; in Init()
628 m_pLayoutElement = pChildElement; in ProcessElement()
635 if(m_Status == LayoutToBeContinued && m_pLayoutElement == pChildElement) { in ProcessElement()
Dreflowedpage.h74 IPDF_LayoutElement* m_pLayoutElement; variable