Searched refs:NWebAutofillEvent (Results 1 – 3 of 3) sorted by relevance
64 enum NWebAutofillEvent { enum
75 OHOS::NWeb::NWebAutofillEvent eventType = OHOS::NWeb::NWebAutofillEvent::UNKNOWN;
235 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()