Searched defs:CPDF_OCContext (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp82 static CFX_ByteString FPDFDOC_OCG_GetUsageTypeString(CPDF_OCContext::UsageType eType)
85 if (eType == CPDF_OCContext::Design) {
87 } else if (eType == CPDF_OCContext::Print) {
89 } else if (eType == CPDF_OCContext::Export) {
94 CPDF_OCContext::CPDF_OCContext(CPDF_Document *pDoc, UsageType eUsageType) function in class:CPDF_OCContext
100 CPDF_OCContext::~CPDF_OCContext()
104 FX_BOOL CPDF_OCContext::LoadOCGStateFromConfig(FX_BSTR csConfig, const CPDF_Dictionary *pOCGDict, FX_BOOL &bValidConfig) const
152 FX_BOOL CPDF_OCContext
[all...]
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h29 class CPDF_OCContext;
140 class CPDF_OCContext : public IPDF_OCContext class in inherits:IPDF_OCContext
151 CPDF_OCContext(CPDF_Document *pDoc, UsageType eUsageType = View);
153 virtual ~CPDF_OCContext();

Completed in 115 milliseconds