Searched refs:CJS_Date (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Value.cpp | 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() [all …]
|
D | util.cpp | 217 CJS_Date jsDate(isolate); in printd() 373 void util::printd(const std::wstring &cFormat2, CJS_Date jsDate, bool bXFAPicture, std::wstring &cP… in printd() 595 CJS_Date date(isolate,dDate); in scand()
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Value.h | 14 class CJS_Date; variable 61 void operator = (CJS_Date &); 71 FX_BOOL ConvertToDate(CJS_Date &) const; 119 void operator<<(CJS_Date& date); 120 void operator>>(CJS_Date& date) const; 147 class CJS_Date 151 CJS_Date(v8::Isolate* isolate); 152 CJS_Date(v8::Isolate* isolate,double dMsec_time); 153 CJS_Date(v8::Isolate* isolate,int year, int mon, int day,int hour, int min, int sec); 154 virtual ~CJS_Date();
|
D | util.h | 28 …static void printd(const std::wstring &cFormat,CJS_Date Date,bool bXFAPicture, std::wstring &cPur…
|