Searched refs:szURLString (Results 1 – 2 of 2) sorted by relevance
229 static void DecodeURL(const CFX_ByteStringC& szURLString,238 static void EncodeURL(const CFX_ByteStringC& szURLString,
3712 void CXFA_FM2JSContext::DecodeURL(const CFX_ByteStringC& szURLString, in DecodeURL() argument3715 CFX_WideString::FromUTF8(szURLString.GetCStr(), szURLString.GetLength()); in DecodeURL()3982 void CXFA_FM2JSContext::EncodeURL(const CFX_ByteStringC& szURLString, in EncodeURL() argument3985 CFX_WideString::FromUTF8(szURLString.GetCStr(), szURLString.GetLength()); in EncodeURL()