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 __anonff6f3b350202() variable153 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350402() variable201 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350602() variable319 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350c02() variable376 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b350e02() variable438 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b351002() variable494 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b351202() variable863 auto renderFunc = [&view]() -> RefPtr<AceType> { return nullptr; }; in __anonff6f3b352202() variable
360 JSRef<JSVal> renderFunc = thisObj->GetProperty("render"); in ConstructorCallback() local