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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp122 CFX_ByteString csFind = csConfig + "State"; local
143 bState = pState->GetString(csFind) != "OFF";
157 CFX_ByteString csFind = csState + "State"; local
158 if (pState->KeyExist(csFind)) {
159 return pState->GetString(csFind) != "OFF";

Completed in 53 milliseconds