HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_PARSED (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_pageobjectholder.h 53 bool IsParsed() const { return m_ParseState == CONTENT_PARSED; }
85 enum ParseState { CONTENT_NOT_PARSED, CONTENT_PARSING, CONTENT_PARSED };
cpdf_form.cpp 38 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING)
cpdf_pageobjectholder.cpp 43 m_ParseState = CONTENT_PARSED;
cpdf_page.cpp 82 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING)

Completed in 431 milliseconds