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

  /external/pdfium/fpdfsdk/javascript/
JS_Value.h 16 class CJS_Date;
44 CJS_Value(CJS_Runtime* pRuntime, const CJS_Date& date);
76 bool ConvertToDate(CJS_Runtime* pRuntime, CJS_Date&) const;
115 void operator<<(CJS_Date& date);
116 void operator>>(CJS_Date& date) const;
147 class CJS_Date {
149 CJS_Date();
150 CJS_Date(CJS_Runtime* pRuntime, double dMsec_time);
151 CJS_Date(CJS_Runtime* pRuntime,
158 virtual ~CJS_Date();
    [all...]
JS_Value.cpp 67 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const CJS_Date& date)
184 bool CJS_Value::ConvertToDate(CJS_Runtime* pRuntime, CJS_Date& date) const {
295 void CJS_PropValue::operator>>(CJS_Date& date) const {
300 void CJS_PropValue::operator<<(CJS_Date& date) {
344 CJS_Date::CJS_Date() {}
346 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, double dMsecTime)
349 CJS_Date::CJS_Date(CJS_Runtime* pRuntime
    [all...]
util.cpp 184 CJS_Date jsDate;
436 vRet = CJS_Value(pRuntime, CJS_Date(pRuntime, dDate));

Completed in 208 milliseconds