Searched refs:FileSelectorEvent (Results 1 – 4 of 4) sorted by relevance
1276 class ACE_EXPORT FileSelectorEvent : public BaseEventInfo {1277 DECLARE_RELATIONSHIP_OF_CLASSES(FileSelectorEvent, BaseEventInfo);1280 …FileSelectorEvent(const RefPtr<WebFileSelectorParam>& param, const RefPtr<FileSelectorResult>& res… in FileSelectorEvent() function1282 ~FileSelectorEvent() = default;
1417 void SetParam(const FileSelectorEvent& eventInfo) in SetParam()1485 void SetResult(const FileSelectorEvent& eventInfo) in SetResult()2406 auto* eventInfo = TypeInfoHelper::DynamicCast<FileSelectorEvent>(info.get()); in Create()3073 JSRef<JSVal> FileSelectorEventToJSValue(const FileSelectorEvent& eventInfo) in FileSelectorEventToJSValue()3097 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<FileSelectorEvent, 1>>( in OnFileSelectorShow()3107 auto* eventInfo = TypeInfoHelper::DynamicCast<FileSelectorEvent>(info); in OnFileSelectorShow()
497 …auto param = std::make_shared<FileSelectorEvent>(AceType::MakeRefPtr<FileSelectorParamOhos>(params… in OnFileSelectorShow()
1450 auto eventParam = std::make_shared<FileSelectorEvent>(param, result); in OnShowFileChooser()