Home
last modified time | relevance | path

Searched refs:gotoNamedDest (Results 1 – 4 of 4) 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.in228 expect('typeof this.gotoNamedDest', 'function');
231 expectError('this.gotoNamedDest()');
232 expectError('this.gotoNamedDest(1, 2)');
235 expectError('this.gotoNamedDest("chicago")');
/external/pdfium/fxjs/
Dcjs_document.h98 JS_STATIC_METHOD(gotoNamedDest, CJS_Document)
273 CJS_Result gotoNamedDest(CJS_Runtime* pRuntime,
Dcjs_document.cpp1363 CJS_Result CJS_Document::gotoNamedDest( in gotoNamedDest() function in CJS_Document