Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp124 ByteString csFind = csConfig + "State"; in LoadOCGStateFromConfig() local
144 bState = pState->GetStringFor(csFind) != "OFF"; in LoadOCGStateFromConfig()
158 ByteString csFind = csState + "State"; in LoadOCGState() local
159 if (pState->KeyExist(csFind)) in LoadOCGState()
160 return pState->GetStringFor(csFind) != "OFF"; in LoadOCGState()