Home
last modified time | relevance | path

Searched refs:sptrHistoryList_ (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h466 …explicit WebHistoryList(std::shared_ptr<NWebHistoryList> sptrHistoryList) : sptrHistoryList_(sptrH… in WebHistoryList()
477 std::shared_ptr<NWebHistoryList> sptrHistoryList_ = nullptr; variable
Dwebview_controller.cpp980 if (!sptrHistoryList_) { in GetItem()
983 return sptrHistoryList_->GetItem(index); in GetItem()
990 if (!sptrHistoryList_) { in GetListSize()
993 listSize = sptrHistoryList_->GetListSize(); in GetListSize()