Searched refs:AFDate_KeystrokeEx (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h22 static FX_BOOL AFDate_KeystrokeEx(OBJ_METHOD_PARAMS);
46 JS_STATIC_GLOBAL_FUN(AFDate_KeystrokeEx);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp44 JS_STATIC_GLOBAL_FUN_ENTRY(AFDate_KeystrokeEx,1)
1637 //AFDate_KeystrokeEx(cFormat)
1638 FX_BOOL CJS_PublicMethods::AFDate_KeystrokeEx(OBJ_METHOD_PARAMS) function in class:CJS_PublicMethods
1647 sError = L"AFDate_KeystrokeEx's parameters' size r not correct";
1704 //AFDate_KeystrokeEx(cFormat)
1732 return AFDate_KeystrokeEx(cc,newParams,vRet,sError);
1786 return AFDate_KeystrokeEx(cc,newParams,vRet,sError);
1796 return AFDate_KeystrokeEx(cc,params,vRet,sError);

Completed in 415 milliseconds