Home
last modified time | relevance | path

Searched refs:m_eUsageType (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp93 m_eUsageType = eUsageType; in CPDF_OCContext()
152 CFX_ByteString csState = FPDFDOC_OCG_GetUsageTypeString(m_eUsageType); in LoadOCGState()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h138 UsageType GetUsageType() const { return m_eUsageType; } in GetUsageType()
161 UsageType m_eUsageType; variable