Searched defs:renderFunc (Results 1 – 5 of 5) sorted by relevance
33 std::function<RefPtr<AceType>()> renderFunc; member
64 auto renderFunc = [renderFunction = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode() local
35 std::function<RefPtr<AceType>()> renderFunc; member
106 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0202() variable153 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0402() variable201 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0602() variable319 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0c02() variable376 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b0e02() variable438 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b1002() variable494 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b1202() variable863 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon71f9752b2202() variable
360 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local