Home
last modified time | relevance | path

Searched refs:cMsg (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dapp_methods.in38 expect("app.alert({'cMsg': 'message', 'cTitle': 'title'})", 0);
39 expect("app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4})", 0);
76 "'cSubject': 'subject', 'cMsg': 'body'})", undefined);
Dapp_methods_expected.txt4 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title'}) = 0
6 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4}) = 0
52 …Cc': 'cc@example.com', 'cBcc': 'bcc@example.com', 'cSubject': 'subject', 'cMsg': 'body'}) = undefi…
Ddocument_methods.in252 '"cSubject": "LotteryWinner", "cMsg": "You won the lottery!", ' +
271 '"cSubject": "LotteryWinner", "cMsg": "You won the lottery!", ' +
Ddocument_methods_expected.txt123 …cc@example.com", "cBcc": "bcc@example.com", "cSubject": "LotteryWinner", "cMsg": "You won the lott…
132 …cc@example.com", "cBcc": "bcc@example.com", "cSubject": "LotteryWinner", "cMsg": "You won the lott…
/external/pdfium/fxjs/
Dcjs_app.cpp451 WideString cMsg; in mailMsg() local
453 cMsg = pRuntime->ToWideString(newParams[5]); in mailMsg()
457 cCc, cBcc, cMsg); in mailMsg()
Dcjs_document.cpp338 WideString cMsg; in mailDoc() local
340 cMsg = pRuntime->ToWideString(newParams[5]); in mailDoc()
344 cMsg); in mailDoc()
388 WideString cMsg; in mailForm() local
390 cMsg = pRuntime->ToWideString(newParams[5]); in mailForm()
395 cTo, cSubject, cCc, cBcc, cMsg); in mailForm()