Searched defs:renderFunc (Results 1 – 5 of 5) sorted by relevance
33 std::function<RefPtr<AceType>()> renderFunc; member
63 auto renderFunc = [renderFunction = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode() local
34 std::function<RefPtr<AceType>()> renderFunc; member
116 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740202() variable163 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740402() variable211 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740602() variable329 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740c02() variable386 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2740e02() variable448 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2741002() variable504 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2741202() variable873 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anon8d3cb2742202() variable
351 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local