Home
last modified time | relevance | path

Searched refs:GetLocalizedString (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/common/alloy/
Dalloy_content_client.cc110 std::u16string AlloyContentClient::GetLocalizedString(int message_id) { in GetLocalizedString() function in AlloyContentClient
112 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(message_id); in GetLocalizedString()
119 std::u16string AlloyContentClient::GetLocalizedString( in GetLocalizedString() function in AlloyContentClient
Dalloy_content_client.h26 std::u16string GetLocalizedString(int message_id) override;
27 std::u16string GetLocalizedString(int message_id,
/third_party/cef/libcef/common/
Dresource_bundle_impl.cc12 CefString CefResourceBundleImpl::GetLocalizedString(int string_id) { in GetLocalizedString() function in CefResourceBundleImpl
16 return ui::ResourceBundle::GetSharedInstance().GetLocalizedString(string_id); in GetLocalizedString()
Dresource_bundle_delegate.cc68 bool CefResourceBundleDelegate::GetLocalizedString( in GetLocalizedString() function in CefResourceBundleDelegate
77 if (handler->GetLocalizedString(message_id, cef_str)) in GetLocalizedString()
Dresource_bundle_impl.h19 CefString GetLocalizedString(int string_id) override;
Dresource_bundle_delegate.h39 bool GetLocalizedString(int message_id, std::u16string* value) const override;
/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/libcef_dll/ctocpp/
Dresource_bundle_ctocpp.h38 CefString GetLocalizedString(int string_id) override;
Dresource_bundle_handler_ctocpp.h38 bool GetLocalizedString(int string_id, CefString& string) override;
Dresource_bundle_handler_ctocpp.cc21 bool CefResourceBundleHandlerCToCpp::GetLocalizedString(int string_id, in GetLocalizedString() function in CefResourceBundleHandlerCToCpp
Dresource_bundle_ctocpp.cc34 CefString CefResourceBundleCToCpp::GetLocalizedString(int string_id) { in GetLocalizedString() function in CefResourceBundleCToCpp
/third_party/cef/libcef_dll/cpptoc/
Dresource_bundle_cpptoc.cc45 CefResourceBundleCppToC::Get(self)->GetLocalizedString(string_id); in resource_bundle_get_localized_string()
Dresource_bundle_handler_cpptoc.cc42 bool _retval = CefResourceBundleHandlerCppToC::Get(self)->GetLocalizedString( in resource_bundle_handler_get_localized_string()
/third_party/cef/libcef/browser/
Dmenu_manager.cc29 CefAppManager::Get()->GetContentClient()->GetLocalizedString(message_id); in GetLabel()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp126803 static nsAdoptingString GetLocalizedString(const char* aPref);
126821 static nsresult GetLocalizedString(const char* aPref, nsAString* aResult);
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch6207 CefAppManager::Get()->GetContentClient()->GetLocalizedString(message_id);