OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTENT_PARSED
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/include/fpdfapi/
fpdf_page.h
35
FX_BOOL IsParsed() const { return m_ParseState ==
CONTENT_PARSED
; }
87
enum ParseState { CONTENT_NOT_PARSED, CONTENT_PARSING,
CONTENT_PARSED
};
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
698
m_ParseState =
CONTENT_PARSED
;
865
if (m_ParseState ==
CONTENT_PARSED
|| m_ParseState == CONTENT_PARSING) {
928
if (m_ParseState ==
CONTENT_PARSED
|| m_ParseState == CONTENT_PARSING) {
Completed in 36 milliseconds