Searched refs:naturalWidth (Results 1 – 9 of 9) sorted by relevance
47 int naturalWidth() const;
43 readonly attribute long naturalWidth;
306 int HTMLImageElement::naturalWidth() const in naturalWidth() function in WebCore::HTMLImageElement
84 …nsions"), value: WebInspector.UIString("%d × %d", imagePreviewElement.naturalWidth, imagePreviewEl…
418 var naturalWidth = properties[2];420 if (offsetHeight === naturalHeight && offsetWidth === naturalWidth)423 …7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, naturalWidth, naturalHeight);
261 float naturalWidth = naturalRect.right - naturalRect.left; in cacheMovieScale() local264 if (naturalWidth) in cacheMovieScale()265 m_widthScaleFactor = (initialRect.right - initialRect.left) / naturalWidth; in cacheMovieScale()
598 @property(readonly) int naturalWidth AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
43837 Support naturalWidth/naturalHeight on image elements43840 (WebCore::HTMLImageElement::naturalWidth):
39479 (WebCore::HTMLImageElement::naturalWidth):