Home
last modified time | relevance | path

Searched refs:JSGetStringFromID (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_publicmethods.cpp722 WideString sError = JSGetStringFromID(JSMessage::kInvalidInputError); in AFNumber_Keystroke()
909 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFDate_FormatEx()
981 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFDate_KeystrokeEx()
1111 JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1123 JSGetStringFromID(JSMessage::kInvalidInputError)); in AFSpecial_KeystrokeEx()
1139 JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1146 JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1154 JSGetStringFromID(JSMessage::kParamTooLongError)); in AFSpecial_KeystrokeEx()
1238 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFParseDateEx()
1404 JSGetStringFromID(JSMessage::kRangeBetweenError).c_str(), in AFRange_Validate()
[all …]
H A Dcjs_event_context.cpp34 JSGetStringFromID(JSMessage::kBusyError)); in RunScript()
44 1, 1, JSGetStringFromID(JSMessage::kDuplicateEventError)); in RunScript()
H A Dcjs_result.cpp15 CJS_Result::CJS_Result(JSMessage id) : CJS_Result(JSGetStringFromID(id)) {} in CJS_Result()
H A Djs_resources.h41 WideString JSGetStringFromID(JSMessage msg);
H A Djs_resources.cpp9 WideString JSGetStringFromID(JSMessage msg) { in JSGetStringFromID() function
H A Dcjs_app.cpp259 swTitle = JSGetStringFromID(JSMessage::kAlert); in alert()