Home
last modified time | relevance | path

Searched refs:naturalWidth (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLImageElement.h47 int naturalWidth() const;
DHTMLImageElement.idl43 readonly attribute long naturalWidth;
DHTMLImageElement.cpp306 int HTMLImageElement::naturalWidth() const in naturalWidth() function in WebCore::HTMLImageElement
/external/webkit/Source/WebCore/inspector/front-end/
DImageView.js84 …nsions"), value: WebInspector.UIString("%d × %d", imagePreviewElement.naturalWidth, imagePreviewEl…
DElementsTreeOutline.js418 var naturalWidth = properties[2];
420 if (offsetHeight === naturalHeight && offsetWidth === naturalWidth)
423 …7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, naturalWidth, naturalHeight);
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.cpp261 float naturalWidth = naturalRect.right - naturalRect.left; in cacheMovieScale() local
264 if (naturalWidth) in cacheMovieScale()
265 m_widthScaleFactor = (initialRect.right - initialRect.left) / naturalWidth; in cacheMovieScale()
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h598 @property(readonly) int naturalWidth AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1443837 Support naturalWidth/naturalHeight on image elements
43840 (WebCore::HTMLImageElement::naturalWidth):
DChangeLog-2008-08-1039479 (WebCore::HTMLImageElement::naturalWidth):