Home
last modified time | relevance | path

Searched refs:WebTimezoneInfoImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/date_time_format_adapter/src/
H A Ddate_time_format_adapter_impl.cpp27 std::string WebTimezoneInfoImpl::GetTzId() in GetTzId()
32 bool WebTimezoneInfoImpl::GetIsValid() in GetIsValid()
50 …std::shared_ptr<WebTimezoneInfoImpl> timezoneinfo = std::make_shared<WebTimezoneInfoImpl>(ret, tru… in OnReceiveEvent()
/ohos5.0/base/web/webview/ohos_adapter/date_time_format_adapter/include/
H A Ddate_time_format_adapter_impl.h32 class WebTimezoneInfoImpl final : public WebTimezoneInfo {
34 WebTimezoneInfoImpl(std::string tzId, bool isValid) in WebTimezoneInfoImpl() function
37 ~WebTimezoneInfoImpl() override = default;