Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_props_expected.txt32 Alert: this.zoomType is undefined undefined
65 Alert: this.zoomType = 3; yields 3
97 Alert: this.zoomType is undefined undefined
Ddocument_props.in104 'zoomType',
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h119 FX_BOOL zoomType(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
231 JS_STATIC_PROP(zoomType, Document);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp97 JS_STATIC_PROP_ENTRY(zoomType) in END_JS_STATIC_CONST()
1850 FX_BOOL Document::zoomType(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in zoomType() function in Document