Searched refs:gotoURL (Results 1 – 4 of 4) sorted by relevance
39 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
58 expectError("xfa.host.gotoURL()");59 expectError("xfa.host.gotoURL(1, 2)");60 expect("xfa.host.gotoURL('http://example.com')");
30 JSE_METHOD(gotoURL);
245 CJS_Result CJX_HostPseudoModel::gotoURL( in gotoURL() function in CJX_HostPseudoModel