OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ParseState
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_form.cpp
40
if (
m_ParseState
== CONTENT_PARSED ||
m_ParseState
== CONTENT_PARSING)
45
m_ParseState
= CONTENT_PARSING;
cpdf_pageobjectholder.h
32
bool IsParsed() const { return
m_ParseState
== CONTENT_PARSED; }
65
ParseState
m_ParseState
;
cpdf_pageobjectholder.cpp
25
m_ParseState
(CONTENT_NOT_PARSED) {}
35
m_ParseState
= CONTENT_PARSED;
cpdf_page.cpp
90
if (
m_ParseState
== CONTENT_PARSED ||
m_ParseState
== CONTENT_PARSING)
95
m_ParseState
= CONTENT_PARSING;
Completed in 173 milliseconds