Searched refs:historyRawUrl (Results 1 – 9 of 9) sorted by relevance
38 char* historyRawUrl; member
19 |新增|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|
19 …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…
724 …CHistoryItem ret = {.icon = -1, .historyUrl = nullptr, .historyRawUrl = nullptr, .title = nullptr}; in FfiOHOSGetItemAtIndex()740 ret.historyRawUrl = MallocCString(item->GetHistoryRawUrl()); in FfiOHOSGetItemAtIndex()
58 |新增|NA|类名:HistoryItem;<br>方法or属性:historyRawUrl: string;|@ohos.web.webview.d.ts|
58 |Added|NA|Class name: HistoryItem;<br>Method or attribute name: historyRawUrl: string;|@ohos.web.we…
3869 std::string historyRawUrl = item->GetHistoryRawUrl(); in GetItem() local3877 napi_create_string_utf8(env, historyRawUrl.c_str(), historyRawUrl.length(), &js_historyRawUrl); in GetItem()
12288 | historyRawUrl | string | 是 | 是 | 历史记录项的原始url地址。 |
12293 | historyRawUrl | string | Yes | Yes | Original URL of the histor…