Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp2035 napi_value js_historyRawUrl; in GetItem() local
2036 napi_create_string_utf8(env, historyRawUrl.c_str(), historyRawUrl.length(), &js_historyRawUrl); in GetItem()
2037 napi_set_named_property(env, result, "historyRawUrl", js_historyRawUrl); in GetItem()