Searched refs:string_id (Results 1 – 16 of 16) sorted by relevance
/third_party/cef/libcef/common/ |
D | resource_bundle_impl.cc | 12 CefString CefResourceBundleImpl::GetLocalizedString(int string_id) { in GetLocalizedString() argument 16 return ui::ResourceBundle::GetSharedInstance().GetLocalizedString(string_id); in GetLocalizedString()
|
D | resource_bundle_impl.h | 19 CefString GetLocalizedString(int string_id) override;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | resource_bundle_handler_ctocpp.cc | 21 bool CefResourceBundleHandlerCToCpp::GetLocalizedString(int string_id, in GetLocalizedString() argument 32 int _retval = _struct->get_localized_string(_struct, string_id, in GetLocalizedString()
|
D | resource_bundle_ctocpp.cc | 34 CefString CefResourceBundleCToCpp::GetLocalizedString(int string_id) { in GetLocalizedString() argument 43 _struct->get_localized_string(_struct, string_id); in GetLocalizedString()
|
D | resource_bundle_ctocpp.h | 38 CefString GetLocalizedString(int string_id) override;
|
D | resource_bundle_handler_ctocpp.h | 38 bool GetLocalizedString(int string_id, CefString& string) override;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | resource_bundle_cpptoc.cc | 36 int string_id) { in resource_bundle_get_localized_string() argument 45 CefResourceBundleCppToC::Get(self)->GetLocalizedString(string_id); in resource_bundle_get_localized_string()
|
D | resource_bundle_handler_cpptoc.cc | 24 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/ |
D | debugger.c | 1484 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/ |
D | cef_resource_bundle_handler.h | 60 virtual bool GetLocalizedString(int string_id, CefString& string) = 0;
|
D | cef_resource_bundle.h | 68 virtual CefString GetLocalizedString(int string_id) = 0;
|
/third_party/cef/include/capi/ |
D | cef_resource_bundle_capi.h | 71 int string_id);
|
D | cef_resource_bundle_handler_capi.h | 68 int string_id,
|
/third_party/cef/libcef/browser/native/ |
D | file_dialog_runner_win.cc | 162 int string_id; in GetDescriptionFromMimeType() member 173 l10n_util::GetStringUTF16(kWildCardMimeTypes[i].string_id)); in GetDescriptionFromMimeType()
|
D | file_dialog_runner_mac.mm | 32 int string_id; 42 return l10n_util::GetStringUTF16(kWildCardMimeTypes[i].string_id);
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-string.c | 192 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()
|