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.in322 testUnsupported('this.closeDoc');
/external/pdfium/fxjs/
Dcjs_document.h76 JS_STATIC_METHOD(closeDoc, CJS_Document)
228 CJS_Result closeDoc(CJS_Runtime* pRuntime,
Dcjs_document.cpp986 CJS_Result CJS_Document::closeDoc( in closeDoc() function in CJS_Document