Home
last modified time | relevance | path

Searched refs:CONTENT_PARSED (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.h53 bool IsParsed() const { return m_ParseState == CONTENT_PARSED; } in IsParsed()
85 enum ParseState { CONTENT_NOT_PARSED, CONTENT_PARSING, CONTENT_PARSED }; enumerator
Dcpdf_form.cpp38 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()
Dcpdf_pageobjectholder.cpp43 m_ParseState = CONTENT_PARSED; in ContinueParse()
Dcpdf_page.cpp82 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()