Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h232 static WideString EncodeURL(const ByteString& szURLString);
Dcfxjse_formcalc_context.cpp3476 WideString encoded = EncodeURL(ValueToUTF8String(argOne.get())); in Encode()
3497 encoded = EncodeURL(toEncodeString); in Encode()
3504 WideString CFXJSE_FormCalcContext::EncodeURL(const ByteString& szURLString) { in EncodeURL() function in CFXJSE_FormCalcContext