Home
last modified time | relevance | path

Searched refs:WebFileChooserImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h196 class WebFileChooserImpl : public AceType {
197 DECLARE_ACE_TYPE(WebFileChooserImpl, AceType);
199 explicit WebFileChooserImpl(void* object) : object_(object) {} in WebFileChooserImpl() function
H A Dweb_delegate_cross.cpp553 std::string WebFileChooserImpl::GetTitle() const in GetTitle()
563 int WebFileChooserImpl::GetMode() const in GetMode()
573 std::string WebFileChooserImpl::GetDefaultFileName() const in GetDefaultFileName()
578 std::vector<std::string> WebFileChooserImpl::GetAcceptType() const in GetAcceptType()
588 bool WebFileChooserImpl::IsCapture() const in IsCapture()
1430 auto webFileChooser = AceType::MakeRefPtr<WebFileChooserImpl>(object); in OnShowFileChooser()