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 __anon93c400140202() variable153 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon93c400140402() variable201 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon93c400140602() variable319 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon93c400140c02() variable376 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon93c400140e02() variable438 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon93c400141002() variable494 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon93c400141202() variable863 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon93c400142202() variable
360 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local