Home
last modified time | relevance | path

Searched refs:applyXSL (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_node_expected.txt11 Alert: PASS: typeof my_doc.applyXSL = function
22 Alert: PASS: my_doc.applyXSL() threw XFAObject.applyXSL: Incorrect number of parameters passed to f…
23 Alert: PASS: my_doc.applyXSL(42) = undefined
Dxfa_node.in32 expect("typeof my_doc.applyXSL", "function");
43 expectError("my_doc.applyXSL()");
44 expect("my_doc.applyXSL(42)", undefined);
/external/pdfium/fxjs/xfa/
Dcjx_node.h25 JSE_METHOD(applyXSL);
Dcjx_node.cpp160 CJS_Result CJX_Node::applyXSL(CFX_V8* runtime, in applyXSL() function in CJX_Node