Searched refs:setWidth (Results 1 - 25 of 164) sorted by relevance

1234567

/macosx-10.10/WebCore-7600.1.25/html/
H A DTextMetrics.h39 void setWidth(float w) { m_width = w; } function in class:WebCore::TextMetrics
H A DHTMLCanvasElement.h79 void setWidth(int);
87 setWidth(newSize.width());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFrameBase.cpp83 setWidth(std::max(width(), childRoot->minPreferredLogicalWidth() + hBorder));
93 setWidth(std::max<LayoutUnit>(width(), childFrameView->contentsWidth() + hBorder));
H A DRenderOverflow.h83 m_layoutOverflow.setWidth(maxX - m_layoutOverflow.x());
93 m_visualOverflow.setWidth(maxX - m_visualOverflow.x());
H A DRenderMeter.cpp69 frame.setWidth(computedValues.m_extent);
H A DRenderScrollbarPart.cpp63 setWidth(m_scrollbar->width());
77 setWidth(m_scrollbar->width());
99 setWidth(std::max(minWidth, std::min(maxWidth, w)));
162 setWidth(rect.width());
H A DRenderFullScreen.cpp97 fullscreenStyle.get().setWidth(Length(100.0, Percent));
191 style.get().setWidth(Length(frameRect.width(), Fixed));
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dhscale.rb41 def setWidth(w, width) method
71 command proc{|value| setWidth(canvas, value)}
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dhscale.rb44 def setWidth(w, width) method
74 command proc{|value| setWidth(canvas, value)}
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollElasticityController.mm118 m_stretchScrollForce.setWidth(reboundDeltaForElasticDelta(stretchAmount.width()));
182 m_momentumVelocity.setWidth(eventCoalescedDeltaX / (float)timeDelta);
196 m_overflowScrollDelta.setWidth(m_overflowScrollDelta.width() + deltaX);
199 m_overflowScrollDelta.setWidth(m_overflowScrollDelta.width() + deltaX);
217 m_overflowScrollDelta.setWidth(m_overflowScrollDelta.width() + deltaX);
220 m_overflowScrollDelta.setWidth(m_overflowScrollDelta.width() + deltaX);
268 m_stretchScrollForce.setWidth(m_stretchScrollForce.width() + deltaX);
323 m_origVelocity.setWidth(0);
327 m_origVelocity.setWidth(0);
342 m_stretchScrollForce.setWidth(reboundDeltaForElasticDelt
[all...]
H A DThemeMac.mm169 result.setWidth(Length(controlSize.width(), Fixed));
269 result.setWidth(result.width() - widthDelta);
418 zoomedSize.setWidth(zoomedSize.width() * zoomFactor);
424 inflatedRect.setWidth(inflatedRect.width() / zoomFactor);
542 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored.
556 inflatedRect.setWidth(inflatedRect.width() / zoomFactor);
630 rect.setWidth(rect.width() / zoomFactor);
776 zoomedSize.setWidth(zoomedSize.width() * zoomFactor);
787 zoomedSize.setWidth(zoomedSize.width() * zoomFactor);
801 zoomedSize.setWidth(zoomedRec
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthSize.h45 void setWidth(Length width) { m_width = WTF::move(width); } function in struct:WebCore::LengthSize
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIntRect.cpp79 m_size.setWidth(r - l);
100 m_size.setWidth(r - l);
121 m_size.setWidth(right - left);
129 m_size.setWidth((int)(width() * s));
H A DFloatRect.h84 void setWidth(float width) { m_size.setWidth(width); } function in class:WebCore::FloatRect
106 setWidth(std::max(0.0f, width() - delta));
111 setWidth(std::max(0.0f, width() + delta));
150 m_size.setWidth(m_size.width() + dx + dx);
194 m_size.setWidth(right - left);
216 a.setWidth(a.width() + b.width());
H A DIntRect.h94 void setWidth(int width) { m_size.setWidth(width); } function in class:WebCore::IntRect
116 setWidth(std::max(0, width() - delta));
121 setWidth(std::max(0, width() + delta));
156 m_size.setWidth(m_size.width() + dx + dx);
H A DIntSize.h70 void setWidth(int width) { m_width = width; } function in class:WebCore::IntSize
162 a.setWidth(a.width() + b.width());
169 a.setWidth(a.width() - b.width());
H A DFloatRoundedRect.cpp93 m_topLeft.setWidth(std::max<float>(0, m_topLeft.width() + leftWidth));
97 m_topRight.setWidth(std::max<float>(0, m_topRight.width() + rightWidth));
101 m_bottomLeft.setWidth(std::max<float>(0, m_bottomLeft.width() + leftWidth));
105 m_bottomRight.setWidth(std::max<float>(0, m_bottomRight.width() + rightWidth));
H A DGradient.cpp81 size.setWidth(1);
82 srcRect.setWidth(1);
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingConstraints.cpp36 offset.setWidth(viewportRect.x() - m_viewportRectAtLastLayout.x());
38 offset.setWidth(viewportRect.maxX() - m_viewportRectAtLastLayout.maxX());
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DSelectionRect.h80 m_rect.setWidth(width);
98 m_rect.setWidth(height);
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DShadowData.cpp78 rect.setWidth(rect.width() - shadowLeft + shadowRight);
91 rect.setWidth(rect.width() - shadowLeft + shadowRight);
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamSourceStates.h66 void setWidth(unsigned long width) { m_width = width; } function in class:WebCore::MediaStreamSourceStates
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DDragImageWin.cpp162 labelSize.setWidth(MaxDragLabelStringWidth);
170 urlStringSize.setWidth(urlFont->width(urlRun));
174 imageSize.setWidth(MaxDragLabelWidth);
177 imageSize.setWidth(std::max(labelSize.width(), urlStringSize.width()) + DragLabelBorderX * 2);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextMetrics.h45 void setWidth(float width) { m_width = width; } function in class:WebCore::SVGTextMetrics
H A DRenderSVGViewportContainer.cpp99 m_viewport.setWidth(useElement->width().value(lengthContext));
102 m_viewport.setWidth(containerWidth.value(lengthContext));

Completed in 255 milliseconds

1234567