Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dutil.cpp202 jsDate.GetSeconds(pRuntime)); in printd()
209 jsDate.GetSeconds(pRuntime)); in printd()
216 jsDate.GetSeconds(pRuntime)); in printd()
255 int iSec = jsDate.GetSeconds(pRuntime); in printd()
DJS_Value.cpp378 GetMinutes(pRuntime), GetSeconds(pRuntime), 0)); in SetYear()
391 GetMinutes(pRuntime), GetSeconds(pRuntime), 0)); in SetMonth()
404 GetMinutes(pRuntime), GetSeconds(pRuntime), 0)); in SetDay()
417 GetMinutes(pRuntime), GetSeconds(pRuntime), 0)); in SetHours()
430 minutes, GetSeconds(pRuntime), 0)); in SetMinutes()
433 int CJS_Date::GetSeconds(CJS_Runtime* pRuntime) const { in GetSeconds() function in CJS_Date
DJS_Value.h178 int GetSeconds(CJS_Runtime* pRuntime) const;