Searched refs:LoadWebGeolocationHideEvent (Results 1 – 4 of 4) sorted by relevance
999 class ACE_EXPORT LoadWebGeolocationHideEvent : public BaseEventInfo {1000 DECLARE_RELATIONSHIP_OF_CLASSES(LoadWebGeolocationHideEvent, BaseEventInfo);1003 explicit LoadWebGeolocationHideEvent(const std::string& origin) in LoadWebGeolocationHideEvent() function1006 ~LoadWebGeolocationHideEvent() = default;
1505 auto eventParam = std::make_shared<LoadWebGeolocationHideEvent>(""); in OnGeolocationPermissionsHidePrompt()
2139 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()
4545 onGeolocationHideV2(std::make_shared<LoadWebGeolocationHideEvent>("")); in OnGeolocationPermissionsHidePrompt()