Searched refs:boxStyle_ (Results 1 – 6 of 6) sorted by relevance
48 boxForContent->SetPadding(boxStyle_->GetPadding()); in BuildInnerChild()49 boxForContent->SetMargin(boxStyle_->GetMargin()); in BuildInnerChild()58 if (boxStyle_->GetBackDecoration()) { in BuildInnerChild()59 backDecoration = boxStyle_->GetBackDecoration(); in BuildInnerChild()61 if (boxStyle_->GetFrontDecoration()) { in BuildInnerChild()62 frontDecoration = boxStyle_->GetFrontDecoration(); in BuildInnerChild()
31 return boxStyle_; in GetBoxStyle()36 boxStyle_ = boxStyle; in SetBoxStyle()72 RefPtr<BoxComponent> boxStyle_; variable
119 boxStyle_ = style; in SetBoxStyle()124 return boxStyle_; in GetBoxStyle()213 RefPtr<BoxComponent> boxStyle_; variable
128 return boxStyle_; in GetBoxStyle()132 boxStyle_ = boxStyle; in SetBoxStyle()244 RefPtr<BoxComponent> boxStyle_; variable
51 boxStyle_ = focusableComponent->GetBoxStyle(); in Update()213 renderNode_->Update(boxStyle_); in OnBlur()
61 RefPtr<BoxComponent> boxStyle_;