Searched refs:naturalHeight (Results 1 – 9 of 9) sorted by relevance
55 int naturalHeight() const;
40 readonly attribute long naturalHeight;
292 int HTMLImageElement::naturalHeight() const in naturalHeight() function in WebCore::HTMLImageElement
300 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local301 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()323 if (naturalHeight > maxPopupHeight) in calculatePositionAndSize()
231 float naturalHeight = naturalRect.bottom - naturalRect.top; in cacheMovieScale() local235 if (naturalHeight) in cacheMovieScale()236 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight; in cacheMovieScale()
354 …if (properties.offsetHeight === properties.naturalHeight && properties.offsetWidth === properties.…357 …roperties.offsetWidth, properties.offsetHeight, properties.naturalWidth, properties.naturalHeight);
591 @property(readonly) int naturalHeight AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
43837 Support naturalWidth/naturalHeight on image elements43841 (WebCore::HTMLImageElement::naturalHeight):
39480 (WebCore::HTMLImageElement::naturalHeight):