Home
last modified time | relevance | path

Searched defs:fillContent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_extension_callback.cpp352 std::string fillContent = want.GetStringParam(WANT_PARAMS_FILL_CONTENT); in SendAutoFillFailed() local
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1446 virtual void OnAutofillCancel(const std::string& fillContent) {} in OnAutofillCancel()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp1112 void ArkWebNWebImpl::OnAutofillCancel(const ArkWebString& fillContent) in OnAutofillCancel()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1306 void ArkWebNWebWrapper::OnAutofillCancel(const std::string& fillContent) in OnAutofillCancel()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1293 void OnFillRequestFailed(int32_t errCode, const std::string& fillContent, bool isPopup) override in OnFillRequestFailed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2735 const std::string& fillContent, bool isPopup) in NotifyFillRequestFailed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2400 void FrameNode::NotifyFillRequestFailed(int32_t errCode, const std::string& fillContent, bool isPop… in NotifyFillRequestFailed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4286 void WebPattern::NotifyFillRequestFailed(int32_t errCode, const std::string& fillContent, bool isPo… in NotifyFillRequestFailed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7273 void TextFieldPattern::NotifyFillRequestFailed(int32_t errCode, const std::string& fillContent, boo… in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5969 void WebDelegate::AutofillCancel(const std::string& fillContent) in AutofillCancel()