Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.h242 static void DecodeURL(const CFX_ByteStringC& szURLString,
251 static void EncodeURL(const CFX_ByteStringC& szURLString,
Dxfa_fm2jscontext.cpp3393 void CXFA_FM2JSContext::DecodeURL(const CFX_ByteStringC& szURLString, in DecodeURL() argument
3395 CFX_WideString wsURLString = CFX_WideString::FromUTF8(szURLString); in DecodeURL()
3658 void CXFA_FM2JSContext::EncodeURL(const CFX_ByteStringC& szURLString, in EncodeURL() argument
3660 CFX_WideString wsURLString = CFX_WideString::FromUTF8(szURLString); in EncodeURL()