Searched refs:onFileSelectorShowImpl (Results 1 – 2 of 2) sorted by relevance
111 auto onFileSelectorShowImpl = [](const BaseEventInfo* info) -> bool { return true; }; in __anoncfa545011502() variable112 webModelNG.SetOnFileSelectorShow(onFileSelectorShowImpl);
809 void SetOnFileSelectorShow(OnFileSelectorShowImpl&& onFileSelectorShowImpl) in SetOnFileSelectorShow() argument811 if (onFileSelectorShowImpl == nullptr) { in SetOnFileSelectorShow()815 onFileSelectorShowImpl_ = onFileSelectorShowImpl; in SetOnFileSelectorShow()