Searched refs:titleContainer_ (Results 1 – 3 of 3) sorted by relevance
416 RefPtr<FrameNode> titleContainer_; variable
403 titleContainer_ = title; in BuildChild()1430 CHECK_NULL_VOID(titleContainer_); in UpdateTitleTextFontScale()1435 if (titleContainer_->GetTag() == V2::COLUMN_ETS_TAG) { in UpdateTitleTextFontScale()1436 auto children = titleContainer_->GetChildren(); in UpdateTitleTextFontScale()1450 …auto textNode = AceType::DynamicCast<FrameNode>(titleContainer_->GetChildAtIndex(START_CHILD_INDEX… in UpdateTitleTextFontScale()
2045 CHECK_NULL_VOID(dialogPattern->titleContainer_);2046 auto children = dialogPattern->titleContainer_->GetChildren();2048 …auto textNode = AceType::DynamicCast<FrameNode>(dialogPattern->titleContainer_->GetChildAtIndex(0)…