Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_document.h132 CJS_Return calculateNow(CJS_Runtime* pRuntime,
285 JS_STATIC_METHOD(calculateNow, Document);
Dcjs_document.cpp1198 CJS_Return Document::calculateNow( in calculateNow() function in Document
/external/pdfium/testing/resources/javascript/
Ddocument_methods.in132 expect('typeof this.calculateNow', 'function');
Ddocument_methods_expected.txt78 Alert: PASS: typeof this.calculateNow = function