Home
last modified time | relevance | path

Searched refs:string_id (Results 1 – 16 of 16) sorted by relevance

/third_party/cef/libcef/common/
Dresource_bundle_impl.cc12 CefString CefResourceBundleImpl::GetLocalizedString(int string_id) { in GetLocalizedString() argument
16 return ui::ResourceBundle::GetSharedInstance().GetLocalizedString(string_id); in GetLocalizedString()
Dresource_bundle_impl.h19 CefString GetLocalizedString(int string_id) override;
/third_party/cef/libcef_dll/ctocpp/
Dresource_bundle_handler_ctocpp.cc21 bool CefResourceBundleHandlerCToCpp::GetLocalizedString(int string_id, in GetLocalizedString() argument
32 int _retval = _struct->get_localized_string(_struct, string_id, in GetLocalizedString()
Dresource_bundle_ctocpp.cc34 CefString CefResourceBundleCToCpp::GetLocalizedString(int string_id) { in GetLocalizedString() argument
43 _struct->get_localized_string(_struct, string_id); in GetLocalizedString()
Dresource_bundle_ctocpp.h38 CefString GetLocalizedString(int string_id) override;
Dresource_bundle_handler_ctocpp.h38 bool GetLocalizedString(int string_id, CefString& string) override;
/third_party/cef/libcef_dll/cpptoc/
Dresource_bundle_cpptoc.cc36 int string_id) { in resource_bundle_get_localized_string() argument
45 CefResourceBundleCppToC::Get(self)->GetLocalizedString(string_id); in resource_bundle_get_localized_string()
Dresource_bundle_handler_cpptoc.cc24 int string_id, in resource_bundle_handler_get_localized_string() argument
43 string_id, stringStr); in resource_bundle_handler_get_localized_string()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1484 lit_magic_string_id_t string_id; in jerry_debugger_exception_object_to_string() local
1491 string_id = LIT_MAGIC_STRING_EVAL_ERROR_UL; in jerry_debugger_exception_object_to_string()
1496 string_id = LIT_MAGIC_STRING_RANGE_ERROR_UL; in jerry_debugger_exception_object_to_string()
1501 string_id = LIT_MAGIC_STRING_REFERENCE_ERROR_UL; in jerry_debugger_exception_object_to_string()
1506 string_id = LIT_MAGIC_STRING_SYNTAX_ERROR_UL; in jerry_debugger_exception_object_to_string()
1511 string_id = LIT_MAGIC_STRING_TYPE_ERROR_UL; in jerry_debugger_exception_object_to_string()
1516 string_id = LIT_MAGIC_STRING_URI_ERROR_UL; in jerry_debugger_exception_object_to_string()
1522 string_id = LIT_MAGIC_STRING_ERROR_UL; in jerry_debugger_exception_object_to_string()
1533 ecma_stringbuilder_append_magic (&builder, string_id); in jerry_debugger_exception_object_to_string()
/third_party/cef/include/
Dcef_resource_bundle_handler.h60 virtual bool GetLocalizedString(int string_id, CefString& string) = 0;
Dcef_resource_bundle.h68 virtual CefString GetLocalizedString(int string_id) = 0;
/third_party/cef/include/capi/
Dcef_resource_bundle_capi.h71 int string_id);
Dcef_resource_bundle_handler_capi.h68 int string_id,
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_win.cc162 int string_id; in GetDescriptionFromMimeType() member
173 l10n_util::GetStringUTF16(kWildCardMimeTypes[i].string_id)); in GetDescriptionFromMimeType()
Dfile_dialog_runner_mac.mm32 int string_id;
42 return l10n_util::GetStringUTF16(kWildCardMimeTypes[i].string_id);
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c192 uintptr_t string_id = (uintptr_t) (id + LIT_MAGIC_STRING__COUNT); in ecma_new_ecma_string_from_magic_string_ex_id() local
194 if (JERRY_LIKELY (string_id <= ECMA_DIRECT_STRING_MAX_IMM)) in ecma_new_ecma_string_from_magic_string_ex_id()
196 return (ecma_string_t *) ECMA_CREATE_DIRECT_STRING (ECMA_DIRECT_STRING_MAGIC, string_id); in ecma_new_ecma_string_from_magic_string_ex_id()