Searched refs:GetMinutes (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | util.cpp | 201 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()
|
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() 420 int CJS_Date::GetMinutes(CJS_Runtime* pRuntime) const { in GetMinutes() function in CJS_Date 443 GetMinutes(pRuntime), seconds, 0)); in SetSeconds()
|
D | JS_Value.h | 175 int GetMinutes(CJS_Runtime* pRuntime) const;
|