Home
last modified time | relevance | path

Searched refs:GetLocalizedValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_date_time_suggestion_impl.cpp40 ArkWebString ArkWebDateTimeSuggestionImpl::GetLocalizedValue() in GetLocalizedValue() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionImpl
42 return ArkWebStringClassToStruct(nweb_date_time_suggestion_->GetLocalizedValue()); in GetLocalizedValue()
H A Dark_web_date_time_suggestion_impl.h36 ArkWebString GetLocalizedValue() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_date_time_suggestion_wrapper.cpp44 std::string ArkWebDateTimeSuggestionWrapper::GetLocalizedValue() in GetLocalizedValue() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionWrapper
46 ArkWebString stLocalizedValue = ark_web_date_time_suggestion_->GetLocalizedValue(); in GetLocalizedValue()
H A Dark_web_date_time_suggestion_wrapper.h34 std::string GetLocalizedValue() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_date_time_suggestion.h37 virtual ArkWebString GetLocalizedValue() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_date_time_chooser.h42 virtual std::string GetLocalizedValue() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5195 settingData.rangeVector.push_back({ "", suggestions[i]->GetLocalizedValue() }); in ShowDateTimeSuggestionDialog()
5196 settingData.values.push_back(suggestions[i]->GetLocalizedValue()); in ShowDateTimeSuggestionDialog()
5197 …suggestionMap.emplace(std::make_pair(suggestions[i]->GetLocalizedValue(), suggestions[i]->GetValue… in ShowDateTimeSuggestionDialog()