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

  /external/pdfium/fpdfsdk/javascript/
JS_Value.h 76 bool ConvertToDate(CJS_Runtime* pRuntime, CJS_Date&) const;
util.cpp 185 if (!p2.ConvertToDate(pRuntime, jsDate)) {
JS_Value.cpp 184 bool CJS_Value::ConvertToDate(CJS_Runtime* pRuntime, CJS_Date& date) const {
297 m_Value.ConvertToDate(m_pJSRuntime, date);

Completed in 216 milliseconds