Home
last modified time | relevance | path

Searched refs:SetPaddingRight (Results 1 – 13 of 13) 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.cc40 new_style->SetPaddingRight(StyleRef().PaddingRight()); in AddChild()
H A Dng_length_utils_test.cc460 style_->SetPaddingRight(Length::Fixed(52)); in TEST_F()
H A Dng_absolute_utils_test.cc129 style_->SetPaddingRight(Length::Fixed(padding_right.ToInt())); in TEST_F()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestTextRepresentationWithBorders.cxx70 rep->SetPaddingRight(10); in TestTextRepresentationWithBorders()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dlayout_ng_fieldset.cc75 child_style.SetPaddingRight(StyleRef().PaddingRight()); in UpdateAnonymousChildStyle()
H A Dng_length_utils_test.cc400 style_->SetPaddingRight(Length::Fixed(10)); in TEST_F()
468 style_->SetPaddingRight(Length::Fixed(52)); in TEST_F()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbctypes.pas196 procedure SetPaddingRight(AValue: integer); procedure
230 property PaddingRight: integer read FPaddingRight write SetPaddingRight default 0;
711 procedure TBCFont.SetPaddingRight(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.cc373 style.SetPaddingRight(value); in SetLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dlength_property_functions.cc379 style.SetPaddingRight(value); in SetLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h1588 void SetPaddingRight(const Length& v) { in SetPaddingRight() function
1630 SetPaddingRight(Length::Fixed()); in ResetPadding()
1636 SetPaddingRight(b.right_); 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.h1613 void SetPaddingRight(const Length& v) { in SetPaddingRight() function
1655 SetPaddingRight(Length::Fixed()); in ResetPadding()
1661 SetPaddingRight(b.right_); 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.mm960 style.SetPaddingRight(Length::Fixed(horizontal_padding));
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DNativeMethods.cs1691 void SetPaddingRight( in SetPaddingRight() method