Searched refs:containerModalElement (Results 1 – 1 of 1) sorted by relevance
3574 …auto containerModalElement = AceType::DynamicCast<ContainerModalElement>(rootElement_->GetFirstChi… in SetAppTitle() local3575 CHECK_NULL_VOID(containerModalElement); in SetAppTitle()3576 containerModalElement->SetAppTitle(title); in SetAppTitle()3582 …auto containerModalElement = AceType::DynamicCast<ContainerModalElement>(rootElement_->GetFirstChi… in SetAppIcon() local3583 CHECK_NULL_VOID(containerModalElement); in SetAppIcon()3584 containerModalElement->SetAppIcon(icon); in SetAppIcon()