Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp719 if (!sptrHistoryList_) { in GetListSize()
722 listSize = sptrHistoryList_->GetListSize(); in GetListSize()
730 if (!sptrHistoryList_) { in GetCurrentIndex()
733 currentIndex = sptrHistoryList_->GetCurrentIndex(); in GetCurrentIndex()
739 if (!sptrHistoryList_) { in GetItem()
742 return sptrHistoryList_->GetItem(index); in GetItem()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h240 :sptrHistoryList_(sptrHistoryList) {}; in WebHistoryListImpl()
248 std::shared_ptr<OHOS::NWeb::NWebHistoryList> sptrHistoryList_ = nullptr; member in OHOS::Webview::CoreSecurityLevel::WebHistoryListImpl
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h558 explicit WebHistoryList(std::shared_ptr<NWebHistoryList> sptrHistoryList) : sptrHistoryList_(sptrHistoryList) {}; in WebHistoryList()
569 std::shared_ptr<NWebHistoryList> sptrHistoryList_ = nullptr; member in OHOS::NWeb::ResourceType::CoreSecurityLevel::WebHistoryList
H A Dwebview_controller.cpp1198 if (!sptrHistoryList_) { in GetItem()
1201 return sptrHistoryList_->GetItem(index); in GetItem()
1208 if (!sptrHistoryList_) { in GetListSize()
1211 listSize = sptrHistoryList_->GetListSize(); in GetListSize()

Completed in 9 milliseconds