Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt111 Alert: PASS: typeof this.gotoNamedDest = function
112 Alert: PASS: this.gotoNamedDest() threw Document.gotoNamedDest: Incorrect number of parameters pass…
113 Alert: PASS: this.gotoNamedDest(1, 2) threw Document.gotoNamedDest: Incorrect number of parameters …
114 Alert: PASS: this.gotoNamedDest("chicago") threw Document.gotoNamedDest: Object no longer exists.
Ddocument_methods.in232 expect('typeof this.gotoNamedDest', 'function');
235 expectError('this.gotoNamedDest()');
236 expectError('this.gotoNamedDest(1, 2)');
239 expectError('this.gotoNamedDest("chicago")');
Dbug_1335681.in15 this.gotoNamedDest\(""\);
Dbug_1358075.in14 this.gotoNamedDest\("2"\);
/external/pdfium/fxjs/
Dcjs_document.h97 JS_STATIC_METHOD(gotoNamedDest, CJS_Document)
272 CJS_Result gotoNamedDest(CJS_Runtime* pRuntime,
Dcjs_document.cpp1376 CJS_Result CJS_Document::gotoNamedDest( in gotoNamedDest() function in CJS_Document