Home
last modified time | relevance | path

Searched refs:SetPaddingLeft (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 Dng_length_utils_test.cc201 style_->SetPaddingLeft(Length::Fixed(400)); in TEST_F()
211 style_->SetPaddingLeft(Length::Fixed(0)); in TEST_F()
235 style_->SetPaddingLeft(Length::Fixed(50)); in TEST_F()
253 style_->SetPaddingLeft(Length::Fixed(400)); in TEST_F()
272 style_->SetPaddingLeft(Length::Fixed(0)); in TEST_F()
317 style_->SetPaddingLeft(Length::Fixed(50)); in TEST_F()
325 style_->SetPaddingLeft(Length::Fixed(400)); in TEST_F()
344 style_->SetPaddingLeft(Length::Fixed(0)); in TEST_F()
462 style_->SetPaddingLeft(Length::Percent(11)); in TEST_F()
H A Dlayout_ng_fieldset.cc42 new_style->SetPaddingLeft(StyleRef().PaddingLeft()); in AddChild()
H A Dng_absolute_utils_test.cc128 style_->SetPaddingLeft(Length::Fixed(padding_left.ToInt())); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_length_utils_test.cc200 style_->SetPaddingLeft(Length::Fixed(400)); in TEST_F()
207 style_->SetPaddingLeft(Length::Fixed(0)); in TEST_F()
228 style_->SetPaddingLeft(Length::Fixed(50)); in TEST_F()
243 style_->SetPaddingLeft(Length::Fixed(400)); in TEST_F()
259 style_->SetPaddingLeft(Length::Fixed(0)); in TEST_F()
303 style_->SetPaddingLeft(Length::Fixed(50)); in TEST_F()
311 style_->SetPaddingLeft(Length::Fixed(400)); in TEST_F()
330 style_->SetPaddingLeft(Length::Fixed(0)); in TEST_F()
470 style_->SetPaddingLeft(Length::Percent(11)); in TEST_F()
H A Dlayout_ng_fieldset.cc77 child_style.SetPaddingLeft(StyleRef().PaddingLeft()); in UpdateAnonymousChildStyle()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestTextRepresentationWithBorders.cxx69 rep->SetPaddingLeft(30); in TestTextRepresentationWithBorders()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbctypes.pas195 procedure SetPaddingLeft(AValue: integer); procedure
229 property PaddingLeft: integer read FPaddingLeft write SetPaddingLeft default 0;
703 procedure TBCFont.SetPaddingLeft(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.cc370 style.SetPaddingLeft(value); in SetLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dlength_property_functions.cc376 style.SetPaddingLeft(value); in SetLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h1602 void SetPaddingLeft(const Length& v) { in SetPaddingLeft() function
1629 SetPaddingLeft(Length::Fixed()); in ResetPadding()
1635 SetPaddingLeft(b.left_); 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.h1627 void SetPaddingLeft(const Length& v) { in SetPaddingLeft() function
1654 SetPaddingLeft(Length::Fixed()); in ResetPadding()
1660 SetPaddingLeft(b.left_); 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.mm959 style.SetPaddingLeft(Length::Fixed(horizontal_padding));
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DNativeMethods.cs1707 void SetPaddingLeft( in SetPaddingLeft() method