Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt35 Alert: PASS: typeof this.getLinks = function
36 Alert: PASS: this.getLinks() = undefined
37 Alert: PASS: this.getLinks(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in312 testUnsupported('this.getLinks');
/external/pdfium/fpdfsdk/javascript/
DDocument.h191 bool getLinks(CJS_Runtime* pRuntime,
376 JS_STATIC_METHOD(getLinks, Document);
DDocument.cpp1186 bool Document::getLinks(CJS_Runtime* pRuntime, in getLinks() function in Document