Searched refs:GetMonth (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Value.cpp | 567 double date = MakeDate(iYear,GetMonth(),GetDay(),GetHours(),GetMinutes(),GetSeconds(),0); in SetYear() 571 int CJS_Date::GetMonth() in GetMonth() function in CJS_Date 598 double date = MakeDate(GetYear(),GetMonth(),iDay,GetHours(),GetMinutes(),GetSeconds(),0); in SetDay() 613 double date = MakeDate(GetYear(),GetMonth(),GetDay(),iHours,GetMinutes(),GetSeconds(),0); in SetHours() 627 double date = MakeDate(GetYear(),GetMonth(),GetDay(),GetHours(),minutes,GetSeconds(),0); in SetMinutes() 641 double date = MakeDate(GetYear(),GetMonth(),GetDay(),GetHours(),GetMinutes(),seconds,0); in SetSeconds()
|
D | util.cpp | 240 jsDate.GetMonth() + 1, in printd() 249 jsDate.GetMonth() + 1, in printd() 258 jsDate.GetMonth() + 1, in printd() 300 iMonth = jsDate.GetMonth(); in printd() 396 iMonth = jsDate.GetMonth(); in printd()
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Value.h | 160 int GetMonth();
|