Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.h229 static void DecodeURL(const CFX_ByteStringC& szURLString,
238 static void EncodeURL(const CFX_ByteStringC& szURLString,
Dxfa_fm2jscontext.cpp3712 void CXFA_FM2JSContext::DecodeURL(const CFX_ByteStringC& szURLString, in DecodeURL() argument
3715 CFX_WideString::FromUTF8(szURLString.GetCStr(), szURLString.GetLength()); in DecodeURL()
3982 void CXFA_FM2JSContext::EncodeURL(const CFX_ByteStringC& szURLString, in EncodeURL() argument
3985 CFX_WideString::FromUTF8(szURLString.GetCStr(), szURLString.GetLength()); in EncodeURL()