Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3378 CFX_ByteString identifyString; in Decode() local
3379 ValueToUTF8String(argTwo.get(), identifyString); in Decode()
3382 if (identifyString.EqualNoCase("html")) in Decode()
3384 else if (identifyString.EqualNoCase("xml")) in Decode()
3644 CFX_ByteString identifyString; in Encode() local
3645 ValueToUTF8String(argTwo.get(), identifyString); in Encode()
3647 if (identifyString.EqualNoCase("html")) in Encode()
3649 else if (identifyString.EqualNoCase("xml")) in Encode()