Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h133 double JS_GetDateTime();
/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp590 double dDate = JS_GetDateTime(); in scand()
DPublicMethods.cpp522 double dt = JS_GetDateTime(); in ParseNormalDate()
610 double dt = JS_GetDateTime(); in MakeRegularDate()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp918 double JS_GetDateTime() in JS_GetDateTime() function
1040 return JS_GetDateTime() + _getDaylightSavingTA(d); in JS_LocalTime()