Home
last modified time | relevance | path

Searched refs:SetPaddingBottom (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dlayout_ng_fieldset.cc41 new_style->SetPaddingBottom(StyleRef().PaddingBottom()); in AddChild()
H A Dng_length_utils_test.cc389 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()
H A Dng_absolute_utils_test.cc365 style_->SetPaddingBottom(Length::Fixed(padding_bottom.ToInt())); in TEST_F()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestTextRepresentationWithBorders.cxx72 rep->SetPaddingBottom(10); in TestTextRepresentationWithBorders()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dmenu_list_inner_element.cc64 style->SetPaddingBottom( in CustomStyleForLayoutObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_length_utils_test.cc375 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()
H A Dlayout_ng_fieldset.cc76 child_style.SetPaddingBottom(StyleRef().PaddingBottom()); in UpdateAnonymousChildStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dmenu_list_inner_element.cc74 style->SetPaddingBottom( in CustomStyleForLayoutObject()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbctypes.pas194 procedure SetPaddingBottom(AValue: integer); procedure
232 property PaddingBottom: integer read FPaddingBottom write SetPaddingBottom default 0;
695 procedure TBCFont.SetPaddingBottom(AValue: integer); procedure
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dlength_property_functions.cc367 style.SetPaddingBottom(value); in SetLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dlength_property_functions.cc373 style.SetPaddingBottom(value); in SetLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h1595 void SetPaddingBottom(const Length& v) { in SetPaddingBottom() function
1628 SetPaddingBottom(Length::Fixed()); in ResetPadding()
1634 SetPaddingBottom(b.bottom_); in SetPadding()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.h1620 void SetPaddingBottom(const Length& v) { in SetPaddingBottom() function
1653 SetPaddingBottom(Length::Fixed()); in ResetPadding()
1659 SetPaddingBottom(b.bottom_); in SetPadding()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_theme_mac.mm962 style.SetPaddingBottom(Length::Fixed(vertical_padding));
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DNativeMethods.cs1699 void SetPaddingBottom( in SetPaddingBottom() method