Home
last modified time | relevance | path

Searched refs:NapiWebHistoryList (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h444 class NapiWebHistoryList { class
446 NapiWebHistoryList() = default;
447 ~NapiWebHistoryList() = default;
H A Dnapi_webview_controller.cpp779 DECLARE_NAPI_FUNCTION("getItemAtIndex", NapiWebHistoryList::GetItem) in Init()
782 NapiWebHistoryList::JsConstructor, nullptr, sizeof(historyListProperties) / sizeof(historyListProperties[0]), in Init()
3750 napi_value NapiWebHistoryList::JsConstructor(napi_env env, napi_callback_info info) in JsConstructor()
3800 napi_value NapiWebHistoryList::GetFavicon(napi_env env, std::shared_ptr<NWebHistoryItem> item) in GetFavicon()
3833 napi_value NapiWebHistoryList::GetItem(napi_env env, napi_callback_info info) in GetItem()

Completed in 21 milliseconds