Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Dapp_methods_expected.txt37 Alert: PASS: app.openDoc() threw app.openDoc: Operation not supported.
Dapp_methods.in63 expectError("app.openDoc()");
/external/pdfium/fxjs/
Dcjs_app.h60 JS_STATIC_METHOD(openDoc, CJS_App)
140 CJS_Result openDoc(CJS_Runtime* pRuntime,
Dcjs_app.cpp513 CJS_Result CJS_App::openDoc(CJS_Runtime* pRuntime, in openDoc() function in CJS_App