m_width 60 Source/core/animation/AnimatableLengthSize.cpp visitor->trace(m_width); m_width 45 Source/core/animation/AnimatableLengthSize.h const AnimatableValue* width() const { return m_width.get(); } m_width 56 Source/core/animation/AnimatableLengthSize.h : m_width(width) m_width 63 Source/core/animation/AnimatableLengthSize.h RefPtrWillBeMember<AnimatableValue> m_width; m_width 39 Source/core/html/TextMetrics.h float width() const { return m_width; } m_width 40 Source/core/html/TextMetrics.h void setWidth(float w) { m_width = w; } m_width 77 Source/core/html/TextMetrics.h : m_width(0) m_width 94 Source/core/html/TextMetrics.h float m_width; m_width 47 Source/core/html/canvas/WebGLRenderbuffer.cpp , m_width(0) m_width 49 Source/core/html/canvas/WebGLRenderbuffer.h m_width = width; m_width 52 Source/core/html/canvas/WebGLRenderbuffer.h GLsizei width() const { return m_width; } m_width 72 Source/core/html/canvas/WebGLRenderbuffer.h GLsizei m_width, m_height; m_width 86 Source/core/html/track/vtt/VTTRegion.cpp , m_width(defaultWidth) m_width 116 Source/core/html/track/vtt/VTTRegion.cpp m_width = value; m_width 186 Source/core/html/track/vtt/VTTRegion.cpp m_width = region->width(); m_width 259 Source/core/html/track/vtt/VTTRegion.cpp m_width = floatWidth; m_width 406 Source/core/html/track/vtt/VTTRegion.cpp m_width, CSSPrimitiveValue::CSS_PERCENTAGE); m_width 419 Source/core/html/track/vtt/VTTRegion.cpp double leftOffset = m_regionAnchor.x() * m_width / 100; m_width 63 Source/core/html/track/vtt/VTTRegion.h double width() const { return m_width; } m_width 125 Source/core/html/track/vtt/VTTRegion.h double m_width; m_width 641 Source/core/rendering/FastTextAutosizer.cpp data.m_width = style->width().getFloatValue(); m_width 156 Source/core/rendering/FastTextAutosizer.h , m_width(0) m_width 165 Source/core/rendering/FastTextAutosizer.h float m_width; m_width 88 Source/core/rendering/FixedTableLayout.cpp m_width.resize(nEffCols); m_width 89 Source/core/rendering/FixedTableLayout.cpp m_width.fill(Length(Auto)); m_width 113 Source/core/rendering/FixedTableLayout.cpp m_width.append(Length()); m_width 119 Source/core/rendering/FixedTableLayout.cpp m_width.append(Length()); m_width 124 Source/core/rendering/FixedTableLayout.cpp m_width[currentEffectiveColumn] = colStyleLogicalWidth; m_width 125 Source/core/rendering/FixedTableLayout.cpp m_width[currentEffectiveColumn] *= spanInCurrentEffectiveColumn; m_width 161 Source/core/rendering/FixedTableLayout.cpp if (m_width[currentColumn].isAuto() && logicalWidth.type() != Auto) { m_width 162 Source/core/rendering/FixedTableLayout.cpp m_width[currentColumn] = logicalWidth; m_width 163 Source/core/rendering/FixedTableLayout.cpp m_width[currentColumn] *= eSpan / span; m_width 214 Source/core/rendering/FixedTableLayout.cpp if (nEffCols != m_width.size()) { m_width 233 Source/core/rendering/FixedTableLayout.cpp if (m_width[i].isFixed()) { m_width 234 Source/core/rendering/FixedTableLayout.cpp calcWidth[i] = m_width[i].value(); m_width 236 Source/core/rendering/FixedTableLayout.cpp } else if (m_width[i].isPercent()) { m_width 237 Source/core/rendering/FixedTableLayout.cpp calcWidth[i] = valueForLength(m_width[i], tableLogicalWidth); m_width 239 Source/core/rendering/FixedTableLayout.cpp totalPercent += m_width[i].percent(); m_width 240 Source/core/rendering/FixedTableLayout.cpp } else if (m_width[i].isAuto()) { m_width 256 Source/core/rendering/FixedTableLayout.cpp if (m_width[i].isFixed()) { m_width 265 Source/core/rendering/FixedTableLayout.cpp if (m_width[i].isPercent()) { m_width 266 Source/core/rendering/FixedTableLayout.cpp calcWidth[i] = m_width[i].percent() * (tableLogicalWidth - totalFixedWidth) / totalPercent; m_width 279 Source/core/rendering/FixedTableLayout.cpp if (m_width[i].isAuto()) { m_width 44 Source/core/rendering/FixedTableLayout.h Vector<Length> m_width; m_width 77 Source/core/rendering/line/BreakingContextInlineHeaders.h , m_width(lineWidth) m_width 118 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_width.fitsOnLine() || m_lastWS == NOWRAP) m_width 144 Source/core/rendering/line/BreakingContextInlineHeaders.h LineWidth m_width; m_width 280 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_width.fitsOnLine()) { m_width 291 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineInfo.setEmpty(false, m_block, &m_width); m_width 369 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(inlineLogicalWidth(box).toFloat()); m_width 382 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_floatsFitOnLine && m_width.fitsOnLine(m_block->logicalWidthForFloat(floatingObject).toFloat())) { m_width 383 Source/core/rendering/line/BreakingContextInlineHeaders.h m_block->positionNewFloatOnLine(floatingObject, m_lastFloatFromPreviousLine, m_lineInfo, m_width); m_width 431 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineInfo.setEmpty(false, m_block, &m_width); m_width 444 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth((inlineLogicalWidth(m_current.object()) + borderPaddingMarginStart(flowBox) + borderPaddingMarginEnd(flowBox)).toFloat()); m_width 452 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.updateAvailableWidth(replacedBox->logicalHeight()); m_width 456 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.commit(); m_width 463 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineInfo.setEmpty(false, m_block, &m_width); m_width 479 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(replacedLogicalWidth.toFloat()); m_width 481 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(replacedLogicalWidth.toFloat()); m_width 484 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.applyOverhang(toRenderRubyRun(m_current.object()), m_lastObject, m_nextObject); m_width 547 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.commit(); m_width 571 Source/core/rendering/line/BreakingContextInlineHeaders.h float wrapW = m_width.uncommittedWidth() + inlineLogicalWidth(m_current.object(), !m_appliedStartWidth, true); m_width 575 Source/core/rendering/line/BreakingContextInlineHeaders.h bool breakWords = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_currWS == PRE); m_width 586 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.commit(); m_width 616 Source/core/rendering/line/BreakingContextInlineHeaders.h m_lineInfo.setEmpty(false, m_block, &m_width); m_width 620 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(hyphenWidth); m_width 628 Source/core/rendering/line/BreakingContextInlineHeaders.h charWidth = textWidth(renderText, m_current.offset(), midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace, 0); m_width 629 Source/core/rendering/line/BreakingContextInlineHeaders.h midWordBreak = m_width.committedWidth() + wrapW + charWidth > m_width.availableWidth(); m_width 664 Source/core/rendering/line/BreakingContextInlineHeaders.h additionalTmpW = textWidth(renderText, lastSpace, m_current.offset() + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) - wordTrailingSpaceWidth; m_width 666 Source/core/rendering/line/BreakingContextInlineHeaders.h additionalTmpW = textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts); m_width 670 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(additionalTmpW); m_width 672 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(inlineLogicalWidth(m_current.object(), true, false).toFloat()); m_width 678 Source/core/rendering/line/BreakingContextInlineHeaders.h if (!m_width.committedWidth() && m_autoWrap && !m_width.fitsOnLine()) m_width 679 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.fitBelowFloats(m_lineInfo.isFirstLine()); m_width 685 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_width.fitsOnLine() && m_currentCharacterIsSpace && m_currentStyle->breakOnlyAfterWhiteSpace() && !midWordBreak) { m_width 686 Source/core/rendering/line/BreakingContextInlineHeaders.h float charWidth = textWidth(renderText, m_current.offset(), 1, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) + (applyWordSpacing ? wordSpacing : 0); m_width 692 Source/core/rendering/line/BreakingContextInlineHeaders.h if (!m_width.fitsOnLine(charWidth)) { m_width 698 Source/core/rendering/line/BreakingContextInlineHeaders.h if (lineWasTooWide || !m_width.fitsOnLine()) { m_width 721 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(-additionalTmpW); m_width 724 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(-hyphenWidth); m_width 740 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.commit(); m_width 817 Source/core/rendering/line/BreakingContextInlineHeaders.h float additionalTmpW = m_ignoringSpaces ? 0 : textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts); m_width 822 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.addUncommittedWidth(additionalTmpW + inlineLogicalWidth(m_current.object(), !m_appliedStartWidth, m_includeEndWidth)); m_width 825 Source/core/rendering/line/BreakingContextInlineHeaders.h if (!m_width.fitsOnLine()) { m_width 837 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRAP) { m_width 854 Source/core/rendering/line/BreakingContextInlineHeaders.h if (!m_width.fitsOnLine() && !m_width.committedWidth()) m_width 855 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.fitBelowFloats(m_lineInfo.isFirstLine()); m_width 857 Source/core/rendering/line/BreakingContextInlineHeaders.h bool canPlaceOnLine = m_width.fitsOnLine() || !m_autoWrapWasEverTrueOnLine; m_width 859 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.commit(); m_width 865 Source/core/rendering/line/BreakingContextInlineHeaders.h if (checkForBreak && !m_width.fitsOnLine()) { m_width 870 Source/core/rendering/line/BreakingContextInlineHeaders.h if (m_width.committedWidth()) { m_width 875 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.fitBelowFloats(m_lineInfo.isFirstLine()); m_width 880 Source/core/rendering/line/BreakingContextInlineHeaders.h if (!m_width.fitsOnLine()) { m_width 884 Source/core/rendering/line/BreakingContextInlineHeaders.h } else if (m_blockStyle->autoWrap() && !m_width.fitsOnLine() && !m_width.committedWidth()) { m_width 887 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.fitBelowFloats(m_lineInfo.isFirstLine()); m_width 893 Source/core/rendering/line/BreakingContextInlineHeaders.h m_width.commit(); m_width 40 Source/core/rendering/style/BorderValue.h , m_width(3) m_width 63 Source/core/rendering/style/BorderValue.h return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsCurrentColor == o.m_colorIsCurrentColor; m_width 89 Source/core/rendering/style/BorderValue.h unsigned width() const { return m_width; } m_width 96 Source/core/rendering/style/BorderValue.h unsigned m_width : 26; m_width 37 Source/core/rendering/style/CollapsedBorderValue.h , m_width(0) m_width 47 Source/core/rendering/style/CollapsedBorderValue.h , m_width(border.nonZero() ? border.width() : 0) m_width 54 Source/core/rendering/style/CollapsedBorderValue.h unsigned width() const { return m_style > BHIDDEN ? m_width : 0; } m_width 69 Source/core/rendering/style/CollapsedBorderValue.h unsigned m_width : 23; m_width 49 Source/core/rendering/style/RenderStyle.cpp unsigned m_width; m_width 845 Source/core/rendering/style/RenderStyle.h float columnWidth() const { return rareNonInheritedData->m_multiCol->m_width; } m_width 978 Source/core/rendering/style/RenderStyle.h void setWidth(Length v) { SET_VAR(m_box, m_width, v); } m_width 984 Source/core/rendering/style/RenderStyle.h SET_VAR(m_box, m_width, v); m_width 995 Source/core/rendering/style/RenderStyle.h SET_VAR(m_box, m_width, v); m_width 1055 Source/core/rendering/style/RenderStyle.h void setBorderLeftWidth(unsigned v) { SET_VAR(surround, border.m_left.m_width, v); } m_width 1058 Source/core/rendering/style/RenderStyle.h void setBorderRightWidth(unsigned v) { SET_VAR(surround, border.m_right.m_width, v); } m_width 1061 Source/core/rendering/style/RenderStyle.h void setBorderTopWidth(unsigned v) { SET_VAR(surround, border.m_top.m_width, v); } m_width 1064 Source/core/rendering/style/RenderStyle.h void setBorderBottomWidth(unsigned v) { SET_VAR(surround, border.m_bottom.m_width, v); } m_width 1068 Source/core/rendering/style/RenderStyle.h void setOutlineWidth(unsigned short v) { SET_VAR(m_background, m_outline.m_width, v); } m_width 1306 Source/core/rendering/style/RenderStyle.h void setColumnWidth(float f) { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_autoWidth, false); SET_VAR(rareNonInheritedData.access()->m_multiCol, m_width, f); } m_width 1307 Source/core/rendering/style/RenderStyle.h void setHasAutoColumnWidth() { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_autoWidth, true); SET_VAR(rareNonInheritedData.access()->m_multiCol, m_width, 0); } m_width 1315 Source/core/rendering/style/RenderStyle.h void setColumnRuleWidth(unsigned short w) { SET_VAR(rareNonInheritedData.access()->m_multiCol, m_rule.m_width, w); } m_width 51 Source/core/rendering/style/StyleBoxData.cpp , m_width(o.m_width) m_width 67 Source/core/rendering/style/StyleBoxData.cpp return m_width == o.m_width m_width 46 Source/core/rendering/style/StyleBoxData.h const Length& width() const { return m_width; } m_width 69 Source/core/rendering/style/StyleBoxData.h Length m_width; m_width 30 Source/core/rendering/style/StyleMultiColData.cpp : m_width(0) m_width 47 Source/core/rendering/style/StyleMultiColData.cpp , m_width(o.m_width) m_width 65 Source/core/rendering/style/StyleMultiColData.cpp return m_width == o.m_width && m_count == o.m_count && m_gap == o.m_gap m_width 56 Source/core/rendering/style/StyleMultiColData.h float m_width; m_width 30 Source/core/rendering/svg/SVGTextMetrics.cpp : m_width(0) m_width 38 Source/core/rendering/svg/SVGTextMetrics.cpp : m_width(0) m_width 56 Source/core/rendering/svg/SVGTextMetrics.cpp m_width = scaledFont.width(run, length, m_glyph) / scalingFactor; m_width 111 Source/core/rendering/svg/SVGTextMetrics.cpp m_width = width / scalingFactor; m_width 45 Source/core/rendering/svg/SVGTextMetrics.h bool isEmpty() const { return !m_width && !m_height && m_length <= 1; } m_width 47 Source/core/rendering/svg/SVGTextMetrics.h float width() const { return m_width; } m_width 48 Source/core/rendering/svg/SVGTextMetrics.h void setWidth(float width) { m_width = width; } m_width 59 Source/core/rendering/svg/SVGTextMetrics.h float m_width; m_width 35 Source/core/svg/PatternAttributes.h , m_width(SVGLength::create(LengthModeWidth)) m_width 57 Source/core/svg/PatternAttributes.h SVGLength* width() const { return m_width.get(); } m_width 80 Source/core/svg/PatternAttributes.h m_width = value; m_width 141 Source/core/svg/PatternAttributes.h RefPtr<SVGLength> m_width; m_width 40 Source/core/svg/SVGFilterElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 52 Source/core/svg/SVGFilterElement.cpp m_width->setDefaultValueAsString("120%"); m_width 57 Source/core/svg/SVGFilterElement.cpp addToPropertyMap(m_width); m_width 109 Source/core/svg/SVGFilterElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 168 Source/core/svg/SVGFilterElement.cpp || m_width->currentValue()->isRelative() m_width 49 Source/core/svg/SVGFilterElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 72 Source/core/svg/SVGFilterElement.h RefPtr<SVGAnimatedLength> m_width; m_width 38 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 47 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp m_width->setDefaultValueAsString("100%"); m_width 52 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp addToPropertyMap(m_width); m_width 81 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp m_width->setBaseValueAsString(value, parseError); m_width 55 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 83 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h RefPtr<SVGAnimatedLength> m_width; m_width 38 Source/core/svg/SVGForeignObjectElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 45 Source/core/svg/SVGForeignObjectElement.cpp addToPropertyMap(m_width); m_width 79 Source/core/svg/SVGForeignObjectElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 136 Source/core/svg/SVGForeignObjectElement.cpp || m_width->currentValue()->isRelative() m_width 37 Source/core/svg/SVGForeignObjectElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 54 Source/core/svg/SVGForeignObjectElement.h RefPtr<SVGAnimatedLength> m_width; m_width 40 Source/core/svg/SVGImageElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 50 Source/core/svg/SVGImageElement.cpp addToPropertyMap(m_width); m_width 114 Source/core/svg/SVGImageElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 174 Source/core/svg/SVGImageElement.cpp || m_width->currentValue()->isRelative() m_width 43 Source/core/svg/SVGImageElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 73 Source/core/svg/SVGImageElement.h RefPtr<SVGAnimatedLength> m_width; m_width 38 Source/core/svg/SVGMaskElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 50 Source/core/svg/SVGMaskElement.cpp m_width->setDefaultValueAsString("120%"); m_width 55 Source/core/svg/SVGMaskElement.cpp addToPropertyMap(m_width); m_width 96 Source/core/svg/SVGMaskElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 146 Source/core/svg/SVGMaskElement.cpp || m_width->currentValue()->isRelative() m_width 40 Source/core/svg/SVGMaskElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 62 Source/core/svg/SVGMaskElement.h RefPtr<SVGAnimatedLength> m_width; m_width 42 Source/core/svg/SVGPatternElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 52 Source/core/svg/SVGPatternElement.cpp addToPropertyMap(m_width); m_width 99 Source/core/svg/SVGPatternElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 220 Source/core/svg/SVGPatternElement.cpp || m_width->currentValue()->isRelative() m_width 52 Source/core/svg/SVGPatternElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 78 Source/core/svg/SVGPatternElement.h RefPtr<SVGAnimatedLength> m_width; m_width 36 Source/core/svg/SVGRectElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 45 Source/core/svg/SVGRectElement.cpp addToPropertyMap(m_width); m_width 85 Source/core/svg/SVGRectElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 130 Source/core/svg/SVGRectElement.cpp || m_width->currentValue()->isRelative() m_width 37 Source/core/svg/SVGRectElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 57 Source/core/svg/SVGRectElement.h RefPtr<SVGAnimatedLength> m_width; m_width 70 Source/core/svg/SVGSVGElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 78 Source/core/svg/SVGSVGElement.cpp m_width->setDefaultValueAsString("100%"); m_width 83 Source/core/svg/SVGSVGElement.cpp addToPropertyMap(m_width); m_width 273 Source/core/svg/SVGSVGElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 602 Source/core/svg/SVGSVGElement.cpp || m_width->currentValue()->isRelative() m_width 700 Source/core/svg/SVGSVGElement.cpp if (m_width->currentValue()->unitType() == LengthTypePercentage) m_width 701 Source/core/svg/SVGSVGElement.cpp return Length(m_width->currentValue()->valueAsPercentage() * 100, Percent); m_width 704 Source/core/svg/SVGSVGElement.cpp return Length(m_width->currentValue()->value(lengthContext), Fixed); m_width 130 Source/core/svg/SVGSVGElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 163 Source/core/svg/SVGSVGElement.h RefPtr<SVGAnimatedLength> m_width; m_width 59 Source/core/svg/SVGUseElement.cpp , m_width(SVGAnimatedLength::create(this, SVGNames::widthAttr, SVGLength::create(LengthModeWidth), ForbidNegativeLengths)) m_width 71 Source/core/svg/SVGUseElement.cpp addToPropertyMap(m_width); m_width 132 Source/core/svg/SVGUseElement.cpp m_width->setBaseValueAsString(value, parseError); m_width 904 Source/core/svg/SVGUseElement.cpp || m_width->currentValue()->isRelative() m_width 53 Source/core/svg/SVGUseElement.h SVGAnimatedLength* width() const { return m_width.get(); } m_width 106 Source/core/svg/SVGUseElement.h RefPtr<SVGAnimatedLength> m_width; m_width 35 Source/platform/LengthSize.h : m_width(width) m_width 42 Source/platform/LengthSize.h return m_width == o.m_width && m_height == o.m_height; m_width 45 Source/platform/LengthSize.h void setWidth(Length width) { m_width = width; } m_width 46 Source/platform/LengthSize.h Length width() const { return m_width; } m_width 52 Source/platform/LengthSize.h Length m_width; m_width 256 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp , m_width(rhs.m_width) m_width 280 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp m_width = run.m_width; m_width 292 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp ASSERT(targetX <= m_width); m_width 82 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h void setWidth(float width) { m_width = width; } m_width 102 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h float width() { return m_width; } m_width 119 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h float m_width; m_width 41 Source/platform/geometry/FloatSize.cpp : m_width(size.width().toFloat()) m_width 53 Source/platform/geometry/FloatSize.cpp return fabs(m_width) < numeric_limits<float>::epsilon() && fabs(m_height) < numeric_limits<float>::epsilon(); m_width 58 Source/platform/geometry/FloatSize.cpp return isWithinIntRange(m_width) && isWithinIntRange(m_height); m_width 49 Source/platform/geometry/FloatSize.h FloatSize() : m_width(0), m_height(0) { } m_width 50 Source/platform/geometry/FloatSize.h FloatSize(float width, float height) : m_width(width), m_height(height) { } m_width 51 Source/platform/geometry/FloatSize.h FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } m_width 56 Source/platform/geometry/FloatSize.h float width() const { return m_width; } m_width 59 Source/platform/geometry/FloatSize.h void setWidth(float width) { m_width = width; } m_width 62 Source/platform/geometry/FloatSize.h bool isEmpty() const { return m_width <= 0 || m_height <= 0; } m_width 66 Source/platform/geometry/FloatSize.h float aspectRatio() const { return m_width / m_height; } m_width 70 Source/platform/geometry/FloatSize.h m_width += width; m_width 78 Source/platform/geometry/FloatSize.h m_width *= scaleX; m_width 84 Source/platform/geometry/FloatSize.h return FloatSize(m_width > other.m_width ? m_width : other.m_width, m_width 90 Source/platform/geometry/FloatSize.h return FloatSize(m_width < other.m_width ? m_width : other.m_width, m_width 97 Source/platform/geometry/FloatSize.h return m_width * m_width + m_height * m_height; m_width 102 Source/platform/geometry/FloatSize.h return FloatSize(m_height, m_width); m_width 115 Source/platform/geometry/FloatSize.h float m_width, m_height; m_width 44 Source/platform/geometry/IntSize.h IntSize() : m_width(0), m_height(0) { } m_width 45 Source/platform/geometry/IntSize.h IntSize(int width, int height) : m_width(width), m_height(height) { } m_width 47 Source/platform/geometry/IntSize.h int width() const { return m_width; } m_width 50 Source/platform/geometry/IntSize.h void setWidth(int width) { m_width = width; } m_width 53 Source/platform/geometry/IntSize.h bool isEmpty() const { return m_width <= 0 || m_height <= 0; } m_width 54 Source/platform/geometry/IntSize.h bool isZero() const { return !m_width && !m_height; } m_width 56 Source/platform/geometry/IntSize.h float aspectRatio() const { return static_cast<float>(m_width) / static_cast<float>(m_height); } m_width 60 Source/platform/geometry/IntSize.h m_width += width; m_width 66 Source/platform/geometry/IntSize.h m_width = static_cast<int>(static_cast<float>(m_width) * widthScale); m_width 77 Source/platform/geometry/IntSize.h return IntSize(m_width > other.m_width ? m_width : other.m_width, m_width 83 Source/platform/geometry/IntSize.h return IntSize(m_width < other.m_width ? m_width : other.m_width, m_width 94 Source/platform/geometry/IntSize.h if (m_width < minimumSize.width()) m_width 95 Source/platform/geometry/IntSize.h m_width = minimumSize.width(); m_width 102 Source/platform/geometry/IntSize.h return m_width * m_height; m_width 107 Source/platform/geometry/IntSize.h return m_width * m_width + m_height * m_height; m_width 112 Source/platform/geometry/IntSize.h return IntSize(m_height, m_width); m_width 126 Source/platform/geometry/IntSize.h int m_width, m_height; m_width 50 Source/platform/geometry/LayoutSize.h LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } m_width 51 Source/platform/geometry/LayoutSize.h LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { } m_width 53 Source/platform/geometry/LayoutSize.h explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { } m_width 55 Source/platform/geometry/LayoutSize.h LayoutUnit width() const { return m_width; } m_width 58 Source/platform/geometry/LayoutSize.h void setWidth(LayoutUnit width) { m_width = width; } m_width 61 Source/platform/geometry/LayoutSize.h bool isEmpty() const { return m_width.rawValue() <= 0 || m_height.rawValue() <= 0; } m_width 62 Source/platform/geometry/LayoutSize.h bool isZero() const { return !m_width && !m_height; } m_width 64 Source/platform/geometry/LayoutSize.h float aspectRatio() const { return m_width.toFloat() / m_height.toFloat(); } m_width 68 Source/platform/geometry/LayoutSize.h m_width += width; m_width 74 Source/platform/geometry/LayoutSize.h m_width -= width; m_width 80 Source/platform/geometry/LayoutSize.h m_width *= scale; m_width 86 Source/platform/geometry/LayoutSize.h m_width *= widthScale; m_width 92 Source/platform/geometry/LayoutSize.h return LayoutSize(m_width > other.m_width ? m_width : other.m_width, m_width 98 Source/platform/geometry/LayoutSize.h return LayoutSize(m_width < other.m_width ? m_width : other.m_width, m_width 109 Source/platform/geometry/LayoutSize.h if (m_width < minimumSize.width()) m_width 110 Source/platform/geometry/LayoutSize.h m_width = minimumSize.width(); m_width 117 Source/platform/geometry/LayoutSize.h return LayoutSize(m_height, m_width); m_width 131 Source/platform/geometry/LayoutSize.h return LayoutSize(m_width.fraction(), m_height.fraction()); m_width 135 Source/platform/geometry/LayoutSize.h LayoutUnit m_width, m_height; m_width 34 Source/platform/geometry/cg/FloatSizeCG.cpp FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height) m_width 40 Source/platform/geometry/cg/FloatSizeCG.cpp return CGSizeMake(m_width, m_height); m_width 33 Source/platform/geometry/cg/IntSizeCG.cpp IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height)) m_width 39 Source/platform/geometry/cg/IntSizeCG.cpp return CGSizeMake(m_width, m_height); m_width 1265 Source/platform/graphics/gpu/WebGLImageConversion.cpp : m_width(width), m_height(height), m_srcStart(srcStart), m_dstStart(dstStart), m_srcStride(srcStride), m_dstStride(dstStride), m_success(false) m_width 1269 Source/platform/graphics/gpu/WebGLImageConversion.cpp m_unpackedIntermediateSrcData = adoptArrayPtr(new uint8_t[m_width * MaxNumberOfComponents *MaxBytesPerComponent]); m_width 1286 Source/platform/graphics/gpu/WebGLImageConversion.cpp const unsigned m_width, m_height; m_width 1419 Source/platform/graphics/gpu/WebGLImageConversion.cpp unpack<SrcFormat>(srcRowStart, dstRowStart, m_width); m_width 1425 Source/platform/graphics/gpu/WebGLImageConversion.cpp unpack<SrcFormat>(srcRowStart, reinterpret_cast<IntermediateSrcType*>(m_unpackedIntermediateSrcData.get()), m_width); m_width 1426 Source/platform/graphics/gpu/WebGLImageConversion.cpp pack<DstFormat, alphaOp>(reinterpret_cast<IntermediateSrcType*>(m_unpackedIntermediateSrcData.get()), dstRowStart, m_width); m_width 1432 Source/platform/graphics/gpu/WebGLImageConversion.cpp pack<DstFormat, alphaOp>(srcRowStart, dstRowStart, m_width); m_width 639 Source/platform/heap/HeapTest.cpp for (unsigned i = 0; i < m_width; i++) m_width 645 Source/platform/heap/HeapTest.cpp return m_width; m_width 650 Source/platform/heap/HeapTest.cpp Bars() : m_width(0) m_width 654 Source/platform/heap/HeapTest.cpp m_width++; m_width 658 Source/platform/heap/HeapTest.cpp unsigned m_width; m_width 188 Source/platform/image-decoders/gif/GIFImageReader.h , m_width(0) m_width 219 Source/platform/image-decoders/gif/GIFImageReader.h m_width = width; m_width 222 Source/platform/image-decoders/gif/GIFImageReader.h WebCore::IntRect frameRect() const { return WebCore::IntRect(m_xOffset, m_yOffset, m_width, m_height); } m_width 225 Source/platform/image-decoders/gif/GIFImageReader.h unsigned width() const { return m_width; } m_width 257 Source/platform/image-decoders/gif/GIFImageReader.h unsigned m_width;