Home
last modified time | relevance | path

Searched refs:GetHistoryRawUrl (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_history_item_impl.cpp51 ArkWebString ArkWebHistoryItemImpl::GetHistoryRawUrl() in GetHistoryRawUrl() function in OHOS::ArkWeb::ArkWebHistoryItemImpl
53 return ArkWebStringClassToStruct(nweb_history_item_->GetHistoryRawUrl()); in GetHistoryRawUrl()
H A Dark_web_history_item_impl.h38 ArkWebString GetHistoryRawUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_item_wrapper.cpp55 std::string ArkWebHistoryItemWrapper::GetHistoryRawUrl() in GetHistoryRawUrl() function in OHOS::ArkWeb::ArkWebHistoryItemWrapper
57 ArkWebString stUrl = ark_web_history_item_->GetHistoryRawUrl(); in GetHistoryRawUrl()
H A Dark_web_history_item_wrapper.h41 std::string GetHistoryRawUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_history_item.h38 virtual ArkWebString GetHistoryRawUrl() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_history_list.h32 virtual std::string GetHistoryRawUrl() = 0;
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp740 ret.historyRawUrl = MallocCString(item->GetHistoryRawUrl()); in FfiOHOSGetItemAtIndex()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3869 std::string historyRawUrl = item->GetHistoryRawUrl(); in GetItem()