Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_autofill.h29 const std::string NWEB_VIEW_DATA_KEY_PLACEHOLDER = "placeholder"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4253 … json->Put(OHOS::NWeb::NWEB_VIEW_DATA_KEY_PLACEHOLDER.c_str(), nodeInfoWrap->GetId()); in NotifyFillRequestSuccess()
4318 } else if (key == OHOS::NWeb::NWEB_VIEW_DATA_KEY_PLACEHOLDER) { in ParseViewDataString()