HomeSort by relevance Sort by last modified time
    Searched refs:GetSeconds (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/javascript/
util.cpp 202 jsDate.GetSeconds(pRuntime));
209 jsDate.GetSeconds(pRuntime));
216 jsDate.GetSeconds(pRuntime));
255 int iSec = jsDate.GetSeconds(pRuntime);
JS_Value.cpp 378 GetMinutes(pRuntime), GetSeconds(pRuntime), 0));
391 GetMinutes(pRuntime), GetSeconds(pRuntime), 0));
404 GetMinutes(pRuntime), GetSeconds(pRuntime), 0));
417 GetMinutes(pRuntime), GetSeconds(pRuntime), 0));
430 minutes, GetSeconds(pRuntime), 0));
433 int CJS_Date::GetSeconds(CJS_Runtime* pRuntime) const {
JS_Value.h 178 int GetSeconds(CJS_Runtime* pRuntime) const;

Completed in 85 milliseconds