Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_host_pseudomodel_expected.txt39 Alert: PASS: xfa.host.gotoURL() threw XFAObject.gotoURL: Incorrect number of parameters passed to f…
40 Alert: PASS: xfa.host.gotoURL(1, 2) threw XFAObject.gotoURL: Incorrect number of parameters passed …
41 Alert: PASS: xfa.host.gotoURL('http://example.com') = undefined
Dxfa_host_pseudomodel.in58 expectError("xfa.host.gotoURL()");
59 expectError("xfa.host.gotoURL(1, 2)");
60 expect("xfa.host.gotoURL('http://example.com')");
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h30 JSE_METHOD(gotoURL);
Dcjx_hostpseudomodel.cpp245 CJS_Result CJX_HostPseudoModel::gotoURL( in gotoURL() function in CJX_HostPseudoModel