/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_delegate_interface.h | 99 virtual void UpdateLocale() = 0;
|
H A D | web_pattern.h | 545 void UpdateLocale();
|
H A D | web_pattern.cpp | 794 WebPattern->UpdateLocale(); in InitConfigChangeCallback() 5335 void WebPattern::UpdateLocale() in UpdateLocale() function in OHOS::Ace::NG::WebPattern 5338 delegate_->UpdateLocale(); in UpdateLocale()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 169 void UpdateLocale(const std::string& language, const std::string& region) override {} in UpdateLocale() function
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 220 void UpdateLocale(const std::string& language, const std::string& region) override in UpdateLocale() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 143 WebPattern->UpdateLocale(); in InitEvent() 1045 void WebPattern::UpdateLocale() in UpdateLocale() function in OHOS::Ace::NG::WebPattern 1048 delegate_->UpdateLocale(); in UpdateLocale()
|
H A D | web_delegate_cross.h | 350 void UpdateLocale() override;
|
H A D | web_pattern.h | 384 void UpdateLocale();
|
H A D | web_delegate_cross.cpp | 923 void WebDelegateCross::UpdateLocale() in UpdateLocale() function in OHOS::Ace::WebDelegateCross
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 445 void ArkWebNWebImpl::UpdateLocale(const ArkWebString& language, const ArkWebString& region) in UpdateLocale() function in OHOS::ArkWeb::ArkWebNWebImpl 447 … nweb_nweb_->UpdateLocale(ArkWebStringStructToClass(language), ArkWebStringStructToClass(region)); in UpdateLocale()
|
H A D | ark_web_nweb_impl.h | 442 void UpdateLocale(const ArkWebString& language, const ArkWebString& region) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 563 virtual void UpdateLocale(const ArkWebString& language,
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test.cpp | 430 g_webPattern->UpdateLocale();
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 526 void ArkWebNWebWrapper::UpdateLocale(const std::string& language, const std::string& region) in UpdateLocale() function in OHOS::ArkWeb::ArkWebNWebWrapper 531 ark_web_nweb_->UpdateLocale(stLanguage, stRegion); in UpdateLocale()
|
H A D | ark_web_nweb_wrapper.h | 448 void UpdateLocale(const std::string& language, const std::string& region) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 667 virtual void UpdateLocale(const std::string& language, const std::string& region) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 779 void UpdateLocale();
|
H A D | web_delegate.cpp | 5923 void WebDelegate::UpdateLocale() in UpdateLocale() function in OHOS::Ace::WebDelegate 5930 nweb_->UpdateLocale(language, region); in UpdateLocale()
|