Home
last modified time | relevance | path

Searched defs:string_id (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/common/
Dresource_bundle_impl.cc12 CefString CefResourceBundleImpl::GetLocalizedString(int string_id) { in GetLocalizedString()
/third_party/cef/libcef_dll/cpptoc/
Dresource_bundle_cpptoc.cc36 int string_id) { in resource_bundle_get_localized_string()
Dresource_bundle_handler_cpptoc.cc24 int string_id, in resource_bundle_handler_get_localized_string()
/third_party/cef/libcef_dll/ctocpp/
Dresource_bundle_ctocpp.cc34 CefString CefResourceBundleCToCpp::GetLocalizedString(int string_id) { in GetLocalizedString()
Dresource_bundle_handler_ctocpp.cc21 bool CefResourceBundleHandlerCToCpp::GetLocalizedString(int string_id, in GetLocalizedString()
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_win.cc162 int string_id; in GetDescriptionFromMimeType() member
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1484 lit_magic_string_id_t string_id; in jerry_debugger_exception_object_to_string() local
/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