HomeSort by relevance Sort by last modified time
    Searched refs:GetHours (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/javascript/
util.cpp 201 jsDate.GetHours(pRuntime), jsDate.GetMinutes(pRuntime),
207 jsDate.GetDay(pRuntime), jsDate.GetHours(pRuntime),
214 jsDate.GetDay(pRuntime), jsDate.GetHours(pRuntime),
253 int iHour = jsDate.GetHours(pRuntime);
JS_Value.cpp 377 MakeDate(iYear, GetMonth(pRuntime), GetDay(pRuntime), GetHours(pRuntime),
390 MakeDate(GetYear(pRuntime), iMonth, GetDay(pRuntime), GetHours(pRuntime),
403 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), iDay, GetHours(pRuntime),
407 int CJS_Date::GetHours(CJS_Runtime* pRuntime) const {
429 GetDay(pRuntime), GetHours(pRuntime),
442 GetDay(pRuntime), GetHours(pRuntime),
JS_Value.h 172 int GetHours(CJS_Runtime* pRuntime) const;

Completed in 609 milliseconds