Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_Value.cpp67 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const CJS_Date& date) in CJS_Value()
184 bool CJS_Value::ConvertToDate(CJS_Runtime* pRuntime, CJS_Date& date) const { in ConvertToDate()
295 void CJS_PropValue::operator>>(CJS_Date& date) const { in operator >>()
300 void CJS_PropValue::operator<<(CJS_Date& date) { in operator <<()
344 CJS_Date::CJS_Date() {} in CJS_Date() function in CJS_Date
346 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, double dMsecTime) in CJS_Date() function in CJS_Date
349 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, in CJS_Date() function in CJS_Date
358 CJS_Date::~CJS_Date() {} in ~CJS_Date()
360 bool CJS_Date::IsValidDate(CJS_Runtime* pRuntime) const { in IsValidDate()
364 void CJS_Date::Attach(v8::Local<v8::Date> pDate) { in Attach()
[all …]
DJS_Value.h16 class CJS_Date; variable
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();
Dutil.cpp184 CJS_Date jsDate; in printd()
436 vRet = CJS_Value(pRuntime, CJS_Date(pRuntime, dDate)); in scand()