Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dutil.cpp201 jsDate.GetHours(pRuntime), jsDate.GetMinutes(pRuntime), in printd()
208 jsDate.GetMinutes(pRuntime), in printd()
215 jsDate.GetMinutes(pRuntime), in printd()
254 int iMin = jsDate.GetMinutes(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()
420 int CJS_Date::GetMinutes(CJS_Runtime* pRuntime) const { in GetMinutes() function in CJS_Date
443 GetMinutes(pRuntime), seconds, 0)); in SetSeconds()
DJS_Value.h175 int GetMinutes(CJS_Runtime* pRuntime) const;