Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt11 Alert: PASS: typeof this.closeDoc = function
12 Alert: PASS: this.closeDoc() = undefined
13 Alert: PASS: this.closeDoc(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in304 testUnsupported('this.closeDoc');
/external/pdfium/fpdfsdk/javascript/
DDocument.h139 bool closeDoc(CJS_Runtime* pRuntime,
363 JS_STATIC_METHOD(closeDoc, Document);
DDocument.cpp1065 bool Document::closeDoc(CJS_Runtime* pRuntime, in closeDoc() function in Document