Home
last modified time | relevance | path

Searched refs:historyRawUrl (Results 1 - 3 of 3) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_utils.h39 char* historyRawUrl; member
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1145 CHistoryItem ret = {.icon = -1, .historyUrl = nullptr, .historyRawUrl = nullptr, .title = nullptr}; in FfiOHOSGetItemAtIndex()
1161 ret.historyRawUrl = MallocCString(item->GetHistoryRawUrl()); in FfiOHOSGetItemAtIndex()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3871 std::string historyRawUrl = item->GetHistoryRawUrl(); in GetItem() local
3879 napi_create_string_utf8(env, historyRawUrl.c_str(), historyRawUrl.length(), &js_historyRawUrl); in GetItem()
3880 napi_set_named_property(env, result, "historyRawUrl", js_historyRawUrl); in GetItem()

Completed in 15 milliseconds