Searched refs:customToolBar (Results 1 – 3 of 3) sorted by relevance
133 auto customToolBar = AceType::DynamicCast<Component>(node); in SetCustomToolBar() local140 navigationContainer->GetDeclaration()->toolBarBuilder = customToolBar; in SetCustomToolBar()
40 void SetCustomToolBar(const RefPtr<AceType>& customToolBar) override;
588 auto customToolBar = AceType::DynamicCast<NG::UINode>(customNode); in SetCustomToolBar() local589 CHECK_NULL_VOID(customToolBar); in SetCustomToolBar()591 if (customToolBar->GetId() == nodeBase->GetToolBarNode()->GetId()) { in SetCustomToolBar()601 customToolBar->MountToParent(toolBarNode); in SetCustomToolBar()