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/fxjs/
Dcjs_document.h134 CJS_Return closeDoc(CJS_Runtime* pRuntime,
286 JS_STATIC_METHOD(closeDoc, Document);
Dcjs_document.cpp983 CJS_Return Document::closeDoc(CJS_Runtime* pRuntime, in closeDoc() function in Document