Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_utils.h35 struct CHistoryItem { struct
H A Dwebview_ffi.h76 …FFI_EXPORT OHOS::Webview::CHistoryItem FfiOHOSGetItemAtIndex(int64_t id, int32_t index, int32_t *e…
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp722 CHistoryItem FfiOHOSGetItemAtIndex(int64_t id, int32_t index, int32_t *errCode) in FfiOHOSGetItemAtIndex()
724CHistoryItem ret = {.icon = -1, .historyUrl = nullptr, .historyRawUrl = nullptr, .title = nullptr}; in FfiOHOSGetItemAtIndex()