Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp632 bool CPDFXFA_DocEnvironment::MailToInfo(WideString& csURL, in MailToInfo() argument
638 WideString srcURL = csURL; in MailToInfo()
652 tmp = srcURL.Right(csURL.GetLength() - 7); in MailToInfo()
688 ? srcURL.Right(csURL.GetLength() - (pos.value() + 1)) in MailToInfo()
895 WideString csURL = submit->GetSubmitTarget(); in SubmitInternal() local
896 if (csURL.IsEmpty()) { in SubmitInternal()
940 if (csURL.Left(7).CompareNoCase(L"mailto:") == 0) { in SubmitInternal()
946 if (!MailToInfo(csURL, csToAddress, csCCAddress, csBCCAddress, csSubject, in SubmitInternal()
962 ByteString bs = csURL.ToUTF16LE(); in SubmitInternal()
Dcpdfxfa_docenvironment.h68 bool MailToInfo(WideString& csURL,