Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp209 void CJS_Value::operator=(CJS_Date& date) { in operator =()
265 FX_BOOL CJS_Value::ConvertToDate(CJS_Date& date) const { in ConvertToDate()
394 void CJS_PropValue::operator>>(CJS_Date& date) const { in operator >>()
399 void CJS_PropValue::operator<<(CJS_Date& date) { in operator <<()
450 CJS_Date::CJS_Date(CJS_Runtime* pRuntime) : m_pJSRuntime(pRuntime) { in CJS_Date() function in CJS_Date
453 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, double dMsecTime) in CJS_Date() function in CJS_Date
458 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, in CJS_Date() function in CJS_Date
470 double CJS_Date::MakeDate(int year, in MakeDate()
481 CJS_Date::~CJS_Date() {} in ~CJS_Date()
483 FX_BOOL CJS_Date::IsValidDate() { in IsValidDate()
[all …]
DJS_Value.h14 class CJS_Date; variable
73 void operator=(CJS_Date&);
81 FX_BOOL ConvertToDate(CJS_Date&) const;
119 void operator<<(CJS_Date& date);
120 void operator>>(CJS_Date& date) const;
148 class CJS_Date {
152 CJS_Date(CJS_Runtime* pRuntime);
153 CJS_Date(CJS_Runtime* pRuntime, double dMsec_time);
154 CJS_Date(CJS_Runtime* pRuntime,
161 virtual ~CJS_Date();
Dutil.h43 CJS_Date Date,
Dutil.cpp196 CJS_Date jsDate(pRuntime); in printd()
318 CJS_Date jsDate, in printd()
507 vRet = CJS_Date(CJS_Runtime::FromContext(cc), dDate); in scand()