Home
last modified time | relevance | path

Searched refs:GetHistoryList (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h165 std::shared_ptr<NWebHistoryList> GetHistoryList();
Dwebview_controller.cpp798 std::shared_ptr<NWebHistoryList> WebviewController::GetHistoryList() in GetHistoryList() function in OHOS::NWeb::WebviewController
804 return nweb_ptr->GetHistoryList(); in GetHistoryList()
Dnapi_webview_controller.cpp2061 std::shared_ptr<NWebHistoryList> list = webviewController->GetHistoryList(); in getBackForwardEntries()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h275 std::shared_ptr<NWebHistoryList> GetHistoryList() override in GetHistoryList() function
/base/web/webview/ohos_nweb/include/
Dnweb.h596 virtual std::shared_ptr<NWebHistoryList> GetHistoryList() = 0;