Searched refs:GetHistoryRawUrl (Results 1 – 8 of 8) sorted by relevance
51 ArkWebString ArkWebHistoryItemImpl::GetHistoryRawUrl() in GetHistoryRawUrl() function in OHOS::ArkWeb::ArkWebHistoryItemImpl53 return ArkWebStringClassToStruct(nweb_history_item_->GetHistoryRawUrl()); in GetHistoryRawUrl()
38 ArkWebString GetHistoryRawUrl() override;
55 std::string ArkWebHistoryItemWrapper::GetHistoryRawUrl() in GetHistoryRawUrl() function in OHOS::ArkWeb::ArkWebHistoryItemWrapper57 ArkWebString stUrl = ark_web_history_item_->GetHistoryRawUrl(); in GetHistoryRawUrl()
41 std::string GetHistoryRawUrl() override;
38 virtual ArkWebString GetHistoryRawUrl() = 0;
32 virtual std::string GetHistoryRawUrl() = 0;
740 ret.historyRawUrl = MallocCString(item->GetHistoryRawUrl()); in FfiOHOSGetItemAtIndex()
3869 std::string historyRawUrl = item->GetHistoryRawUrl(); in GetItem()