Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp235 const std::map<std::string, OHOS::NWeb::NWebAutofillEvent> NWEB_AUTOFILL_EVENTS = { variable
4402 if (NWEB_AUTOFILL_EVENTS.count(eventType) != 0) { in ParseNWebViewDataCommonField()
4403 OHOS::NWeb::NWebAutofillEvent event = NWEB_AUTOFILL_EVENTS.at(eventType); in ParseNWebViewDataCommonField()