Searched refs:OnCallJSDropFunc (Results 1 – 2 of 2) sorted by relevance
120 using OnCallJSDropFunc = std::function<void()>; variable435 void RegisterDropJSFunc(const OnCallJSDropFunc& func);575 std::vector<OnCallJSDropFunc> dropJSFuncList_;
2427 void RenderGridLayout::RegisterDropJSFunc(const OnCallJSDropFunc& func) in RegisterDropJSFunc()