Searched refs:PDF_CONTENT_PARSED (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h34 #define PDF_CONTENT_PARSED 2 macro
55 return m_ParseState == PDF_CONTENT_PARSED;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp714 m_ParseState = PDF_CONTENT_PARSED;
722 return m_ParseState == PDF_CONTENT_PARSED ? 100 : 0;
903 if (m_ParseState == PDF_CONTENT_PARSED || m_ParseState == PDF_CONTENT_PARSING) {
967 if (m_ParseState == PDF_CONTENT_PARSED || m_ParseState == PDF_CONTENT_PARSING) {

Completed in 248 milliseconds