Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_utils.h38 char* historyRawUrl; member
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-web.md19 |新增|NA|模块名: ohos.web.webview<br>类名: HistoryItem<br>方法 or 属性:historyRawUrl: string;|@ohos.web.webvie…
20 |新增|NA|类名:HistoryItem<br>方法or属性:historyRawUrl: string;|@ohos.web.webview.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-web.md19 …s.web.webview<br>Class name: HistoryItem<br>Method or attribute name: historyRawUrl: string;|@ohos…
20 |Added|NA|Class name: HistoryItem<br>Method or attribute name: historyRawUrl: string;|@ohos.web.web…
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp724 …CHistoryItem ret = {.icon = -1, .historyUrl = nullptr, .historyRawUrl = nullptr, .title = nullptr}; in FfiOHOSGetItemAtIndex()
740 ret.historyRawUrl = MallocCString(item->GetHistoryRawUrl()); in FfiOHOSGetItemAtIndex()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-web.md58 |新增|NA|类名:HistoryItem;<br>方法or属性:historyRawUrl: string;|@ohos.web.webview.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-web.md58 |Added|NA|Class name: HistoryItem;<br>Method or attribute name: historyRawUrl: string;|@ohos.web.we…
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3869 std::string historyRawUrl = item->GetHistoryRawUrl(); in GetItem() local
3877 napi_create_string_utf8(env, historyRawUrl.c_str(), historyRawUrl.length(), &js_historyRawUrl); in GetItem()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md12288 | historyRawUrl | string | 是 | 是 | 历史记录项的原始url地址。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md12293 | historyRawUrl | string | Yes | Yes | Original URL of the histor…