Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.cpp123 CFX_ByteString csFind = csConfig + "State"; in LoadOCGStateFromConfig() local
143 bState = pState->GetStringFor(csFind) != "OFF"; in LoadOCGStateFromConfig()
157 CFX_ByteString csFind = csState + "State"; in LoadOCGState() local
158 if (pState->KeyExist(csFind)) in LoadOCGState()
159 return pState->GetStringFor(csFind) != "OFF"; in LoadOCGState()