Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_autofill.h64 enum NWebAutofillEvent { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h75 OHOS::NWeb::NWebAutofillEvent eventType = OHOS::NWeb::NWebAutofillEvent::UNKNOWN;
H A Dweb_pattern.cpp235 const std::map<std::string, OHOS::NWeb::NWebAutofillEvent> NWEB_AUTOFILL_EVENTS = {
236 {OHOS::NWeb::NWEB_AUTOFILL_EVENT_SAVE, OHOS::NWeb::NWebAutofillEvent::SAVE},
237 {OHOS::NWeb::NWEB_AUTOFILL_EVENT_FILL, OHOS::NWeb::NWebAutofillEvent::FILL},
238 {OHOS::NWeb::NWEB_AUTOFILL_EVENT_UPDATE, OHOS::NWeb::NWebAutofillEvent::UPDATE},
239 {OHOS::NWeb::NWEB_AUTOFILL_EVENT_CLOSE, OHOS::NWeb::NWebAutofillEvent::CLOSE},
4403 OHOS::NWeb::NWebAutofillEvent event = NWEB_AUTOFILL_EVENTS.at(eventType); in ParseNWebViewDataCommonField()
4477 if (eventType == OHOS::NWeb::NWebAutofillEvent::FILL) { in HandleAutoFillEvent()
4494 if (eventType == OHOS::NWeb::NWebAutofillEvent::SAVE) { in HandleAutoFillEvent()
4496 } else if (eventType == OHOS::NWeb::NWebAutofillEvent::UPDATE) { in HandleAutoFillEvent()
4498 } else if (eventType == OHOS::NWeb::NWebAutofillEvent::CLOSE) { in HandleAutoFillEvent()