Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp3239 ByteString identifyString = ValueToUTF8String(argTwo.get()); in Decode() local
3245 if (identifyString.EqualNoCase("html")) in Decode()
3247 else if (identifyString.EqualNoCase("xml")) in Decode()
3490 ByteString identifyString = ValueToUTF8String(argTwo.get()); in Encode() local
3492 if (identifyString.EqualNoCase("html")) in Encode()
3494 else if (identifyString.EqualNoCase("xml")) in Encode()