Searched refs:GetSeconds (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | util.cpp | 202 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()
|
D | JS_Value.cpp | 378 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
|
D | JS_Value.h | 178 int GetSeconds(CJS_Runtime* pRuntime) const;
|