Lines Matching refs:CJS_Date

229 void CJS_Value::operator = (CJS_Date & date)  in operator =()
283 FX_BOOL CJS_Value::ConvertToDate(CJS_Date &date) const in ConvertToDate()
452 void CJS_PropValue::operator>>(CJS_Date &date) const in operator >>()
458 void CJS_PropValue::operator<<(CJS_Date &date) in operator <<()
521 CJS_Date::CJS_Date(v8::Isolate* isolate) :m_isolate(isolate) in CJS_Date() function in CJS_Date
525 CJS_Date::CJS_Date(v8::Isolate* isolate,double dMsec_time) in CJS_Date() function in CJS_Date
531 CJS_Date::CJS_Date(v8::Isolate* isolate,int year, int mon, int day,int hour, int min, int sec) in CJS_Date() function in CJS_Date
537 double CJS_Date::MakeDate(int year, int mon, int day,int hour, int min, int sec,int ms) in MakeDate()
542 CJS_Date::~CJS_Date() in ~CJS_Date()
546 FX_BOOL CJS_Date::IsValidDate() in IsValidDate()
552 void CJS_Date::Attach(v8::Local<v8::Value> pDate) in Attach()
557 int CJS_Date::GetYear() in GetYear()
565 void CJS_Date::SetYear(int iYear) in SetYear()
571 int CJS_Date::GetMonth() in GetMonth()
579 void CJS_Date::SetMonth(int iMonth) in SetMonth()
587 int CJS_Date::GetDay() in GetDay()
595 void CJS_Date::SetDay(int iDay) in SetDay()
603 int CJS_Date::GetHours() in GetHours()
611 void CJS_Date::SetHours(int iHours) in SetHours()
617 int CJS_Date::GetMinutes() in GetMinutes()
625 void CJS_Date::SetMinutes(int minutes) in SetMinutes()
631 int CJS_Date::GetSeconds() in GetSeconds()
639 void CJS_Date::SetSeconds(int seconds) in SetSeconds()
645 CJS_Date::operator v8::Local<v8::Value>() in operator v8::Local<v8::Value>()
650 CJS_Date::operator double() const in operator double()
657 CFX_WideString CJS_Date::ToString() const in ToString()