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/src/javascript/
DDocument.h97 FX_BOOL zoomType(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
320 JS_STATIC_PROP(zoomType, Document);
DDocument.cpp91 JS_STATIC_PROP_ENTRY(zoomType) in END_JS_STATIC_CONST()
1570 FX_BOOL Document::zoomType(IJS_Context* cc, in zoomType() function in Document