Home
last modified time | relevance | path

Searched refs:LoadWebGeolocationHideEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h999 class ACE_EXPORT LoadWebGeolocationHideEvent : public BaseEventInfo {
1000 DECLARE_RELATIONSHIP_OF_CLASSES(LoadWebGeolocationHideEvent, BaseEventInfo);
1003 explicit LoadWebGeolocationHideEvent(const std::string& origin) in LoadWebGeolocationHideEvent() function
1006 ~LoadWebGeolocationHideEvent() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1505 auto eventParam = std::make_shared<LoadWebGeolocationHideEvent>(""); in OnGeolocationPermissionsHidePrompt()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2139 JSRef<JSVal> LoadWebGeolocationHideEventToJSValue(const LoadWebGeolocationHideEvent& eventInfo) in LoadWebGeolocationHideEventToJSValue()
2693 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<LoadWebGeolocationHideEvent, 1>>( in OnGeolocationHide()
2703 auto* eventInfo = TypeInfoHelper::DynamicCast<LoadWebGeolocationHideEvent>(info); in OnGeolocationHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp4545 onGeolocationHideV2(std::make_shared<LoadWebGeolocationHideEvent>("")); in OnGeolocationPermissionsHidePrompt()