HomeSort by relevance Sort by last modified time
    Searched defs:MakeDate (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 534 m_pDate = JS_NewDate(isolate,MakeDate(year,mon,day,hour,min,sec,0));
537 double CJS_Date::MakeDate(int year, int mon, int day,int hour, int min, int sec,int ms)
567 double date = MakeDate(iYear,GetMonth(),GetDay(),GetHours(),GetMinutes(),GetSeconds(),0);
582 double date = MakeDate(GetYear(),iMonth,GetDay(),GetHours(),GetMinutes(),GetSeconds(),0);
598 double date = MakeDate(GetYear(),GetMonth(),iDay,GetHours(),GetMinutes(),GetSeconds(),0);
613 double date = MakeDate(GetYear(),GetMonth(),GetDay(),iHours,GetMinutes(),GetSeconds(),0);
627 double date = MakeDate(GetYear(),GetMonth(),GetDay(),GetHours(),minutes,GetSeconds(),0);
641 double date = MakeDate(GetYear(),GetMonth(),GetDay(),GetHours(),GetMinutes(),seconds,0);
  /external/v8/src/
date.js 91 function MakeDate(day, time) {
176 value = MakeDate(day, time);
257 var date = MakeDate(day, time);
282 return TimeClip(MakeDate(day, time));
467 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
479 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time));
489 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
499 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time));
511 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
523 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time))
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 111 milliseconds