Home
last modified time | relevance | path

Searched refs:BorderLeftWidth (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/css/
H A Dcfx_cssstylesheet_unittest.cpp146 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0, in TEST_F()
199 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0, in TEST_F()
232 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
242 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
252 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 2.5, CFX_CSSNumberType::Picas); in TEST_F()
257 VerifyEnum(CFX_CSSProperty::BorderLeftWidth, CFX_CSSPropertyValue::Thick); in TEST_F()
H A Dcfx_cssdeclaration.cpp230 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
243 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
387 Add4ValuesProperty(list, bImportant, CFX_CSSProperty::BorderLeftWidth, in ParseValueListProperty()
H A Dcfx_css.h115 BorderLeftWidth, enumerator
H A Dcfx_cssdata.cpp158 {PROP(CFX_CSSProperty::BorderLeftWidth,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/css/
H A Dcfx_cssstylesheet_unittest.cpp152 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0f, in TEST_F()
215 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 10.0f, in TEST_F()
249 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
259 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 5.0, CFX_CSSNumberType::Pixels); in TEST_F()
269 VerifyFloat(CFX_CSSProperty::BorderLeftWidth, 2.5, CFX_CSSNumberType::Picas); in TEST_F()
274 VerifyEnum(CFX_CSSProperty::BorderLeftWidth, CFX_CSSPropertyValue::Thick); in TEST_F()
H A Dcfx_cssdeclaration.cpp229 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
242 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
386 Add4ValuesProperty(list, bImportant, CFX_CSSProperty::BorderLeftWidth, in ParseValueListProperty()
H A Dcfx_css.h115 BorderLeftWidth, enumerator
H A Dcfx_cssdata.cpp158 {PROP(CFX_CSSProperty::BorderLeftWidth,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcached_ua_style.cc27 return (border_left_width == other.BorderLeftWidth() && in BorderWidthEquals()
68 border_left_width(style->BorderLeftWidth()), in CachedUAStyle()
H A Dcomputed_style.h541 float BorderLeftWidth() const { in BorderLeftWidth() function
551 return BorderLeftWidth() && (BorderLeftStyle() != EBorderStyle::kNone); in BorderLeftNonZero()
1703 return BorderLeftWidth() == o.BorderLeftWidth() && in BorderSizeEquals()
2781 !BorderLeftWidth()); in InternalVisitedBorderLeftColorHasNotChanged()
2914 BorderBottomWidth(), BorderLeftWidth()); in PhysicalBorderWidthToLogical()
H A Dcomputed_style.cc1394 int left_width = BorderLeftWidth(); in GetInnerBorderFor()
1429 ? roundf(BorderLeftWidth()) in GetRoundedInnerBorderFor()
2301 NinePieceImage::ComputeOutset(image.Outset().Left(), BorderLeftWidth())); in ImageOutsets()
2392 BorderLeftWidth(), VisitedDependentColor(GetCSSPropertyBorderLeftColor()), in GetBorderEdgeInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Drounded_border_geometry.cc79 int left_width = style.BorderLeftWidth(); in RoundedInnerBorder()
108 int left_width = sides_to_include.left ? floorf(style.BorderLeftWidth()) : 0; in PixelSnappedRoundedInnerBorder()
H A Dnine_piece_image_painter.cc87 style.BorderLeftWidth()); in PaintPieces()
/dports/www/firefox-esr/firefox-91.8.0/servo/tests/unit/style/properties/
H A Dserialization.rs165 properties.push(PropertyDeclaration::BorderLeftWidth(px_10.clone())); in different_longhands_should_serialize_to_long_form()
195 properties.push(PropertyDeclaration::BorderLeftWidth(px_30.clone())); in same_longhands_should_serialize_correctly()
238 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_should_serialize_correctly()
256 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_with_keywords_should_serialize_correctly()
434 properties.push(PropertyDeclaration::BorderLeftWidth(width)); in border_left_should_serialize_correctly()
/dports/www/firefox/firefox-99.0/servo/tests/unit/style/properties/
H A Dserialization.rs165 properties.push(PropertyDeclaration::BorderLeftWidth(px_10.clone())); in different_longhands_should_serialize_to_long_form()
195 properties.push(PropertyDeclaration::BorderLeftWidth(px_30.clone())); in same_longhands_should_serialize_correctly()
238 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_should_serialize_correctly()
256 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_with_keywords_should_serialize_correctly()
434 properties.push(PropertyDeclaration::BorderLeftWidth(width)); in border_left_should_serialize_correctly()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/tests/unit/style/properties/
H A Dserialization.rs165 properties.push(PropertyDeclaration::BorderLeftWidth(px_10.clone())); in different_longhands_should_serialize_to_long_form()
195 properties.push(PropertyDeclaration::BorderLeftWidth(px_30.clone())); in same_longhands_should_serialize_correctly()
238 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_should_serialize_correctly()
256 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_with_keywords_should_serialize_correctly()
434 properties.push(PropertyDeclaration::BorderLeftWidth(width)); in border_left_should_serialize_correctly()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/tests/unit/style/properties/
H A Dserialization.rs165 properties.push(PropertyDeclaration::BorderLeftWidth(px_10.clone())); in different_longhands_should_serialize_to_long_form()
195 properties.push(PropertyDeclaration::BorderLeftWidth(px_30.clone())); in same_longhands_should_serialize_correctly()
238 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_should_serialize_correctly()
256 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_with_keywords_should_serialize_correctly()
434 properties.push(PropertyDeclaration::BorderLeftWidth(width)); in border_left_should_serialize_correctly()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/tests/unit/style/properties/
H A Dserialization.rs199 properties.push(PropertyDeclaration::BorderLeftWidth(px_10.clone())); in different_longhands_should_serialize_to_long_form()
229 properties.push(PropertyDeclaration::BorderLeftWidth(px_30.clone())); in same_longhands_should_serialize_correctly()
272 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_should_serialize_correctly()
290 properties.push(PropertyDeclaration::BorderLeftWidth(left_px)); in border_width_with_keywords_should_serialize_correctly()
468 properties.push(PropertyDeclaration::BorderLeftWidth(width)); in border_left_should_serialize_correctly()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dnine_piece_image_painter.cc88 style.BorderLeftWidth()); in PaintPieces()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_custom_scrollbar_part.cc176 int visible_size = box->Size().Width() - box->StyleRef().BorderLeftWidth() - in UpdateScrollbarWidth()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_property_equality.cc112 return a.BorderLeftWidth() == b.BorderLeftWidth(); in PropertiesEqual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_property_equality.cc112 return a.BorderLeftWidth() == b.BorderLeftWidth(); in PropertiesEqual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/table/
H A Dng_table_borders.h96 return LayoutUnit(style->BorderLeftWidth()); in BorderWidth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.h551 float BorderLeftWidth() const { in BorderLeftWidth() function
561 return BorderLeftWidth() && (BorderLeftStyle() != EBorderStyle::kNone); in BorderLeftNonZero()
1678 return BorderLeftWidth() == o.BorderLeftWidth() && in BorderSizeEquals()
2776 !BorderLeftWidth()); in InternalVisitedBorderLeftColorHasNotChanged()
2906 BorderLeftWidth()); in PhysicalBorderWidthToLogical()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Ddevtools.rs146 borderLeftWidth: String::from(computed_style.BorderLeftWidth()), in handle_get_layout()

12345