Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1011 auto nativeWebHistoryListImpl = FFIData::GetData<WebHistoryListImpl>(id); in FfiOHOSBackForwardListCurrentIndex() local
1012 if (nativeWebHistoryListImpl == nullptr || !nativeWebHistoryListImpl) { in FfiOHOSBackForwardListCurrentIndex()
1017 return nativeWebHistoryListImpl->GetCurrentIndex(); in FfiOHOSBackForwardListCurrentIndex()
1022 auto nativeWebHistoryListImpl = FFIData::GetData<WebHistoryListImpl>(id); in FfiOHOSBackForwardListSize() local
1023 if (nativeWebHistoryListImpl == nullptr || !nativeWebHistoryListImpl) { in FfiOHOSBackForwardListSize()
1028 return nativeWebHistoryListImpl->GetListSize(); in FfiOHOSBackForwardListSize()
1146 auto nativeWebHistoryListImpl = FFIData::GetData<WebHistoryListImpl>(id); in FfiOHOSGetItemAtIndex() local
1147 if (nativeWebHistoryListImpl in FfiOHOSGetItemAtIndex()
[all...]

Completed in 3 milliseconds