Searched refs:naturalHeight (Results 1 – 12 of 12) sorted by relevance
48 int naturalHeight() const;
42 readonly attribute long naturalHeight;
314 int HTMLImageElement::naturalHeight() const in naturalHeight() function in WebCore::HTMLImageElement
84 …spector.UIString("%d × %d", imagePreviewElement.naturalWidth, imagePreviewElement.naturalHeight) },
419 var naturalHeight = properties[3];420 if (offsetHeight === naturalHeight && offsetWidth === naturalWidth)423 …7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, naturalWidth, naturalHeight);
262 float naturalHeight = naturalRect.bottom - naturalRect.top; in cacheMovieScale() local266 if (naturalHeight) in cacheMovieScale()267 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight; in cacheMovieScale()
374 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local375 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()383 if (naturalHeight > maxPopupHeight) { in calculatePositionAndSize()
309 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local310 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()332 if (naturalHeight > maxPopupHeight) in calculatePositionAndSize()
597 @property(readonly) int naturalHeight AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
43837 Support naturalWidth/naturalHeight on image elements43841 (WebCore::HTMLImageElement::naturalHeight):
45970 (WebCore::HTMLImageElement::naturalHeight):
39480 (WebCore::HTMLImageElement::naturalHeight):