Home
last modified time | relevance | path

Searched refs:GetListSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_list_wrapper.cpp38 int32_t ArkWebHistoryListWrapper::GetListSize() in GetListSize() function in OHOS::ArkWeb::ArkWebHistoryListWrapper
40 return ark_web_history_list_->GetListSize(); in GetListSize()
H A Dark_web_history_list_wrapper.h32 int32_t GetListSize() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_history_list_impl.cpp38 int32_t ArkWebHistoryListImpl::GetListSize() in GetListSize() function in OHOS::ArkWeb::ArkWebHistoryListImpl
40 return nweb_history_list_->GetListSize(); in GetListSize()
H A Dark_web_history_list_impl.h34 int32_t GetListSize() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_history_list.h31 virtual int32_t GetListSize() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_history_list.h50 virtual int32_t GetListSize() = 0;
/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h184 int32_t GetListSize();
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp535 int32_t WebHistoryListImpl::GetListSize() in GetListSize() function in OHOS::Webview::WebHistoryListImpl
542 listSize = sptrHistoryList_->GetListSize(); in GetListSize()
H A Dwebview_ffi.cpp644 return nativeWebHistoryListImpl->GetListSize(); in FfiOHOSBackForwardListSize()
730 if (index >= nativeWebHistoryListImpl->GetListSize() || index < 0) { in FfiOHOSGetItemAtIndex()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h564 int32_t GetListSize();
H A Dwebview_controller.cpp1204 int32_t WebHistoryList::GetListSize() in GetListSize() function in OHOS::NWeb::WebHistoryList
1211 listSize = sptrHistoryList_->GetListSize(); in GetListSize()
H A Dnapi_webview_controller.cpp3856 if (index >= historyList->GetListSize() || index < 0) { in GetItem()
3908 int32_t size = list->GetListSize(); in getBackForwardEntries()