Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp217 CJS_Date jsDate(isolate); in printd() local
218 if (!p2.ConvertToDate(jsDate)) in printd()
224 if (!jsDate.IsValidDate()) in printd()
240 jsDate.GetYear(), in printd()
241 jsDate.GetMonth() + 1, in printd()
242 jsDate.GetDay(), in printd()
243 jsDate.GetHours(), in printd()
244 jsDate.GetMinutes(), in printd()
245 jsDate.GetSeconds()); in printd()
249 jsDate.GetYear(), in printd()
[all …]