Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dapp_methods.in40 expect("app.alert({'cMsg': 'message', 'cTitle': 'title'})", 0);
41 expect("app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4})", 0);
78 "'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.in256 '"cSubject": "LotteryWinner", "cMsg": "You won the lottery!", ' +
275 '"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.cpp460 WideString cMsg; in mailMsg() local
462 cMsg = pRuntime->ToWideString(newParams[5]); in mailMsg()
466 cTo, cSubject, cCc, cBcc, cMsg); in mailMsg()
Dcjs_document.cpp344 WideString cMsg; in mailDoc() local
346 cMsg = pRuntime->ToWideString(newParams[5]); in mailDoc()
350 cSubject, cCc, cBcc, cMsg); in mailDoc()
396 WideString cMsg; in mailForm() local
398 cMsg = pRuntime->ToWideString(newParams[5]); in mailForm()
402 cBcc, cMsg); in mailForm()