Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp472 ByteString bsContentType = WideString(wsContentType).UTF16LE_Encode(); in PostRequestURL() local
474 (FPDF_WIDESTRING)bsContentType.GetBuffer(bsContentType.GetLength()); in PostRequestURL()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4704 ByteString bsContentType; in Post() local
4707 bsContentType = ValueToUTF8String(argThree.get()); in Post()
4726 WideString::FromUTF8(bsContentType.AsStringView()), in Post()