Searched refs:cMsg (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | app_methods.in | 40 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);
|
D | app_methods_expected.txt | 4 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…
|
D | document_methods.in | 256 '"cSubject": "LotteryWinner", "cMsg": "You won the lottery!", ' + 275 '"cSubject": "LotteryWinner", "cMsg": "You won the lottery!", ' +
|
D | document_methods_expected.txt | 123 …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/ |
D | cjs_app.cpp | 460 WideString cMsg; in mailMsg() local 462 cMsg = pRuntime->ToWideString(newParams[5]); in mailMsg() 466 cTo, cSubject, cCc, cBcc, cMsg); in mailMsg()
|
D | cjs_document.cpp | 344 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()
|