Searched refs:SetPaddingBottom (Results 1 – 15 of 15) sorted by relevance
41 new_style->SetPaddingBottom(StyleRef().PaddingBottom()); in AddChild()
389 style_->SetPaddingBottom(Length::Fixed(50)); in TEST_F()397 style_->SetPaddingBottom(Length::Fixed(400)); in TEST_F()461 style_->SetPaddingBottom(Length::Auto()); in TEST_F()
365 style_->SetPaddingBottom(Length::Fixed(padding_bottom.ToInt())); in TEST_F()
72 rep->SetPaddingBottom(10); in TestTextRepresentationWithBorders()
64 style->SetPaddingBottom( in CustomStyleForLayoutObject()
375 style_->SetPaddingBottom(Length::Fixed(50)); in TEST_F()383 style_->SetPaddingBottom(Length::Fixed(400)); in TEST_F()401 style_->SetPaddingBottom(Length::Fixed(20)); in TEST_F()469 style_->SetPaddingBottom(Length::Auto()); in TEST_F()
76 child_style.SetPaddingBottom(StyleRef().PaddingBottom()); in UpdateAnonymousChildStyle()
74 style->SetPaddingBottom( in CustomStyleForLayoutObject()
194 procedure SetPaddingBottom(AValue: integer); procedure232 property PaddingBottom: integer read FPaddingBottom write SetPaddingBottom default 0;695 procedure TBCFont.SetPaddingBottom(AValue: integer); procedure
367 style.SetPaddingBottom(value); in SetLength()
373 style.SetPaddingBottom(value); in SetLength()
1595 void SetPaddingBottom(const Length& v) { in SetPaddingBottom() function1628 SetPaddingBottom(Length::Fixed()); in ResetPadding()1634 SetPaddingBottom(b.bottom_); in SetPadding()
1620 void SetPaddingBottom(const Length& v) { in SetPaddingBottom() function1653 SetPaddingBottom(Length::Fixed()); in ResetPadding()1659 SetPaddingBottom(b.bottom_); in SetPadding()
962 style.SetPaddingBottom(Length::Fixed(vertical_padding));
1699 void SetPaddingBottom( in SetPaddingBottom() method