Home
last modified time | relevance | path

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

/base/web/webview/ohos_nweb/include/
Dnweb_history_list.h48 virtual int32_t GetListSize() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h473 int32_t GetListSize();
Dwebview_controller.cpp986 int32_t WebHistoryList::GetListSize() in GetListSize() function in OHOS::NWeb::WebHistoryList
993 listSize = sptrHistoryList_->GetListSize(); in GetListSize()
Dnapi_webview_controller.cpp3131 if (index >= historyList->GetListSize() || index < 0) { in GetItem()
3187 int32_t size = list->GetListSize(); in getBackForwardEntries()