Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods.in118 expect('typeof this.calculateNow', 'function');
122 expect('this.calculateNow()', undefined)
Ddocument_methods_expected.txt81 Alert: PASS: typeof this.calculateNow = function
82 Alert: PASS: this.calculateNow() = undefined
/external/pdfium/fxjs/
Dcjs_document.h74 JS_STATIC_METHOD(calculateNow, CJS_Document)
225 CJS_Result calculateNow(CJS_Runtime* pRuntime,
Dcjs_document.cpp1198 CJS_Result CJS_Document::calculateNow( in calculateNow() function in CJS_Document