Searched refs:stackChild_ (Results 1 – 2 of 2) sorted by relevance
22 stackChild_ = AceType::MakeRefPtr<StackComponent>( in DOMStack()33 stackChild_->GetMainStackSize() != MainStackSize::MAX) { in OnChildNodeAdded()34 stackChild_->SetMainStackSize(MainStackSize::MATCH_CHILDREN); in OnChildNodeAdded()36 stackChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()42 stackChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()102 stackChild_->SetMainStackSize(MainStackSize::MAX); in PrepareSpecializedComponent()104 stackChild_->SetMainStackSize(MainStackSize::MAX_X); in PrepareSpecializedComponent()106 stackChild_->SetMainStackSize(MainStackSize::MAX_Y); in PrepareSpecializedComponent()108 stackChild_->SetAlignment(alignment_); in PrepareSpecializedComponent()115 stackChild_->SetMainStackSize(MainStackSize::MATCH_CHILDREN); in PrepareSpecializedComponent()
36 return stackChild_; in GetSpecializedComponent()71 RefPtr<StackComponent> stackChild_; variable