Searched refs:saveAs (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 68 Alert: PASS: typeof this.saveAs = function 69 Alert: PASS: this.saveAs() = undefined 70 Alert: PASS: this.saveAs(1, 2, "clams", [1, 2, 3]) = undefined
|
D | document_methods.in | 341 testUnsupported('this.saveAs');
|
/external/fonttools/Tests/t1Lib/ |
D | t1Lib_test.py | 70 font.saveAs(temp, outtype, dohex=dohex)
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 110 JS_STATIC_METHOD(saveAs, CJS_Document) 293 CJS_Result saveAs(CJS_Runtime* pRuntime,
|
D | cjs_document.cpp | 546 CJS_Result CJS_Document::saveAs( in saveAs() function in CJS_Document
|
/external/fonttools/Lib/fontTools/t1Lib/ |
D | __init__.py | 64 def saveAs(self, path, type, dohex=False): member in T1Font
|