/third_party/cef/libcef/common/alloy/ |
D | alloy_content_client.cc | 110 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
|
D | alloy_content_client.h | 26 std::u16string GetLocalizedString(int message_id) override; 27 std::u16string GetLocalizedString(int message_id,
|
/third_party/cef/libcef/common/ |
D | resource_bundle_impl.cc | 12 CefString CefResourceBundleImpl::GetLocalizedString(int string_id) { in GetLocalizedString() function in CefResourceBundleImpl 16 return ui::ResourceBundle::GetSharedInstance().GetLocalizedString(string_id); in GetLocalizedString()
|
D | resource_bundle_delegate.cc | 68 bool CefResourceBundleDelegate::GetLocalizedString( in GetLocalizedString() function in CefResourceBundleDelegate 77 if (handler->GetLocalizedString(message_id, cef_str)) in GetLocalizedString()
|
D | resource_bundle_impl.h | 19 CefString GetLocalizedString(int string_id) override;
|
D | resource_bundle_delegate.h | 39 bool GetLocalizedString(int message_id, std::u16string* value) const override;
|
/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/libcef_dll/ctocpp/ |
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;
|
D | resource_bundle_handler_ctocpp.cc | 21 bool CefResourceBundleHandlerCToCpp::GetLocalizedString(int string_id, in GetLocalizedString() function in CefResourceBundleHandlerCToCpp
|
D | resource_bundle_ctocpp.cc | 34 CefString CefResourceBundleCToCpp::GetLocalizedString(int string_id) { in GetLocalizedString() function in CefResourceBundleCToCpp
|
/third_party/cef/libcef_dll/cpptoc/ |
D | resource_bundle_cpptoc.cc | 45 CefResourceBundleCppToC::Get(self)->GetLocalizedString(string_id); in resource_bundle_get_localized_string()
|
D | resource_bundle_handler_cpptoc.cc | 42 bool _retval = CefResourceBundleHandlerCppToC::Get(self)->GetLocalizedString( in resource_bundle_handler_get_localized_string()
|
/third_party/cef/libcef/browser/ |
D | menu_manager.cc | 29 CefAppManager::Get()->GetContentClient()->GetLocalizedString(message_id); in GetLabel()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 126803 static nsAdoptingString GetLocalizedString(const char* aPref); 126821 static nsresult GetLocalizedString(const char* aPref, nsAString* aResult);
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 6207 CefAppManager::Get()->GetContentClient()->GetLocalizedString(message_id);
|