Searched refs:undefinedLength (Results 1 – 19 of 19) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | Length.h | 33 const int undefinedLength = -1; variable 128 return undefinedLength; 158 return static_cast<float>(undefinedLength); in calcFloatValue() 162 bool isUndefined() const { return value() == undefinedLength; } in isUndefined()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderSlider.cpp | 91 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
D | RenderDataGrid.cpp | 115 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
D | RenderFileUploadControl.cpp | 294 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
D | RenderReplaced.cpp | 256 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in computePreferredLogicalWidths()
|
D | RenderMenuList.cpp | 269 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
D | RenderImage.cpp | 543 int maxLogicalWidth = style()->maxWidth().value() == undefinedLength ? logicalWidth : in computeReplacedLogicalHeight()
|
D | RenderTextControl.cpp | 588 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
D | RenderListBox.cpp | 191 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
D | RenderFlexibleBox.cpp | 201 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
D | RenderBlock.cpp | 4647 …f (style()->logicalMaxWidth().isFixed() && style()->logicalMaxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGRoot.cpp | 67 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in computePreferredLogicalWidths()
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1258 if (maxHeight.isFixed() && maxHeight.value() == undefinedLength) in getPropertyCSSValue() 1264 if (maxWidth.isFixed() && maxWidth.value() == undefinedLength) in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 4058 l = Length(undefinedLength, Fixed); in applyProperty() 4200 l = Length(undefinedLength, Fixed); in applyProperty()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 1281 static Length initialMaxSize() { return Length(undefinedLength, Fixed); } in initialMaxSize()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 1316 if (indentation != undefinedLength) { in getAttributeSetForAccessibilityObject()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 10471 For max-height of none, set it to Length(undefinedLength, Fixed), which
|
D | ChangeLog-2011-02-16 | 2195 set it to Length(undefinedLength, Fixed), which is the correct
|
D | ChangeLog-2006-12-31 | 40426 (WebCore::valueForLength): Added handling for undefinedLength, intrinsic,
|