Home
last modified time | relevance | path

Searched refs:NotifyAutoFillViewData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h803 void NotifyAutoFillViewData(const std::string& jsonStr);
H A Dweb_delegate.cpp5952 void WebDelegate::NotifyAutoFillViewData(const std::string& jsonStr) in NotifyAutoFillViewData() function in OHOS::Ace::WebDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4266 delegate_->NotifyAutoFillViewData(jsonNode->ToString()); in NotifyFillRequestSuccess()