Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h804 if (onFileSelectorShowImpl_) { in OnFileSelectorShow()
805 return onFileSelectorShowImpl_(info); in OnFileSelectorShow()
815 onFileSelectorShowImpl_ = onFileSelectorShowImpl; in SetOnFileSelectorShow()
1138 OnFileSelectorShowImpl onFileSelectorShowImpl_; variable