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.txt102 Alert: PASS: typeof this.gotoNamedDest = function
103 Alert: PASS: this.gotoNamedDest() threw error Document.gotoNamedDest: Incorrect number of parameter…
104 Alert: PASS: this.gotoNamedDest(1, 2) threw error Document.gotoNamedDest: Incorrect number of param…
Ddocument_methods.in238 expect('typeof this.gotoNamedDest', 'function');
241 expectError('this.gotoNamedDest()');
242 expectError('this.gotoNamedDest(1, 2)');
/external/pdfium/fpdfsdk/javascript/
DDocument.h227 bool gotoNamedDest(CJS_Runtime* pRuntime,
385 JS_STATIC_METHOD(gotoNamedDest, Document);
DDocument.cpp1589 bool Document::gotoNamedDest(CJS_Runtime* pRuntime, in gotoNamedDest() function in Document