Home
last modified time | relevance | path

Searched refs:ConvertToDate (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_Value.h76 bool ConvertToDate(CJS_Runtime* pRuntime, CJS_Date&) const;
DJS_Value.cpp184 bool CJS_Value::ConvertToDate(CJS_Runtime* pRuntime, CJS_Date& date) const { in ConvertToDate() function in CJS_Value
297 m_Value.ConvertToDate(m_pJSRuntime, date); in operator >>()
Dutil.cpp185 if (!p2.ConvertToDate(pRuntime, jsDate)) { in printd()