Home
last modified time | relevance | path

Searched refs:SetYear (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_Value.h164 void SetYear(CJS_Runtime* pRuntime, int iYear);
DJS_Value.cpp375 void CJS_Date::SetYear(CJS_Runtime* pRuntime, int iYear) { in SetYear() function in CJS_Date