Home
last modified time | relevance | path

Searched refs:SetOrigin (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_web_storage_origin_impl.cpp52 void ArkWebWebStorageOriginImpl::SetOrigin(const ArkWebString& origin) in SetOrigin() function in OHOS::ArkWeb::ArkWebWebStorageOriginImpl
54 nweb_web_storage_origin_->SetOrigin(ArkWebStringStructToClass(origin)); in SetOrigin()
H A Dark_web_web_storage_origin_impl.h42 void SetOrigin(const ArkWebString& origin) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_web_storage_origin_wrapper.cpp56 void ArkWebWebStorageOriginWrapper::SetOrigin(const std::string& origin) in SetOrigin() function in OHOS::ArkWeb::ArkWebWebStorageOriginWrapper
60 ark_web_web_storage_origin_->SetOrigin(stOrigin); in SetOrigin()
H A Dark_web_web_storage_origin_wrapper.h40 void SetOrigin(const std::string& origin) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_web_storage_origin.h44 virtual void SetOrigin(const ArkWebString& origin) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_web_storage.h50 virtual void SetOrigin(const std::string& origin) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h165 void SetOrigin();
H A Dweb_delegate_cross.cpp356 void PermissionRequestImpl::SetOrigin() in SetOrigin() function in OHOS::Ace::PermissionRequestImpl
1367 webPermissionRequest->SetOrigin(); in OnPermissionRequest()