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.cpp222 void CJS_Value::operator = (CJS_Date & date) in operator =()
275 FX_BOOL CJS_Value::ConvertToDate(CJS_Date &date) const in ConvertToDate()
433 void CJS_PropValue::operator>>(CJS_Date &date) const in operator >>()
439 void CJS_PropValue::operator<<(CJS_Date &date) in operator <<()
502 CJS_Date::CJS_Date(v8::Isolate* isolate) :m_isolate(isolate) in CJS_Date() function in CJS_Date
506 CJS_Date::CJS_Date(v8::Isolate* isolate,double dMsec_time) in CJS_Date() function in CJS_Date
512 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
518 double CJS_Date::MakeDate(int year, int mon, int day,int hour, int min, int sec,int ms) in MakeDate()
523 CJS_Date::~CJS_Date() in ~CJS_Date()
527 FX_BOOL CJS_Date::IsValidDate() in IsValidDate()
[all …]
Dutil.cpp217 CJS_Date jsDate(isolate); in printd()
375 void util::printd(const std::wstring &cFormat2, CJS_Date jsDate, bool bXFAPicture, std::wstring &cP… in printd()
599 CJS_Date date(isolate,dDate); in scand()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Value.h11 class CJS_Date; variable
57 void operator = (CJS_Date &);
67 FX_BOOL ConvertToDate(CJS_Date &) const;
113 void operator<<(CJS_Date &date);
114 void operator>>(CJS_Date &date) const;
143 class CJS_Date
147 CJS_Date(v8::Isolate* isolate);
148 CJS_Date(v8::Isolate* isolate,double dMsec_time);
149 CJS_Date(v8::Isolate* isolate,int year, int mon, int day,int hour, int min, int sec);
150 virtual ~CJS_Date();
Dutil.h24 …static void printd(const std::wstring &cFormat,CJS_Date Date,bool bXFAPicture, std::wstring &cPur…